feat(checkbox): add --checkmark-width variable (#19933)

resolves #16803

Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
This commit is contained in:
Alex Arvanitidis
2020-01-03 18:20:04 +01:00
committed by Liam DeBeasi
parent 9318d2418e
commit c32a7bcd20
5 changed files with 11 additions and 2 deletions

View File

@ -10,6 +10,7 @@
--border-width: #{$checkbox-md-icon-border-width};
--border-style: #{$checkbox-md-icon-border-style};
--border-color: #{$checkbox-md-icon-border-color-off};
--checkmark-width: 3;
// Background
--background: #{$checkbox-md-icon-background-color-off};
@ -27,7 +28,6 @@
.checkbox-icon path {
stroke-dasharray: 30;
stroke-dashoffset: 30;
stroke-width: 3;
}
// Material Design Checkbox: Checked / Indeterminate