Moved add query button to the right

This commit is contained in:
Torkel Ödegaard
2019-01-18 15:29:58 +01:00
parent 4c9046d6c0
commit 521c8f34f7
3 changed files with 19 additions and 17 deletions

View File

@@ -16,6 +16,12 @@
padding-right: 20px;
}
.toolbar__left {
display: flex;
flex-grow: 1;
align-items: center;
}
.toolbar__main {
padding: 0 $input-padding-x;
font-size: $font-size-md;