1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-24 03:54:42 +04:00

font weight unification

This commit is contained in:
codecalm
2020-04-10 22:45:06 +02:00
parent a78a0b0317
commit cbd7b121a7
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -278,7 +278,7 @@ $input-focus-color: inherit !default;
//buttons
$btn-padding-x: 1rem !default;
$btn-font-weight: 500 !default;
$btn-font-weight: $font-weight-bold !default;
$btn-border-radius: 3px !default;
//cards
@@ -387,7 +387,7 @@ $navbar-brand-padding-y: $nav-link-padding-y !default;
$navbar-brand-image-height: 2rem !default;
$navbar-brand-margin-right: 0 !default;
$navbar-brand-font-size: $h3-font-size !default;
$navbar-brand-font-weight: 500 !default;
$navbar-brand-font-weight: $font-weight-bold !default;
$navbar-toggler-font-size: 1rem !default;
$navbar-toggler-padding-x: 0 !default;
+1 -1
View File
@@ -1,5 +1,5 @@
.btn {
font-weight: 500;
font-weight: $btn-font-weight;
display: inline-flex;
align-items: center;
justify-content: center;
+1 -1
View File
@@ -127,7 +127,7 @@ Form help
*/
.form-help {
display: inline-flex;
font-weight: 600;
font-weight: $font-weight-bold;
align-items: center;
justify-content: center;
width: 1.125rem;