Match actions-bar and navbar paddings
This commit is contained in:
parent
875e96a232
commit
4c55ea5732
@ -1,7 +1,6 @@
|
||||
@import "../../stylesheets/variables/_all";
|
||||
|
||||
.actionsbar {
|
||||
padding: $line-height-computed / 2;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
@ -16,7 +16,7 @@ $actionsbar-height: 50px; // TODO: Change to ActionsBar real height
|
||||
z-index: 10;
|
||||
|
||||
font-size: 1.5rem;
|
||||
padding: .8rem 1rem;
|
||||
padding: .75rem .5rem;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
@ -161,6 +161,7 @@ $actionsbar-height: 50px; // TODO: Change to ActionsBar real height
|
||||
}
|
||||
|
||||
.actionsbar {
|
||||
padding: .75rem .5rem;
|
||||
position: relative;
|
||||
order: 3;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user