Skip to content

Commit

Permalink
feat(eek): updated size
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Oct 8, 2024
1 parent 9d93be8 commit a3280e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dist/eek/eek.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
display: inline-flex;
font-family: Arial, sans-serif;
font-weight: 700;
height: 28px;
height: 24px;
position: relative;
}

Expand All @@ -16,7 +16,7 @@
}

.eek .icon--eek-arrow {
width: 11px;
width: 9px;
}

.eek__arrow {
Expand Down Expand Up @@ -111,7 +111,7 @@
border-radius: 1px 0 0 1px;
display: inline-flex;
flex-direction: column;
height: 24px;
height: 20px;
margin: 1px;
padding: 0 1px;
}
Expand Down
6 changes: 3 additions & 3 deletions src/sass/eek/eek.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $eek-border-color: $eek-color;
display: inline-flex;
font-family: Arial, sans-serif;
font-weight: 700;
height: 28px;
height: 24px;
position: relative;
}

Expand All @@ -35,7 +35,7 @@ $eek-border-color: $eek-color;
}

.eek .icon--eek-arrow {
width: 11px;
width: 9px;
}

.eek__arrow {
Expand Down Expand Up @@ -125,7 +125,7 @@ $eek-border-color: $eek-color;
border-radius: 1px 0 0 1px;
display: inline-flex;
flex-direction: column;
height: 24px;
height: 20px;
margin: 1px;
padding: 0 1px;
}
Expand Down

0 comments on commit a3280e4

Please sign in to comment.