move sub header up to header to save space

This commit is contained in:
Mads Rasmussen
2015-10-16 09:42:40 +02:00
parent fbbaa15429
commit d10752bbf9

View File

@@ -1,9 +1,10 @@
.umb-editor-sub-header {
padding: 15px 0;
margin-bottom: 20px;
margin-bottom: 30px;
background: #ffffff;
display: flex;
justify-content: space-between;
margin-top: -30px;
}
.umb-editor-sub-header.-umb-sticky-bar {
@@ -11,7 +12,6 @@
0 5px 0 rgba(0, 0, 0, 0.08),
0 1px 0 rgba(0, 0, 0, 0.16);
transition: box-shadow 1s;
margin-top: -30px;
}
.umb-editor-sub-header__content-left {