mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
cards fixes
This commit is contained in:
+21
-9
@@ -1,10 +1,10 @@
|
||||
// FONTS
|
||||
$font-family-base: "Source Sans Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
|
||||
$font-family-base: "Nunito", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
|
||||
$font-family-serif: "Georgia", "Times New Roman", times, serif !default;
|
||||
$font-icons: "tabler-webfont" !default;
|
||||
|
||||
// EXTERNAL FONTS
|
||||
$google-font-url: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap" !default;
|
||||
$google-font-url: "https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap" !default;
|
||||
$icon-fonts: () !default;
|
||||
|
||||
// COLORS
|
||||
@@ -40,11 +40,11 @@ $cyan: #17a2b8 !default;
|
||||
$black: #000000 !default;
|
||||
$white: #ffffff !default;
|
||||
|
||||
$light: #f0f2f5 !default;
|
||||
$dark: #021f34 !default;
|
||||
$light: #f5f7fb !default;
|
||||
$dark: #505061 !default;
|
||||
|
||||
$body-bg: #f5f7fb !default;
|
||||
$body-color: #45535f !default;
|
||||
$body-bg: $light !default;
|
||||
$body-color: $dark !default;
|
||||
|
||||
$text-muted: #8a91a5 !default;
|
||||
|
||||
@@ -103,14 +103,15 @@ $avatar-sizes: (
|
||||
) !default;
|
||||
|
||||
//Fonts
|
||||
$font-size-base: 1rem !default;
|
||||
$font-size-base: .9375rem !default;
|
||||
$font-weight-base: 400 !default;
|
||||
$line-height-base: 1.5 !default;
|
||||
$line-height-base: 1.6 !default;
|
||||
|
||||
$border-radius: 3px !default;
|
||||
|
||||
//Typography
|
||||
$headings-color: $dark !default;
|
||||
$headings-color: #021f34 !default;
|
||||
$headings-font-weight: 600 !default;
|
||||
|
||||
$small-font-size: 87.5% !default;
|
||||
|
||||
@@ -325,6 +326,17 @@ $flag-sizes: (
|
||||
|
||||
//Utilities
|
||||
$utilities: (
|
||||
"object": (
|
||||
property: object-fit,
|
||||
class: object,
|
||||
values: (
|
||||
contain: contain,
|
||||
cover: cover,
|
||||
fill: fill,
|
||||
scale-down: scale-down,
|
||||
none: none,
|
||||
)
|
||||
),
|
||||
"spacing": (
|
||||
property: letter-spacing,
|
||||
class: tracking,
|
||||
|
||||
Reference in New Issue
Block a user