Small UI fix
This commit is contained in:
parent
718610c3fb
commit
6629b834fd
2 changed files with 11 additions and 0 deletions
|
|
@ -174,6 +174,11 @@ label {
|
||||||
}
|
}
|
||||||
#areas .area .section {
|
#areas .area .section {
|
||||||
margin: 8px 16px;
|
margin: 8px 16px;
|
||||||
|
margin-top: 12px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
#areas .area .section:last-child {
|
||||||
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
#areas .area .section .create {
|
#areas .area .section .create {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
|
||||||
|
|
@ -91,6 +91,12 @@
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
margin: 8px 16px;
|
margin: 8px 16px;
|
||||||
|
margin-top: 12px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.create {
|
.create {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue