092 chipotages

This commit is contained in:
Fred Tempez 2020-05-13 17:52:05 +02:00
parent 1eda5a7055
commit 3fd624844e
1 changed files with 7 additions and 8 deletions

View File

@ -19,11 +19,10 @@
/* Mise en forme des textes */ /* Mise en forme des textes */
body, .row > div { body, .row > div {
font: "Open+Sans", sans-serif; font: 13px "Open+Sans", sans-serif;
font-size: 13px;
} }
body h1, h2, h3, h4, h5, h6 { body h1, h2, h3, h4, h5, h6 {
font-family: "Oswald"; font-family: "Oswald", sans-serif;
color: rgba(74, 105, 189, 1); color: rgba(74, 105, 189, 1);
} }
@ -46,15 +45,15 @@ span .zwiico-help,
.button, .button,
input[type="checkbox"]:checked + label::before, input[type="checkbox"]:checked + label::before,
.speechBubble { .speechBubble {
background-color: rgb(44, 79, 110,1); background-color: rgba(44, 79, 110, 1);
color: white; color: white;
} }
.speechBubble::before { .speechBubble::before {
border-color: rgb(44, 79, 110,1) transparent transparent transparent; border-color: rgba(44, 79, 110, 1) transparent transparent transparent;
} }
.button:hover, .button:hover,
button[type=submit]:hover { button[type=submit]:hover {
background-color: rgb(22, 57, 87,1); background-color: rgba(22, 57, 87, 1);
} }
@ -83,11 +82,11 @@ button[type=submit]:hover {
/* Bouton de soumission */ /* Bouton de soumission */
button[type=submit] { button[type=submit] {
background-color: rgb(57, 112, 12,1); background-color: rgba(57, 112, 12, 1);
color: white; color: white;
} }
button[type=submit]:hover { button[type=submit]:hover {
background-color: rgb(40, 78, 8, 1); background-color: rgba(40, 78, 8, 1);
} }