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

icons, toast message

This commit is contained in:
chomik
2019-03-25 21:03:14 +01:00
parent 2f35599ea2
commit 1d8b0317e3
275 changed files with 68 additions and 297 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
// FONTS
$font-family-base: "Signika", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
$font-family-base: "Roboto", -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;
// EXTERNAL FONTS
$google-font-url: "https://fonts.googleapis.com/css?family=Signika:300,400,600,700" !default;
$google-font-url: "https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700" !default;
$icon-fonts: (
"https://use.fontawesome.com/releases/v5.3.1/css/brands.css"
) !default;
@@ -105,8 +105,8 @@ $avatar-sizes: (
("xl", 5rem, 2rem)
) !default;
$font-size-base: 1rem !default;
$font-weight-base: 300 !default;
$font-size-base: .9375rem !default;
$font-weight-base: 400 !default;
$line-height-base: (24 / 16) !default;
$border-radius: 3px !default;