diff --git a/public/css/general.css b/public/css/general.css index c933b55..30ae56a 100644 --- a/public/css/general.css +++ b/public/css/general.css @@ -15,6 +15,7 @@ img { body { margin: 0; padding-top: 60px; + height: 100%; } ul { diff --git a/public/css/snackbar.css b/public/css/snackbar.css new file mode 100644 index 0000000..00180fe --- /dev/null +++ b/public/css/snackbar.css @@ -0,0 +1,42 @@ +.snackbar { + position: fixed; + bottom: 0; + background-color: #FF563C; + color: #fff; + width: 100%; + padding: 5px 0; +} + +.snackbar-is-closed { + display: none; +} + +.snackbarWrapper { + display: flex; + flex-flow: row; + align-items: center; + justify-content: space-between; + line-height: 100%; +} + +span { + margin: 10px 10px 10px 0; + font-size: 0.75rem; + /*12px*/ + font-family: 'Poppins'; + font-weight: 600; + /*semi-bold*/ +} + +@media screen and (min-width: 375px) { + span { + font-size: 1rem; + /*16px*/ + } +} + +.snackbarFermer { + height: 30px; + width: 30px; + cursor: pointer; +} \ No newline at end of file diff --git a/public/icones/fermer.svg b/public/icones/fermer.svg new file mode 100644 index 0000000..98ee73a --- /dev/null +++ b/public/icones/fermer.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/templates/html/documentation.gohtml b/templates/html/documentation.gohtml index ab74478..b52f422 100644 --- a/templates/html/documentation.gohtml +++ b/templates/html/documentation.gohtml @@ -17,7 +17,6 @@ {{ $bucket_display_name := .DisplayName }}
{{ $bucket_display_name }} -