Skip to content

Commit ff9e408

Browse files
committed
fix btn style
1 parent 6ec5abf commit ff9e408

File tree

6 files changed

+4
-16743
lines changed

6 files changed

+4
-16743
lines changed

sass/buttons.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
@import "colors";
22

33
.btn {
4-
width: 140px;
5-
height: 45px;
4+
padding: 1rem 1.5rem;
65
color: #fff;
76
cursor: pointer;
87
text-transform: uppercase;

source/app/styles/buttons.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
@import "colors";
22

33
.btn {
4-
width: 140px;
5-
height: 45px;
4+
padding: 1rem 1.5rem;
65
color: #fff;
76
cursor: pointer;
87
text-transform: uppercase;

0 commit comments

Comments
 (0)