1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 16:04:37 +04:00

cards components

This commit is contained in:
codecalm
2019-10-01 22:00:27 +02:00
parent a4ff3e1ba4
commit d7a8a5bb81
23 changed files with 121 additions and 510 deletions
+19 -14
View File
@@ -37,25 +37,24 @@ $lime: #7bd235 !default;
$green: #5eba00 !default;
$teal: #2bcbba !default;
$cyan: #17a2b8 !default;
$black: #000000 !default;
$white: #ffffff !default;
$light: #f0f2f5 !default;
$dark: #1c2c41 !default;
$black: #000 !default;
$white: #fff !default;
$dark: #021f34 !default;
$body-bg: #f5f7fb !default;
$body-color: #343a40 !default;
$body-color: #45535f !default;
$text-muted: #888e9a !default;
$text-muted-light: #adb5bd !default;
$text-muted: #8a91a5 !default;
$border-color: rgba(0, 0, 0, 0.09) !default;
$border-color: #dce3e9 !default;
$social-colors: (
"facebook": #3b5998,
"twitter": #1da1f2,
"google": #dc4e41,
"youtube": #f00,
"youtube": #ff0000,
"vimeo": #1ab7ea,
"dribbble": #ea4c89,
"github": #181717,
@@ -106,12 +105,12 @@ $avatar-sizes: (
//Fonts
$font-size-base: 1rem !default;
$font-weight-base: 400 !default;
$line-height-base: 1.375 !default;
$line-height-base: 1.5 !default;
$border-radius: 3px !default;
//Typography
$headings-font-weight: 600 !default;
$headings-color: $dark !default;
$small-font-size: 87.5% !default;
@@ -212,6 +211,13 @@ $container-max-widths: (
//alerts
$alert-link-font-weight: 600 !default;
//cards
$card-border-color: $border-color !default;
$card-border-radius: $border-radius !default;
$card-cap-bg: $body-bg !default;
$card-active-border-color: $blue !default;
//close
$close-font-weight: 400 !default;
$close-font-size: 1.5rem !default;
@@ -238,7 +244,7 @@ $pagination-padding-x: .25rem !default;
$pagination-color: $text-muted !default;
$pagination-bg: transparent !default;
$pagination-disabled-bg: transparent !default;
$pagination-disabled-color: rgba($text-muted-light, .5) !default;
$pagination-disabled-color: rgba($text-muted, .5) !default;
//sidenav
$sidenav-width: 16rem !default;
@@ -269,20 +275,19 @@ $toast-header-color: $text-muted !default;
//other
$yiq-contrasted-threshold: 200 !default;
$card-border-color: $border-color !default;
$list-group-border-color: $border-color !default;
$list-group-action-color: inherit !default;
$input-disabled-bg: $gray-100 !default;
$input-border-color: $border-color !default;
$input-placeholder-color: $text-muted-light !default;
$input-placeholder-color: $text-muted !default;
$input-group-addon-bg: $gray-100 !default;
$input-group-addon-color: $text-muted !default;
$dropdown-border-color: $border-color !default;
$card-border-radius: $border-radius !default;
$input-border-radius: $border-radius !default;