เพิ่ม icon

This commit is contained in:
STW_TTTY\stwtt 2024-09-23 13:40:03 +07:00
parent 80856bbed0
commit 572ef18909
12 changed files with 310 additions and 209 deletions

View file

@ -433,7 +433,7 @@ $toggle-control-ease: ease-in;
// These are our computed variables
// change at your own risk.
$toggle-radius: $toggle-height / 2;
$toggle-radius: ($toggle-height / 2);
$toggle-control-size: $toggle-height - ($toggle-gutter * 2);
.toggle-control {

View file

@ -365,7 +365,7 @@ $toggle-control-ease: ease-in;
// These are our computed variables
// change at your own risk.
$toggle-radius: $toggle-height / 2;
$toggle-radius: ($toggle-height / 2);
$toggle-control-size: $toggle-height - ($toggle-gutter * 2);
.toggle-control {