mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fixed lintstyle
This commit is contained in:
parent
ff5509d8c0
commit
247b90b761
@ -16,6 +16,7 @@ $custom-control-indicator-active-bg: $component-active-bg !default;
|
||||
$custom-control-indicator-active-border-color: $component-active-border-color !default;
|
||||
$custom-control-indicator-active-box-shadow: $custom-control-indicator-box-shadow !default;
|
||||
$custom-control-indicator-checked-color: $component-active-color !default;
|
||||
|
||||
// $custom-control-indicator-checked-bg: $component-active-bg !default;
|
||||
$custom-control-indicator-checked-bg: #047006 !default;
|
||||
$custom-control-indicator-checked-border-color: $component-active-border-color !default;
|
||||
@ -25,6 +26,7 @@ $custom-control-indicator-checked-box-shadow: $custom-control-indicator-box-shad
|
||||
$custom-control-indicator-checked-disabled-bg: theme-color("primary") !default;
|
||||
$custom-control-indicator-disabled-bg: $gray-200 !default;
|
||||
$custom-control-label-disabled-color: $gray-600 !default;
|
||||
|
||||
// $custom-checkbox-indicator-border-radius: $border-radius-sm !default;
|
||||
$custom-checkbox-indicator-border-radius: 50px !default;
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ a,
|
||||
}
|
||||
|
||||
.navbar-light .navbar-nav .nav-link.active {
|
||||
color: rgba(35, 121, 188, 0.9);
|
||||
color: rgb(35 121 188 / 90%);
|
||||
}
|
||||
|
||||
.text-gradido {
|
||||
@ -144,6 +144,7 @@ a,
|
||||
.zindex100000 {
|
||||
z-index: 100000;
|
||||
}
|
||||
|
||||
.gradido-global-color-blue {
|
||||
color: #0e79bc;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user