Ajout d'une snackbar aux pages publiques
Création et implémentation de fichiers gohtml et css pour une snackbar
This commit is contained in:
parent
966dc49a9e
commit
09e0690d50
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
.documentationListe {
|
.documentationListe {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
/*semi-bold*/
|
/*regular*/
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
/*16px*/
|
/*16px*/
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
.documentationDocument {
|
.documentationDocument {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
/*semi-bold*/
|
/*regular*/
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
/*16px*/
|
/*16px*/
|
||||||
padding: 15px 30px;
|
padding: 15px 30px;
|
||||||
|
|
Loading…
Reference in a new issue