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:
@@ -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,5 +1,5 @@
|
||||
.btn {
|
||||
font-weight: 500;
|
||||
font-weight: $btn-font-weight;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user