Match actions-bar and navbar paddings

This commit is contained in:
Oswaldo Acauan 2016-12-05 18:36:57 -02:00
parent 875e96a232
commit 4c55ea5732
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
@import "../../stylesheets/variables/_all";
.actionsbar {
padding: $line-height-computed / 2;
display: flex;
flex-direction: row;
}

View File

@ -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;