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:
leigh-mil
2019-10-09 13:07:52 -04:00
parent c7841d4388
commit 572c2e7604
13 changed files with 20 additions and 42 deletions

View File

@@ -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;
}
}

View File

@@ -127,11 +127,6 @@ body {
}
}
hr {
border-bottom: 1px solid $color-gray-lighter;
margin: 0 (-$gap * 1.5) ($gap * 3);
}
.form-row {
margin: 0;
}

View File

@@ -80,3 +80,9 @@
p {
max-width: 80ch;
}
hr {
border: 0;
border-bottom: 1px solid $color-gray-light;
margin: ($gap * 3) ($site-margins * -4);
}

View File

@@ -119,11 +119,4 @@
&__actions {
@include panel-actions;
}
hr,
&__break {
border: 0;
border-bottom: 1px solid $color-gray-light;
margin: ($gap * 4) ($site-margins * -4);
}
}

View File

@@ -77,11 +77,6 @@
}
}
}
hr {
border: none;
border-bottom: 1px solid $color-gray-lighter;
}
}
.environment-roles {

View File

@@ -18,13 +18,6 @@
margin-top: 0;
}
hr {
border: 0;
border-bottom: 1px solid $color-gray-light;
margin-top: $gap * 4;
margin-bottom: $gap * 4;
}
.links {
justify-content: flex-start;

View File

@@ -8,7 +8,6 @@
&__col {
hr {
margin: (2 * $gap) 0;
border-bottom: 1px solid $color-gray-lightest;
}
@include media($medium-screen) {

View File

@@ -29,10 +29,8 @@
}
hr {
border: 0;
margin-top: $gap * 4;
margin-bottom: $gap * 4;
border-bottom: 1px solid $color-gray-lighter;
margin-left: auto;
margin-right: auto;
}
table {