Skip to content

Commit

Permalink
Issue #SB-10394 feat: css changes sunbird ui components
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwal88 committed Feb 20, 2019
1 parent 7cc3895 commit 6337118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions component/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ input[type="button"] {
}
.sb-btn-xs {
height:($base-block-space * 3);
padding: ($base-block-space * 1);
padding:($base-block-space * 0) ($base-block-space * 1);
font-size:$font-size-sm;
}
.sb-btn-normal {
Expand All @@ -62,7 +62,7 @@ input[type="button"] {
}
.sb-btn-lg {
height:($base-block-space * 7);
padding: ($base-block-space * 3);
padding: ($base-block-space * 0) ($base-block-space * 3);
font-size:$font-size-lg;
}
// disabled button
Expand Down

0 comments on commit 6337118

Please sign in to comment.