Commit c7feaa13 by Brian Talbot

editing - revised unit editor styling

parent fef3fd87
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
} }
h2 { h2 {
margin: 30px 40px; margin: 30px 40px 30px 0;
color: #646464; color: #646464;
font-size: 19px; font-size: 19px;
font-weight: 300; font-weight: 300;
...@@ -468,17 +468,21 @@ ...@@ -468,17 +468,21 @@
body.unit { body.unit {
.component { .component {
padding-top: 30px; padding-top: 30px;
.component-actions { .component-actions {
@include box-sizing(border-box); @include box-sizing(border-box);
position: absolute; position: absolute;
width: 811px; width: 811px;
padding: 15px; padding: 15px;
top: 0; top: 0;
left: 0; left: 0;
border-bottom: 1px solid $lightBluishGrey2; border-bottom: 1px solid $lightBluishGrey2;
background: $lightGrey; background: $lightGrey;
}
} }
&.editing {
padding-top: 0;
}
}
} }
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