Skip to content

Commit

Permalink
Update: (liferay#600) .btn-unstyled to work with .btn-sm and `.bt…
Browse files Browse the repository at this point in the history
…n-lg`
  • Loading branch information
pat270 committed Feb 24, 2018
1 parent 3080e22 commit 8cfee54
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/clay/src/scss/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,22 @@

.btn-unstyled {
@extend %btn-unstyled;

&.btn-lg {
border-color: transparent;
border-width: $btn-border-width;
font-size: $btn-font-size-lg;
line-height: $btn-line-height-lg;
padding: $btn-padding-y-lg $btn-padding-x-lg;
}

&.btn-sm {
border-color: transparent;
border-width: $btn-border-width;
font-size: $btn-font-size-sm;
line-height: $btn-line-height-sm;
padding: $btn-padding-y-sm $btn-padding-x-sm;
}
}

// Button Monospaced
Expand Down

0 comments on commit 8cfee54

Please sign in to comment.