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

bootstrap upgrade

This commit is contained in:
codecalm
2019-07-29 22:53:42 +02:00
parent e9831da807
commit d926bd48da
4 changed files with 9 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ Color Input
width: 1.25rem;
height: 1.25rem;
content: "";
background: $custom-checkbox-indicator-icon-checked no-repeat center center/50% 50%;
background: $form-switch-checked-bg-image no-repeat center center/50% 50%;
opacity: 0;
transition: .3s opacity;
@@ -241,7 +241,7 @@ Image check
pointer-events: none;
content: "";
user-select: none;
background: $primary $custom-checkbox-indicator-icon-checked no-repeat center center/50% 50%;
background: $primary $form-switch-checked-bg-image no-repeat center center/50% 50%;
border-radius: 3px;
opacity: 0;
transition: .3s opacity;