Skip to content

Commit

Permalink
New icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmatas committed Aug 2, 2018
1 parent f9edd44 commit fe4dbc9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/main-min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions dist/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1763,6 +1763,11 @@ Base button to normalize behaviour. It renders the same for links, buttons or in
width: 2rem;
}

.icon-size-24 {
height: 2.4rem;
width: 2.4rem;
}

.icon-size-30 {
height: 3rem;
width: 3rem;
Expand Down
2 changes: 1 addition & 1 deletion dist/sandbox-min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions dist/sandbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -1824,6 +1824,12 @@ Breadcrumb in two flavours: normal with arrow shapes and simple.
height: 20px;
}

.icon-size-24
{
width: 24px;
height: 24px;
}

.icon-size-30
{
width: 30px;
Expand Down
2 changes: 1 addition & 1 deletion sass/styleguide/objects/_icons.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$base-sizes: 14 16 18 20 30 35 40 45 50 55 60 100;
$base-sizes: 14 16 18 20 24 30 35 40 45 50 55 60 100;

@each $size in $base-sizes {
.icon-size-#{$size} {
Expand Down

0 comments on commit fe4dbc9

Please sign in to comment.