Skip to content

Commit

Permalink
[RFC][NI] Fix textarea borders (#66)
Browse files Browse the repository at this point in the history
* fix textarea border

* fixed step-card sizings and margins

* several frontend fixes
  • Loading branch information
mmelo authored Jan 10, 2017
1 parent 3488c8e commit 9029b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/styles/_components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ $sizes: (
@include align-items-center();
@include justify-content-center();
@include flex();
@include font("IntervalNextReg");
min-width: 130px;
height: size(#{$size});
padding: 0 22px;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/_components/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $checkbox-size: 32px;
&--bordered {
@include breakpoint(small) {
padding: 20px;
border: 2px solid color('input', 'mobile-border');
border: 2px solid color('borders');
border-radius: 4px;
}
}
Expand Down

0 comments on commit 9029b41

Please sign in to comment.