fix(mobile): consistent padding across form view
This commit is contained in:
parent
7196eec980
commit
b8f278decf
1 changed files with 0 additions and 6 deletions
|
|
@ -23,7 +23,6 @@ $threshold: 34;
|
|||
padding-top: var(--padding-lg);
|
||||
|
||||
@include media-breakpoint-down(xs) {
|
||||
padding-left: calc(var(--padding-sm) + var(--timeline-item-icon-size) / 2);
|
||||
.timeline-dot {
|
||||
margin-left: -2px;
|
||||
}
|
||||
|
|
@ -185,11 +184,6 @@ $threshold: 34;
|
|||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
.new-timeline {
|
||||
.timeline-item {
|
||||
margin-left: 0px;
|
||||
}
|
||||
}
|
||||
.up {
|
||||
position: relative;
|
||||
bottom: 1px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue