|
|
@@ -7,26 +7,6 @@ $themelight: #f4f5f6;
|
|
|
$subthemecolor: rgb(88, 130, 250);
|
|
|
$lightthemecolor: rgba(181, 203, 247, 0.61);
|
|
|
|
|
|
-.main {
|
|
|
- .container,
|
|
|
- .container-sm,
|
|
|
- .container-md,
|
|
|
- .container-lg,
|
|
|
- .container-fluid {
|
|
|
- padding-top: 30px;
|
|
|
- padding-bottom: 30px;
|
|
|
- background-color: white;
|
|
|
- border-radius: 0.35em;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.user-page-footer {
|
|
|
- margin-top: 3rem;
|
|
|
- margin-bottom: 3rem;
|
|
|
- background-color: white;
|
|
|
- border-radius: 0.35em;
|
|
|
-}
|
|
|
-
|
|
|
// Light Mode
|
|
|
.theme :global {
|
|
|
// Background colors
|
|
|
@@ -101,6 +81,26 @@ $lightthemecolor: rgba(181, 203, 247, 0.61);
|
|
|
@import '../../styles/theme/apply-colors';
|
|
|
@import '../../styles/theme/apply-colors-light';
|
|
|
|
|
|
+ .main {
|
|
|
+ .container,
|
|
|
+ .container-sm,
|
|
|
+ .container-md,
|
|
|
+ .container-lg,
|
|
|
+ .container-fluid {
|
|
|
+ padding-top: 30px;
|
|
|
+ padding-bottom: 30px;
|
|
|
+ background-color: white;
|
|
|
+ border-radius: 0.35em;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .user-page-footer {
|
|
|
+ margin-top: 3rem;
|
|
|
+ margin-bottom: 3rem;
|
|
|
+ background-color: white;
|
|
|
+ border-radius: 0.35em;
|
|
|
+ }
|
|
|
+
|
|
|
//Button
|
|
|
.grw-page-editor-mode-manager {
|
|
|
.btn.btn-outline-primary {
|