style tweaks

This commit is contained in:
Torkel Ödegaard
2018-11-22 11:41:33 +01:00
parent 9a2b2863fb
commit 547044b65f
5 changed files with 14 additions and 11 deletions

View File

@@ -162,7 +162,7 @@
display: flex;
flex-direction: column;
position: absolute;
top: 60px;
top: 79px;
left: 5px;
align-items: center;

View File

@@ -6,7 +6,7 @@
position: relative;
z-index: 1;
flex: 0 0 auto;
background: $input-label-bg;
background: $black;
border-bottom: 1px solid $black;
border-radius: 3px;
}
@@ -44,10 +44,7 @@
.toolbar-subview {
position: relative;
padding: 20px 20px;
background-color: $empty-list-cta-bg;
top: -45px;
margin: 0 30px 20px 0px;
top: -23px;
}
.toolbar-subview__close {
@@ -56,7 +53,7 @@
border: none;
position: absolute;
right: 15px;
top: 20px;
top: 0px;
font-size: $font-size-md;
&:hover {