styles for multi-step header in modal form
This commit is contained in:
@@ -139,4 +139,23 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.modal--form {
|
||||
.progress-menu ul {
|
||||
width: 40%;
|
||||
margin-left: 30%;
|
||||
font-size: 2rem;
|
||||
|
||||
.progress-menu__item::before {
|
||||
width: 2.8rem;
|
||||
height: 2.8rem;
|
||||
margin-left: -1.25rem;
|
||||
}
|
||||
|
||||
.progress-menu__item--complete::before {
|
||||
content: url('#{$asset-path}/icons/checkmark-alt.svg');
|
||||
padding-top: 0.4rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user