Commit d949eb92 by Frances Botsford

correcting some incorrect rules in verification sass

parent 1b430066
...@@ -1210,7 +1210,7 @@ ...@@ -1210,7 +1210,7 @@
background: $m-gray-l4; background: $m-gray-l4;
&:last-child { &:last-child {
margin-bottom: none; margin-bottom: 0;
} }
.wrapper-copy, .list-actions { .wrapper-copy, .list-actions {
...@@ -1797,7 +1797,7 @@ ...@@ -1797,7 +1797,7 @@
&:last-child { &:last-child {
margin-bottom: 0; margin-bottom: 0;
border-bottom: none; border-bottom: none;
padding-bottom: none; padding-bottom: 0;
} }
> .title { > .title {
......
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