Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hernández committed Apr 21, 2019
1 parent 5fb7d8f commit 2405c57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/assets/scss/blk-design-system-react/custom/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

.icon + .icon-text {
padding-left: 1rem;
width: calc(100% - #{$icon-size} - 1);
}

.icon-xl {
Expand All @@ -22,7 +21,6 @@
}

.icon-xl + .icon-text {
width: calc(100% - $icon-size-xl - 1);
}

.icon-lg {
Expand All @@ -35,7 +33,6 @@
}

.icon-lg + .icon-text {
width: calc(100% - $icon-size-lg - 1);
}

.icon-sm {
Expand All @@ -48,7 +45,6 @@
}

.icon-sm + .icon-text {
width: calc(100% - $icon-size-sm - 1);
}


Expand Down

0 comments on commit 2405c57

Please sign in to comment.