style fixes and improvements

pull/1113/head
gabrielburnworth 2019-02-11 18:45:30 -08:00
parent 1b2b7263fc
commit bfd2ed3509
3 changed files with 5 additions and 1 deletions

View File

@ -873,6 +873,9 @@ ul {
label {
margin-top: 5px;
}
input {
margin-bottom: 1rem;
}
}
.release-notes-button {

View File

@ -6,6 +6,7 @@
z-index: 3;
background: $black;
opacity: 0.9;
min-height: 3.25rem;
.bp3-collapse {
width: 100% !important;
overflow-y: scroll !important;

View File

@ -22,7 +22,7 @@
}
.widget-header {
height: 3.3rem;
min-height: 3.3rem;
background: $dark_gray;
letter-spacing: .05rem;
padding: .75rem 1rem;