fix(prejoin_page) Add labels for video & more UI fixes

This commit is contained in:
Vlad Piersec
2020-04-01 19:57:04 +02:00
committed by Saúl Ibarra Corretgé
parent 1b05d7269c
commit c05ca1d9fc
10 changed files with 146 additions and 62 deletions
+3 -6
View File
@@ -3,21 +3,21 @@
display: inline-block;
& > svg {
fill: #76CF9C;
fill: #4E5E6C;
width: 38px;
}
}
&.metr--disabled {
& > svg {
fill: #5E6D7A;
fill: #4E5E6C;
}
}
}
.metr-l-0 {
rect:first-child {
fill: #279255;
fill: #31B76A;
}
}
@@ -26,8 +26,5 @@
rect:nth-child(-n+#{$i+1}) {
fill: #31B76A;
}
rect:first-child {
fill: #279255;
}
}
}