UI
This commit is contained in:
parent
39c05ef97b
commit
b79220e711
4 changed files with 24 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue