mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-01 19:40:44 +00:00
feat: add different percentages for every subtitle
This commit is contained in:
parent
8aa4413a5f
commit
912c85e6a3
@ -37,9 +37,28 @@
|
|||||||
content: attr(data-subtitle);
|
content: attr(data-subtitle);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: calc(100% + 4px);
|
top: calc(100% + 4px);
|
||||||
left: 30%;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #A2A9B0;
|
color: #A2A9B0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-step="Overview"]::after {
|
||||||
|
left: 37.5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-step="Advicsories"]::after {
|
||||||
|
left: 33.5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-step="Validator Setup"]::after {
|
||||||
|
left: 29%;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-step="Key Generation"]::after {
|
||||||
|
left: 29%;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-step="Activation"]::after {
|
||||||
|
left: 36%;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user