Skip to content

Commit

Permalink
548-Update global css styles file
Browse files Browse the repository at this point in the history
Changes:
- fix svg position inside button;
- add fixRightIcon style to _objects.icons.scss
  • Loading branch information
Yauheni Kapliarchuk authored and Yauheni Kapliarchuk committed Aug 21, 2023
1 parent 93a5db7 commit 438f8e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/css/_objects.buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ input[type="submit"] {

.u-icon {
transform: rotate(45deg);
position: relative;
right: rem(-2);
top: rem(1);
}
Expand Down
5 changes: 5 additions & 0 deletions source/css/_objects.icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,8 @@ body {
height: 50px;
}
}

.fixRightIcon {
margin-left: .3125rem;
margin-right: 0
}

0 comments on commit 438f8e8

Please sign in to comment.