correcting some incorrect rules in verification sass
This commit is contained in:
@@ -1210,7 +1210,7 @@
|
||||
background: $m-gray-l4;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: none;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.wrapper-copy, .list-actions {
|
||||
@@ -1797,7 +1797,7 @@
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
border-bottom: none;
|
||||
padding-bottom: none;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
> .title {
|
||||
|
||||
Reference in New Issue
Block a user