Merge branch 'theme_light' into cybrespace
This commit is contained in:
commit
bfef28dd9f
|
@ -17,10 +17,8 @@ $action-button-color: $icon-button-inactive-color;
|
||||||
|
|
||||||
$about-page-text: $primary-text-color;
|
$about-page-text: $primary-text-color;
|
||||||
|
|
||||||
@import 'application';
|
|
||||||
@import 'cybre-base';
|
@import 'cybre-base';
|
||||||
|
|
||||||
|
|
||||||
$gold-star: #dd9d08;
|
$gold-star: #dd9d08;
|
||||||
|
|
||||||
/* cybre-specific additions */
|
/* cybre-specific additions */
|
||||||
|
@ -265,6 +263,10 @@ $gold-star: #dd9d08;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status-card, .status-card.compact {
|
||||||
|
border-color: $ui-highlight-color;
|
||||||
|
}
|
||||||
|
|
||||||
// selectivity -- needs to override .column-header > button
|
// selectivity -- needs to override .column-header > button
|
||||||
.column-header .column-header__back-button {
|
.column-header .column-header__back-button {
|
||||||
background: $header-color;
|
background: $header-color;
|
||||||
|
|
Loading…
Reference in New Issue