diff options
Diffstat (limited to 'ui/static/css/main.css')
-rw-r--r-- | ui/static/css/main.css | 106 |
1 files changed, 0 insertions, 106 deletions
diff --git a/ui/static/css/main.css b/ui/static/css/main.css deleted file mode 100644 index 96307a2..0000000 --- a/ui/static/css/main.css +++ /dev/null @@ -1,106 +0,0 @@ -/* * { */ -/* box-sizing: border-box; */ -/* margin: 0em; */ -/* padding: 4px; */ -/* font-size: 10pt; */ -/* /1* font-family: sans-serif; *1/ */ -/* color: #333; */ -/* /1* background: lightgray; *1/ */ -/* } */ -.govuk-header__logo { - width: 22%; -} - -/* .content { */ -/* margin: 8px 8px; */ -/* } */ - -/* .table-list { */ -/* list-style: none; */ -/* } */ - -/* /1* h1 { *1/ */ -/* /1* font-size: 1.5em; *1/ */ -/* /1* } *1/ */ - -/* nav { */ -/* border-bottom: solid 3px #ccc; */ -/* } */ - -/* a { */ -/* color: green; */ -/* text-decoration: none; */ -/* } */ - -/* a:hover { */ -/* text-decoration: underline; */ -/* } */ - -/* a.admin-link { */ -/* font-size: 0.65rem; */ -/* } */ - -/* table#home-summary-table { */ -/* margin-top: 1.2em; */ -/* /1* background: white; *1/ */ -/* table-layout: fixed; */ -/* width: 100%; */ -/* border-collapse: collapse; */ -/* border: 2px solid gray; */ -/* } */ - -/* table#home-summary-table td { */ -/* /1* background: white; *1/ */ -/* border: 1px solid gray; */ -/* } */ - -/* /1* table#home-summary-table a, *1/ */ -/* /1* table#home-summary-table ul *1/ */ -/* /1* { *1/ */ -/* /1* background: white; *1/ */ -/* /1* } *1/ */ - -/* table#home-summary-table thead th:nth-child(1) { */ -/* width: 10%; */ -/* } */ - -/* /1* If we want stripes... *1/ */ -/* /1* tbody tr:nth-child(odd) { *1/ */ -/* /1* background-color: rgb(0 0 0 / 5%); *1/ */ -/* /1* } *1/ */ - -/* /1* table#home-summary-table thead th:nth-child(2) { *1/ */ -/* /1* width: 6%; *1/ */ -/* /1* } *1/ */ - -/* /1* table#home-summary-table thead th:nth-child(4) { *1/ */ -/* /1* width: 10%; *1/ */ -/* /1* } *1/ */ - -/* /1* table#home-summary-table thead th:nth-child(5) { *1/ */ -/* /1* width: 10%; *1/ */ -/* /1* } *1/ */ - -/* /1* table#home-summary-table thead th:nth-child(6) { *1/ */ -/* /1* width: 5%; *1/ */ -/* /1* } *1/ */ - -/* /1* table#home-summary-table thead th:nth-child(7) { *1/ */ -/* /1* width: 5%; *1/ */ -/* /1* } *1/ */ - -/* table#home-summary-table th */ -/* { */ -/* /1* border: solid 2px #ccc; *1/ */ -/* /1* background: lightgray; *1/ */ -/* /1* background: linear-gradient(to bottom, rgb(0 0 0 / 10%), rgb(0 0 0 / 30%)); *1/ */ -/* /1* font-weight: unset; *1/ */ -/* letter-spacing: 1px; */ -/* text-align: left; */ -/* } */ - -/* /1* table#home-summary-table li *1/ */ -/* /1* { *1/ */ -/* /1* background: white; *1/ */ -/* /1* } *1/ */ - |