|
@@ -17,6 +17,17 @@ body.kibela {
|
|
|
background-color: $primary !important;
|
|
background-color: $primary !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /* h element */
|
|
|
|
|
+ h1,
|
|
|
|
|
+ h2,
|
|
|
|
|
+ h3,
|
|
|
|
|
+ h4,
|
|
|
|
|
+ h5,
|
|
|
|
|
+ h6 {
|
|
|
|
|
+ color: $color-header;
|
|
|
|
|
+ margin: 10px 0;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
.logo {
|
|
.logo {
|
|
|
background: transparent;
|
|
background: transparent;
|
|
|
|
|
|
|
@@ -234,6 +245,20 @@ body.kibela {
|
|
|
border: 1px solid $primary;
|
|
border: 1px solid $primary;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /* Custom Control */
|
|
|
|
|
+ .custom-control {
|
|
|
|
|
+ .custom-control-input {
|
|
|
|
|
+ ~ .custom-control-label::before {
|
|
|
|
|
+ border-color: $lightthemecolor;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ &:checked~ .custom-control-label::before {
|
|
|
|
|
+ background-color: $color-control;
|
|
|
|
|
+ border-color: $color-control;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/* edit */
|
|
/* edit */
|
|
|
.CodeMirror {
|
|
.CodeMirror {
|
|
|
border: solid 1.2px #d8d8d8;
|
|
border: solid 1.2px #d8d8d8;
|