|
|
@@ -1,11 +1,12 @@
|
|
|
-@import '../variables';
|
|
|
-@import '../override-bootstrap-variables';
|
|
|
+@use '../../styles/variables' as *;
|
|
|
+@use '../../styles/bootstrap/variables' as *;
|
|
|
+@use '../../styles/theme/mixins/page-editor-mode-manager';
|
|
|
+@use '../../styles/mixins';
|
|
|
|
|
|
$color-primary: #97cbc3;
|
|
|
$color-themelight: rgba(183, 226, 219, 1);
|
|
|
|
|
|
-html[light],
|
|
|
-html[dark] {
|
|
|
+.theme :global {
|
|
|
$primary: $color-primary;
|
|
|
// Background colors
|
|
|
$bgcolor-card: $gray-50;
|
|
|
@@ -81,8 +82,8 @@ html[dark] {
|
|
|
// admin theme box
|
|
|
$color-theme-color-box: darken($primary, 15%);
|
|
|
|
|
|
- @import 'apply-colors';
|
|
|
- @import 'apply-colors-light';
|
|
|
+ @import '../../styles/theme/apply-colors';
|
|
|
+ @import '../../styles/theme/apply-colors-light';
|
|
|
|
|
|
.rbt-menu {
|
|
|
background: lighten($color-themelight, 5%);
|
|
|
@@ -106,7 +107,7 @@ html[dark] {
|
|
|
// Button
|
|
|
.btn-group.grw-page-editor-mode-manager {
|
|
|
.btn.btn-outline-primary {
|
|
|
- @include btn-page-editor-mode-manager(darken($primary, 50%), lighten($primary, 5%), darken($primary, 5%));
|
|
|
+ @include page-editor-mode-manager.btn-page-editor-mode-manager(darken($primary, 50%), lighten($primary, 5%), darken($primary, 5%));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -124,7 +125,7 @@ html[dark] {
|
|
|
// Pagetree
|
|
|
.grw-pagetree {
|
|
|
.grw-pagetree-triangle-btn {
|
|
|
- @include button-outline-svg-icon-variant($gray-400, $bgcolor-sidebar);
|
|
|
+ @include mixins.button-outline-svg-icon-variant($gray-400, $bgcolor-sidebar);
|
|
|
}
|
|
|
}
|
|
|
}
|