condition component error

This commit is contained in:
simon lehericey 2022-07-04 12:26:14 +02:00
parent cecf210503
commit 1131a5c83e
6 changed files with 96 additions and 0 deletions

View file

@ -3,6 +3,15 @@
.conditionnel {
.condition-error {
background: $background-red;
margin: ($default-spacer) (-$default-spacer);
ul {
padding: $default-spacer;
}
}
.condition-table {
table-layout: fixed;