feat: add css for stepper subtitle

This commit is contained in:
RadoslavDimchev 2023-08-25 15:27:08 +03:00
parent 6e7e70434d
commit 7d457d8ef7
1 changed files with 11 additions and 0 deletions

View File

@ -32,3 +32,14 @@
border-radius: 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;
}