misc: update registration steps styles

This commit is contained in:
Serghei Mihai 2019-05-17 11:51:25 +02:00
parent c4d055613d
commit 63abf60ec6
1 changed files with 7 additions and 4 deletions

View File

@ -276,18 +276,21 @@ div#main-content {
span {
&.marker {
border: 1px solid #000;
padding: 1em;
padding: 10px;
border-radius: 50%;
width: 1em;
width: 12px;
height: 12px;
display: inline-block;
text-align: center;
background: $body-background;
background: #ffffff;
z-index: 10;
font-size: 10px;
}
&.label {
margin-top: 0.5em;
display: block;
text-transform: uppercase;
font-size: 13px;
}
}
&.current {
@ -299,7 +302,7 @@ div#main-content {
}
&::before {
position: absolute;
top: calc(50% - 1em);
top: calc(50% - 12px);
content: '';
border-top: 1px solid #000;
width: 74.5%;