mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 03:38:06 +02:00
fix dots display
This commit is contained in:
parent
c6627bebfa
commit
c83ca7a885
9
resources/sass/app.scss
vendored
9
resources/sass/app.scss
vendored
@ -56,11 +56,16 @@ nav.level {
|
|||||||
background: hsl(48, 100%, 67%); /* yellow */
|
background: hsl(48, 100%, 67%); /* yellow */
|
||||||
}
|
}
|
||||||
|
|
||||||
.dots li:nth-child(-n+21) {
|
.dots li:nth-child(-n+18) {
|
||||||
background: hsl(141, 71%, 48%); /* green */
|
background: hsl(141, 71%, 48%); /* green */
|
||||||
}
|
}
|
||||||
|
|
||||||
.dots li:nth-child(3n+1), .dots li:nth-child(3n+2) {
|
.dots li:nth-child(3n+2), .dots li:nth-child(3n+3) {
|
||||||
//background-color: black;
|
//background-color: black;
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dots li:last-child() {
|
||||||
|
// background-color: black;
|
||||||
|
//display:none;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user