Import variables.scss in scss files used in shadow DOM

This commit is contained in:
Gabor PEK
2018-03-12 14:12:50 +01:00
parent 5e0e55eb16
commit fcb5d6ecf0
6 changed files with 8 additions and 56 deletions

View File

@ -1,20 +1,4 @@
$space: 24px;
$small: 0.75 * $space;
$tiny: 0.5 * $space;
$hair: 0.25 * $space;
$tao-blue-500: #277EEC;
$tao-gray-100: #F2F2F2;
$tao-panel-border-radius-sm: 8px;
$tao-navbar-height: 67px;
$font-size-tiny: 12px;
$font-size-base: 14px;
@import "../../assets/scss/variables.scss";
.tfw-grid-header-messages {
@ -23,8 +7,6 @@ $font-size-base: 14px;
}
.tfw-messages-main {
h5 {
margin-bottom: $small;
color: $tao-blue-500;