mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-29 06:35:13 +00:00
Import variables.scss in scss files used in shadow DOM
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user