Standardize styling for hr elements and remove custom hr styling and classes that were no longer needed.
Fix styling on a few hr elements that looked wrong after global style was applied
This commit is contained in:
@@ -127,11 +127,6 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
hr {
|
||||
border-bottom: 1px solid $color-gray-lighter;
|
||||
margin: 0 (-$gap * 1.5) ($gap * 3);
|
||||
}
|
||||
|
||||
.form-row {
|
||||
margin: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user