Update SCSS

This commit is contained in:
imncls 2018-02-24 03:22:58 +09:00
parent 7bff3243ae
commit f2f19e1f8a
No known key found for this signature in database
GPG Key ID: 18FE1E1E7098294A
3 changed files with 3 additions and 1 deletions

View File

@ -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 {

View File

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

View File

@ -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;