69 lines
1,015 B
SCSS
69 lines
1,015 B
SCSS
.StreamNotFound {
|
|
font-style: oblique;
|
|
font-family: cursive;
|
|
font-size: xx-large;
|
|
}
|
|
|
|
|
|
mat-icon {
|
|
margin-top: 2px;
|
|
font-size: xx-large;
|
|
}
|
|
|
|
|
|
mat-slide-toggle {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
background-color: black;
|
|
height: 70px;
|
|
color: white;
|
|
border-bottom: solid 2px white;
|
|
}
|
|
|
|
|
|
li {
|
|
float: left;
|
|
font-size: x-large;
|
|
background-color: black;
|
|
}
|
|
|
|
|
|
li a {
|
|
display: block;
|
|
color: white;
|
|
text-align: center;
|
|
padding: 14px 16px;
|
|
text-decoration: none;
|
|
background-color: black;
|
|
}
|
|
|
|
|
|
.cliquable a:hover:not(.active) {
|
|
background-color: #c8c8c8;
|
|
}
|
|
|
|
|
|
|
|
|
|
::ng-deep .mat-slide-toggle-thumb {
|
|
background-color: #c8c8c8;
|
|
}
|
|
|
|
::ng-deep .mat-slide-toggle-bar {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
::ng-deep .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
::ng-deep .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
|
|
background-color: #646464;
|
|
}
|