Commit 2aef5fbc by Torkel Ödegaard

minor update

parent 02cbb407
...@@ -134,7 +134,6 @@ ...@@ -134,7 +134,6 @@
height: 55px; height: 55px;
} }
.panel-editor-tabs { .panel-editor-tabs {
position: relative; position: relative;
z-index: 2; z-index: 2;
...@@ -213,8 +212,8 @@ ...@@ -213,8 +212,8 @@
} }
.form-option-box__header { .form-option-box__header {
border-bottom: 2px solid $blue-dark; border-bottom: 2px solid $dark-4;
padding: 5px 0px; padding: 5px 0px;
font-size: $font-size-lg; font-size: $font-size-md;
margin-bottom: 20px; margin-bottom: 20px;
} }
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
background: $page-header-bg; background: $page-header-bg;
box-shadow: 0 0 20px black; box-shadow: 0 0 20px black;
padding: 7px 30px 7px 20px; padding: 7px 30px 7px 20px;
cursor: pointer;
position: relative; position: relative;
z-index: 1; z-index: 1;
flex: 0 0 auto; flex: 0 0 auto;
...@@ -21,6 +20,7 @@ ...@@ -21,6 +20,7 @@
border-radius: $input-border-radius; border-radius: $input-border-radius;
display: flex; display: flex;
align-items: center; align-items: center;
cursor: pointer;
.fa { .fa {
margin-left: 20px; margin-left: 20px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment