Skip to content

Commit 4f3fe84

Browse files
committed
increase .btn font-weight
1 parent 3343689 commit 4f3fe84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/sass/components/_button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
cursor: pointer;
1111
display: inline-block;
1212
font-size: $font-size;
13-
font-weight: $font-weight-normal;
13+
font-weight: $font-weight-medium;
1414
line-height: $line-height;
1515
margin-bottom: 0;
1616
max-width: 100%;

css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4788,7 +4788,7 @@ body.el-loading {
47884788
cursor: pointer;
47894789
display: inline-block;
47904790
font-size: 14px;
4791-
font-weight: 400;
4791+
font-weight: 500;
47924792
line-height: 20px;
47934793
margin-bottom: 0;
47944794
max-width: 100%;

css/base.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)