feat: add css for stepper subtitle
This commit is contained in:
parent
6e7e70434d
commit
7d457d8ef7
|
@ -32,3 +32,14 @@
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.custom-step::after {
|
||||||
|
content: attr(data-subtitle);
|
||||||
|
position: absolute;
|
||||||
|
top: calc(100% + 4px);
|
||||||
|
left: 30%;
|
||||||
|
font-size: 12px;
|
||||||
|
color: #A2A9B0;
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue