|
@@ -1,5 +1,6 @@
|
|
|
-@import '../variables';
|
|
|
|
|
-@import '../override-bootstrap-variables';
|
|
|
|
|
|
|
+@use '../../styles/variables' as *;
|
|
|
|
|
+@use '../../styles/bootstrap/variables' as *;
|
|
|
|
|
+@use '../../styles/theme/mixins/page-editor-mode-manager';
|
|
|
|
|
|
|
|
// == Define Bootstrap theme colors
|
|
// == Define Bootstrap theme colors
|
|
|
//
|
|
//
|
|
@@ -37,8 +38,7 @@ $color-link-wiki-hover: lighten($color-link-wiki, 15%);
|
|
|
|
|
|
|
|
//== Light Mode
|
|
//== Light Mode
|
|
|
//
|
|
//
|
|
|
-html[light],
|
|
|
|
|
-html[dark] {
|
|
|
|
|
|
|
+.theme :global {
|
|
|
$primary: #d3c665;
|
|
$primary: #d3c665;
|
|
|
// Background colors
|
|
// Background colors
|
|
|
$bgcolor-card: $gray-50;
|
|
$bgcolor-card: $gray-50;
|
|
@@ -102,8 +102,8 @@ html[dark] {
|
|
|
// admin theme box
|
|
// admin theme box
|
|
|
$color-theme-color-box: lighten($themecolor, 20%);
|
|
$color-theme-color-box: lighten($themecolor, 20%);
|
|
|
|
|
|
|
|
- @import 'apply-colors';
|
|
|
|
|
- @import 'apply-colors-light';
|
|
|
|
|
|
|
+ @import '../../styles/theme/apply-colors';
|
|
|
|
|
+ @import '../../styles/theme/apply-colors-light';
|
|
|
|
|
|
|
|
// change color of highlighted header in wiki (default: orange)
|
|
// change color of highlighted header in wiki (default: orange)
|
|
|
|
|
|
|
@@ -176,7 +176,7 @@ html[dark] {
|
|
|
// Button
|
|
// Button
|
|
|
.grw-page-editor-mode-manager {
|
|
.grw-page-editor-mode-manager {
|
|
|
.btn.btn-outline-primary {
|
|
.btn.btn-outline-primary {
|
|
|
- @include btn-page-editor-mode-manager(darken($subthemecolor, 15%), lighten($subthemecolor, 35%), lighten($subthemecolor, 45%));
|
|
|
|
|
|
|
+ @include page-editor-mode-manager.btn-page-editor-mode-manager(darken($subthemecolor, 15%), lighten($subthemecolor, 35%), lighten($subthemecolor, 45%));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|