- Add Step Progress Bar.
- Prefix partials with `_`.
This commit is contained in:
22
scss/elements/_step-progress-bar.scss
Normal file
22
scss/elements/_step-progress-bar.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
.step-progress-bar {
|
||||
.step-progress-bar-labels {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
padding-top: 0.75rem;
|
||||
|
||||
div {
|
||||
flex-grow: 1;
|
||||
text-align: center;
|
||||
color: $secondary;
|
||||
font-weight: bold;
|
||||
|
||||
&:first-child {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user