Update SCSS

th-downstream
imncls 7 years ago
parent 90765d1e99
commit 9d28dc6c34

@ -722,10 +722,10 @@ $small-breakpoint: 960px;
color: inherit;
font-family: inherit;
font-size: 16px;
padding: 15px;
line-height: inherit;
font-weight: inherit;
margin: 0;
padding: 0;
}
.column {

@ -118,5 +118,6 @@ button {
height: 100%;
align-items: center;
justify-content: center;
outline: 0 !important;
}
}

@ -243,6 +243,7 @@
.column-header {
display: flex;
font-size: 16px;
padding: 15px;
background: lighten($ui-base-color, 4%);
flex: 0 0 auto;
cursor: pointer;

Loading…
Cancel
Save