mirror of https://github.com/Chocobozzz/PeerTube
Fix top menu opacity
parent
269f789be1
commit
3d2078d6a5
|
@ -18,7 +18,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugin-version {
|
.plugin-version {
|
||||||
opacity: 0.6;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugin-icon {
|
.plugin-icon {
|
||||||
|
|
|
@ -49,7 +49,7 @@ $input-border-radius: 3px;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
stroke: var(--mainForegroundColor);
|
stroke: var(--mainForegroundColor);
|
||||||
opacity: 0.6;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
|
|
|
@ -187,7 +187,7 @@
|
||||||
font-weight: $font-semibold !important;
|
font-weight: $font-semibold !important;
|
||||||
|
|
||||||
.nav-link {
|
.nav-link {
|
||||||
opacity: 0.6 !important;
|
opacity: 0.7 !important;
|
||||||
|
|
||||||
&.active,
|
&.active,
|
||||||
&:hover,
|
&:hover,
|
||||||
|
@ -211,7 +211,7 @@
|
||||||
font-weight: $font-semibold;
|
font-weight: $font-semibold;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-bottom: 2px solid transparent;
|
border-bottom: 2px solid transparent;
|
||||||
opacity: 0.6;
|
opacity: 0.7;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
color: pvar(--mainForegroundColor);
|
color: pvar(--mainForegroundColor);
|
||||||
|
|
|
@ -102,7 +102,7 @@ label + .form-group-description {
|
||||||
@include disable-default-a-behaviour;
|
@include disable-default-a-behaviour;
|
||||||
@include margin-right(55px);
|
@include margin-right(55px);
|
||||||
|
|
||||||
opacity: 0.6;
|
opacity: 0.7;
|
||||||
color: pvar(--mainForegroundColor);
|
color: pvar(--mainForegroundColor);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: $font-semibold;
|
font-weight: $font-semibold;
|
||||||
|
|
Loading…
Reference in New Issue