Better options components spacing

This commit is contained in:
hensm
2018-12-13 16:46:26 +00:00
parent 792b669a6d
commit 169ece39fc

View File

@@ -15,7 +15,7 @@
display: flex;
align-items: center;
align-self: flex-end;
margin-block-start: 5px;
margin-block-start: 20px;
}
#buttons > :not(:last-child) {
@@ -28,7 +28,9 @@
.bridge {
margin-bottom: 20px;
border-bottom: 1px solid var(--border-color);
margin-bottom: 10px;
padding-bottom: 20px;
}
.bridge,
@@ -121,7 +123,7 @@
color: graytext;
}
#form > .category {
#form > .category:not(:first-child) {
border-top: 1px solid var(--border-color);
}