|
|
@ -24,6 +24,7 @@ |
|
|
|
--text: #babbcc; |
|
|
|
--text: #babbcc; |
|
|
|
--text-background: #222336; |
|
|
|
--text-background: #222336; |
|
|
|
--text-bg-mark: #8388b2; |
|
|
|
--text-bg-mark: #8388b2; |
|
|
|
|
|
|
|
--custom-select: #35384c; |
|
|
|
--body-bg: #222336; |
|
|
|
--body-bg: #222336; |
|
|
|
--breakpoint-xs: 0; |
|
|
|
--breakpoint-xs: 0; |
|
|
|
--breakpoint-sm: 576px; |
|
|
|
--breakpoint-sm: 576px; |
|
|
@ -1619,7 +1620,8 @@ pre code { |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
line-height: 1.25; |
|
|
|
line-height: 1.25; |
|
|
|
color: #dfe1ea !important; |
|
|
|
color: #dfe1ea !important; |
|
|
|
background-color: #35384C !important; |
|
|
|
background-color: var(--custom-select) |
|
|
|
|
|
|
|
!important; |
|
|
|
background-clip: padding-box; |
|
|
|
background-clip: padding-box; |
|
|
|
border: none !important; |
|
|
|
border: none !important; |
|
|
|
border-radius: 2px !important; |
|
|
|
border-radius: 2px !important; |
|
|
@ -1638,7 +1640,8 @@ pre code { |
|
|
|
} |
|
|
|
} |
|
|
|
.form-control:focus { |
|
|
|
.form-control:focus { |
|
|
|
color: #dfe1ea; |
|
|
|
color: #dfe1ea; |
|
|
|
background-color: #35384c; |
|
|
|
background-color: var(--custom-select) |
|
|
|
|
|
|
|
; |
|
|
|
border-color: #27c6ff; |
|
|
|
border-color: #27c6ff; |
|
|
|
outline: 0; |
|
|
|
outline: 0; |
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), |
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), |
|
|
@ -1655,7 +1658,8 @@ pre code { |
|
|
|
} |
|
|
|
} |
|
|
|
select.form-control:focus::-ms-value { |
|
|
|
select.form-control:focus::-ms-value { |
|
|
|
color: #dfe1ea; |
|
|
|
color: #dfe1ea; |
|
|
|
background-color: #35384c; |
|
|
|
background-color: var(--custom-select) |
|
|
|
|
|
|
|
; |
|
|
|
} |
|
|
|
} |
|
|
|
.form-control-file, |
|
|
|
.form-control-file, |
|
|
|
.form-control-range { |
|
|
|
.form-control-range { |
|
|
@ -3357,7 +3361,8 @@ input[type="submit"].btn-block { |
|
|
|
} |
|
|
|
} |
|
|
|
.custom-select:focus::-ms-value { |
|
|
|
.custom-select:focus::-ms-value { |
|
|
|
color: #dfe1ea; |
|
|
|
color: #dfe1ea; |
|
|
|
background-color: #35384c; |
|
|
|
background-color: var(--custom-select) |
|
|
|
|
|
|
|
; |
|
|
|
} |
|
|
|
} |
|
|
|
.custom-select[multiple], |
|
|
|
.custom-select[multiple], |
|
|
|
.custom-select[size]:not([size="1"]) { |
|
|
|
.custom-select[size]:not([size="1"]) { |
|
|
@ -3425,7 +3430,8 @@ input[type="submit"].btn-block { |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
line-height: 1.25; |
|
|
|
line-height: 1.25; |
|
|
|
color: #dfe1ea; |
|
|
|
color: #dfe1ea; |
|
|
|
background-color: #35384c; |
|
|
|
background-color: var(--custom-select) |
|
|
|
|
|
|
|
; |
|
|
|
border: 1px solid transparent; |
|
|
|
border: 1px solid transparent; |
|
|
|
border-radius: 2px; |
|
|
|
border-radius: 2px; |
|
|
|
} |
|
|
|
} |
|
|
|