Add steps to default sidebar step for clarity
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
.no-top-margin {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.step {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
@@ -30,6 +30,18 @@
|
||||
margin-top: 34px;
|
||||
}
|
||||
|
||||
.no-top-margin {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.no-bottom-margin {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.step {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.break-word {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user