Commit a8aa8770 by Tom Giannattasio

add background to policy item being added

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