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:
@@ -8,7 +8,6 @@
|
||||
padding: $gap 0;
|
||||
|
||||
hr {
|
||||
width: 100%;
|
||||
border: 1px solid $color-red;
|
||||
}
|
||||
|
||||
@@ -20,16 +19,16 @@
|
||||
&__body {
|
||||
padding: $gap * 2;
|
||||
margin: 0;
|
||||
|
||||
hr {
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
margin-bottom: $gap * 3;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
@include icon-size(60);
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-bottom: $gap * 4;
|
||||
width: 80%;
|
||||
border: 0.5px solid $color-gray-light;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user