mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
Convert some files to TS Remove unnecessary files Implement redesign Add noise suppression to picker menu Fix Popover placement on browser resize
31 lines
429 B
SCSS
31 lines
429 B
SCSS
.jitsi-icon {
|
|
&.metr {
|
|
display: inline-block;
|
|
|
|
& > svg {
|
|
fill: #525252;
|
|
width: 38px;
|
|
}
|
|
}
|
|
|
|
&.metr--disabled {
|
|
& > svg {
|
|
fill: #525252;
|
|
}
|
|
}
|
|
}
|
|
|
|
.metr-l-0 {
|
|
rect:first-child {
|
|
fill: #1EC26A;
|
|
}
|
|
}
|
|
|
|
@for $i from 1 through 7 {
|
|
.metr-l-#{$i} {
|
|
rect:nth-child(-n+#{$i+1}) {
|
|
fill: #1EC26A;
|
|
}
|
|
}
|
|
}
|