mirror of https://github.com/Chocobozzz/PeerTube
Prefer using bootstrap variable
parent
2a6a4e79ca
commit
ee2aa1260e
|
@ -349,7 +349,6 @@
|
|||
> .input-group-text {
|
||||
line-height: normal;
|
||||
opacity: 0.9;
|
||||
background-color: pvar(--greyBackgroundColor);
|
||||
}
|
||||
|
||||
.input-group-text > .dropdown-toggle {
|
||||
|
|
|
@ -43,6 +43,7 @@ $input-btn-focus-color: inherit;
|
|||
$input-focus-border-color: #ced4da;
|
||||
|
||||
$input-group-addon-color: pvar(--mainForegroundColor);
|
||||
$input-group-addon-bg: pvar(--greyBackgroundColor);
|
||||
|
||||
$nav-pills-link-active-bg: #F0F0F0;
|
||||
$nav-pills-link-active-color: #000;
|
||||
|
|
Loading…
Reference in New Issue