Modal styling

This commit is contained in:
Montana
2019-06-10 16:22:54 -04:00
parent 8446a79a9a
commit 52a31746d8
6 changed files with 26 additions and 14 deletions

View File

@@ -51,6 +51,7 @@
input[type="checkbox"] {
+ label::before {
box-shadow: 0 0 0 2px $state-color;
margin-left: -3rem;
}
}
}
@@ -164,10 +165,6 @@
margin-top: 0;
margin-bottom: 0;
}
label {
font-weight: $font-bold;
}
}
select {

View File

@@ -36,6 +36,11 @@ h6 {
* {
margin-top: 0;
}
em {
font-style: normal;
font-weight: 400;
}
}
.h1 {