Update navbar/actions-bar paddings

This commit is contained in:
Oswaldo Acauan 2016-12-06 10:50:32 -02:00
parent 706f8bb9a9
commit 644ae8eccf

View File

@ -16,7 +16,7 @@ $actionsbar-height: 50px; // TODO: Change to ActionsBar real height
z-index: 10;
font-size: 1.5rem;
padding: .75rem .5rem;
padding: $lg-padding-x;
}
.wrapper {
@ -161,7 +161,7 @@ $actionsbar-height: 50px; // TODO: Change to ActionsBar real height
}
.actionsbar {
padding: .75rem .5rem;
padding: $lg-padding-x;
position: relative;
order: 3;