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

flag fixes

This commit is contained in:
chomik
2019-06-01 17:38:26 +02:00
parent b30928f49f
commit e52bb02617
5 changed files with 37 additions and 19 deletions
+9 -1
View File
@@ -147,7 +147,6 @@ $sizes: (
$generate-social-colors: true !default;
$generate-color-hues: true !default;
$generate-colors: true !default;
$generate-flags: true !default;
$enable-gradients: false !default;
@@ -232,3 +231,12 @@ $input-border-radius: $border-radius !default;
$form-feedback-icon-valid: str-replace(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='" + $green + "' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'><polyline points='20 6 9 17 4 12'></polyline></svg>"), "#", "%23") !default;
$form-feedback-icon-invalid: str-replace(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='" + $red + "' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>"), "#", "%23") !default;
/**
Flags
*/
$generate-flags: true !default;
$flag-sizes: (
"md": 2rem,
"lg": 3rem,
"xl": 4rem
) !default;