better spc labeling
This commit is contained in:
parent
6af8b58f14
commit
375812c024
5 changed files with 27 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.8 KiB |
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -23,10 +23,35 @@
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
@include u.text-shadow();
|
@include u.text-shadow();
|
||||||
|
|
||||||
|
|
||||||
.risk-level {
|
.risk-level {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -14px;
|
top: -14px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
||||||
|
&:nth-child(1) {
|
||||||
|
left: calc(20px * 5);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:nth-child(2) {
|
||||||
|
left: calc(20px * 4);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:nth-child(3) {
|
||||||
|
left: calc(20px * 3);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:nth-child(4) {
|
||||||
|
left: calc(20px * 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:nth-child(5) {
|
||||||
|
left: calc(20px * 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:nth-child(6) {
|
||||||
|
left: calc(20px * 0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue