minor style changes

This commit is contained in:
Torkel Ödegaard
2018-11-22 15:34:55 +01:00
parent 300bd75b54
commit f8b1484265
5 changed files with 9 additions and 12 deletions

View File

@@ -25,7 +25,7 @@
margin-top: $panel-margin*2;
display: flex;
flex-direction: row;
height: 65%;
height: 60%;
position: relative;
}
@@ -34,7 +34,7 @@
flex-direction: column;
flex-grow: 1;
background: $page-bg;
margin: 0 67px;
margin: 0 62px;
border-left: 2px solid #ac5224;
border-radius: 3px;
}

View File

@@ -6,14 +6,13 @@
position: relative;
z-index: 1;
flex: 0 0 auto;
background: $black;
border-bottom: 1px solid $black;
background: $toolbar-bg;
border-radius: 3px;
}
.toolbar__heading {
font-size: $font-size-lg;
padding-right: 10px;
padding-right: 20px;
}
.toolbar__main {