diff --git a/public/css/admin.css b/public/css/admin.css deleted file mode 100644 index b29ec16..0000000 --- a/public/css/admin.css +++ /dev/null @@ -1,17 +0,0 @@ -.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 4a06a2b..e459899 100644 --- a/public/css/documentation.css +++ b/public/css/documentation.css @@ -19,7 +19,7 @@ .documentationListe { font-weight: 400; - /*regular*/ + /*semi-bold*/ font-size: 1rem; /*16px*/ background-color: #fff; @@ -29,7 +29,7 @@ .documentationDocument { font-weight: 400; - /*regular*/ + /*semi-bold*/ font-size: 1rem; /*16px*/ padding: 15px 30px; diff --git a/templates/html/admin.gohtml b/templates/html/admin.gohtml index c596118..edcf8c4 100644 --- a/templates/html/admin.gohtml +++ b/templates/html/admin.gohtml @@ -5,16 +5,13 @@ AGECEM {{ template "general-html" }} - {{ template "header-html" }} -
-

Admin

-
-
-
+

Admin

+ {{ end }}