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;
...@@ -480,5 +480,9 @@ body.unit { ...@@ -480,5 +480,9 @@ body.unit {
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