css form operation

This commit is contained in:
2023-11-28 16:33:46 +01:00
parent a0ffdcdf13
commit 310e436224
6 changed files with 143 additions and 49 deletions
@@ -62,4 +62,8 @@ footer{
}
#edit-unlock{
display: none;
}
#edit-submit:hover{
background-color: $yellow-puca;
}
@@ -1,9 +1,9 @@
// Font Family
// $font-family-default: "Marianne", sans-serif;
// $font-family-header: "Marianne", sans-serif;
// $font-family-chapeau: "Marianne", sans-serif;
$font-family-mono: "Inconsolata", monospace;
$font-family-serif: "Georgia", "Times", "Times New Roman", serif;
$font-family-default: "Marianne", sans-serif;
$font-family-header: "Marianne", sans-serif;
$font-family-chapeau: "Marianne", sans-serif;
// $font-family-mono: "Inconsolata", monospace;
// $font-family-serif: "Georgia", "Times", "Times New Roman", serif;