Commit a8aa8770 by Tom Giannattasio

add background to policy item being added

parent 25415026
...@@ -24,15 +24,12 @@ ...@@ -24,15 +24,12 @@
.policy-list { .policy-list {
.policy-list-name { .policy-list-name {
margin-right: 5px; margin-right: 5px;
margin-bottom: 10px;
} }
.policy-list-value { .policy-list-value {
margin-right: 10px; margin-right: 10px;
} }
li {
margin-bottom: 10px;
}
} }
.policy-list-element { .policy-list-element {
...@@ -43,8 +40,14 @@ ...@@ -43,8 +40,14 @@
} }
.new-policy-list-element { .new-policy-list-element {
padding: 10px 10px 0;
margin: 0 -10px;
border-radius: 3px;
background: $mediumGrey;
.save-button { .save-button {
@include blue-button; @include blue-button;
margin-bottom: 10px;
} }
.cancel-button { .cancel-button {
......
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