diff --git a/public/css/admin.css b/public/css/admin.css new file mode 100644 index 0000000..b29ec16 --- /dev/null +++ b/public/css/admin.css @@ -0,0 +1,17 @@ +.adminOptions { + display: flex; + flex-flow: row wrap; + justify-content: space-around; + +} + +.adminOption { + font-family: 'Poppins'; + font-size: 1rem; + font-weight: 500; + background-color: #FF563C; + padding: 10px; + color: #fff; + border: none; + cursor: pointer; +} \ No newline at end of file diff --git a/public/css/documentation.css b/public/css/documentation.css index e459899..4a06a2b 100644 --- a/public/css/documentation.css +++ b/public/css/documentation.css @@ -19,7 +19,7 @@ .documentationListe { font-weight: 400; - /*semi-bold*/ + /*regular*/ font-size: 1rem; /*16px*/ background-color: #fff; @@ -29,7 +29,7 @@ .documentationDocument { font-weight: 400; - /*semi-bold*/ + /*regular*/ font-size: 1rem; /*16px*/ padding: 15px 30px; diff --git a/templates/html/admin.gohtml b/templates/html/admin.gohtml index edcf8c4..c596118 100644 --- a/templates/html/admin.gohtml +++ b/templates/html/admin.gohtml @@ -5,13 +5,16 @@ AGECEM {{ template "general-html" }} + {{ template "header-html" }} -

Admin

- +
+

Admin

+
+
+
{{ end }}