Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix: issues with icon positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
damianmuti committed May 16, 2019
1 parent f416b96 commit cdf3857
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/scss/modules/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@

/* Mixin circle with a check */
@mixin circleCheck($background-color, $check-color) {
position: relative;

&::before {
content: '';
display: inline-block;
Expand All @@ -51,7 +53,7 @@
content: '';
position: absolute;
left: 4px;
bottom: $dp-spaces--lv1;
top: 0;
width: 4px;
height: 7px;
border: solid $check-color;
Expand Down

0 comments on commit cdf3857

Please sign in to comment.