mirror of https://github.com/Chocobozzz/PeerTube
Fix video add background color
parent
8ff3f88347
commit
d77433a8a6
|
@ -29,7 +29,7 @@ $border-color: #EAEAEA;
|
||||||
&.active {
|
&.active {
|
||||||
border: $border-width $border-type $border-color;
|
border: $border-width $border-type $border-color;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
background-color: var(--mainBackgroundColor) !important;
|
background-color: var(--submenuColor) !important;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
border-bottom: 2px solid var(--mainColor);
|
border-bottom: 2px solid var(--mainColor);
|
||||||
|
@ -43,7 +43,7 @@ $border-color: #EAEAEA;
|
||||||
border: $border-width $border-type $border-color;
|
border: $border-width $border-type $border-color;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
|
||||||
background-color: var(--mainBackgroundColor);
|
background-color: var(--submenuColor);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 440px;
|
min-height: 440px;
|
||||||
|
|
Loading…
Reference in New Issue