diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-18 11:06:32 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-18 11:06:32 +0100 |
commit | 20560419614e22fbb58567cdb0b88b54caf679f4 (patch) | |
tree | 163df44f07907d865b363db3bc198287ebd3d25f /ui/static/css/main.css | |
parent | 435742cede199e3c85b5e2eb5a42ccbee4906a05 (diff) |
Adds code from ded-go-core - no database
D2S test app code removed (nginx error).
Adds all go code from `ded-go-core` using the basic Gov.UK UI for a test
page for DED.
Diffstat (limited to 'ui/static/css/main.css')
-rw-r--r-- | ui/static/css/main.css | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/ui/static/css/main.css b/ui/static/css/main.css new file mode 100644 index 0000000..96307a2 --- /dev/null +++ b/ui/static/css/main.css @@ -0,0 +1,106 @@ +/* * { */ +/* 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/ */ + |