Mise en place du style de la page domaines

This commit is contained in:
Nicolas MORIN
2022-01-18 22:01:31 +01:00
parent aa2757e623
commit 1105198508
4 changed files with 113 additions and 79 deletions
+5
View File
@@ -42,3 +42,8 @@ border-radius: 4px 0 0 4px;
.champ-interrupteur label:last-of-type {
border-radius: 0 4px 4px 0;
}
.champ-interrupteur.disabled {
pointer-events: none;
opacity: .65;
}
+4
View File
@@ -70,3 +70,7 @@ body {
.alert {
margin-bottom: 0;
}
.interieur-pastille-bleu {
background-color: #cfe2ff;
}