diff --git a/public/css/documentation.css b/public/css/documentation.css new file mode 100644 index 0000000..80d886a --- /dev/null +++ b/public/css/documentation.css @@ -0,0 +1,45 @@ +.documentationCategorie { + font-family: "Poppins"; + font-weight: 600; + /*semi-bold*/ + font-size: 1.5rem; + /*24px*/ + color: #fff; + /*Blanc pur*/ + background-color: #394596; + /*Blanc pur*/ + text-align: left; + width: 100%; + cursor: pointer; +} + +.documentationDescription { + padding: 20px; +} + +.documentationListe { + font-weight: 400; + /*semi-bold*/ + font-size: 1rem; + /*16px*/ + background-color: #fff; + list-style: none; + padding: 0; +} + +.documentationDocument { + font-weight: 400; + /*semi-bold*/ + font-size: 1rem; + /*16px*/ + padding: 10px 20px; +} + +.documentationDocument:hover { + background-color: rgba(); +} + +.documentationLien { + height: inherit; + width: inherit; +} \ No newline at end of file diff --git a/templates/html/documentation.gohtml b/templates/html/documentation.gohtml index fd2a426..ab74478 100644 --- a/templates/html/documentation.gohtml +++ b/templates/html/documentation.gohtml @@ -4,6 +4,7 @@ AGECEM | Documentation + {{ template "general-html" }} @@ -17,9 +18,9 @@
{{ $bucket_display_name }} -