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;
|
||||
|
||||
.nav-buttons {
|
||||
@include ov-container;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
@include ov-container;
|
||||
padding: 0 0 var(--ov-meet-spacing-md) 0;
|
||||
|
||||
.spacer {
|
||||
flex: 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user