This commit is contained in:
simon lehericey 2019-07-01 16:16:40 +02:00
parent 39c05ef97b
commit b79220e711
4 changed files with 24 additions and 3 deletions

View file

@ -183,7 +183,7 @@
color: $black;
padding: $default-padding;
h4 {
.title {
font-size: 24px;
}
@ -266,6 +266,10 @@
color: $black;
margin-bottom: $default-spacer;
}
&.with-top-border {
border-top: 1px solid $grey;
}
}
.dropdown-form {