frontend: adjust padding for nav-buttons in wizard navigation component
This commit is contained in:
parent
4d306bd402
commit
2c87a3b8d8
@ -5,10 +5,11 @@
|
|||||||
padding: var(--ov-meet-spacing-md) 0 0 0;
|
padding: var(--ov-meet-spacing-md) 0 0 0;
|
||||||
|
|
||||||
.nav-buttons {
|
.nav-buttons {
|
||||||
|
@include ov-container;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@include ov-container;
|
padding: 0 0 var(--ov-meet-spacing-md) 0;
|
||||||
|
|
||||||
.spacer {
|
.spacer {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user