Skip to content

Commit

Permalink
271-refactor: Add width and height to header icons (rolling-scopes#488)
Browse files Browse the repository at this point in the history
* fix: 271 - add width & height to dropdown icons

* fix: 271 - after review
  • Loading branch information
ansivgit authored Sep 6, 2024
1 parent 2048174 commit 4c8a11f
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
background-color: $color-black;
}

& .label {
.label {
@extend %transition-all;

font-family: Inter, sans-serif;
Expand All @@ -49,9 +49,12 @@
.dropdown-arrow {
@extend %transition-all;

width: 16px;
height: 17px;
margin-left: 10px;

> img {
width: 16px;
height: 16px;
}
}

&.rotate .dropdown-arrow {
Expand Down

0 comments on commit 4c8a11f

Please sign in to comment.