__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* Control: Switch. */
.customize-control-consultstreet-toggle {
position: relative;
label {
display: flex;
flex-wrap: wrap;
.customize-control-title {
width: calc(100% - 55px);
}
.description {
order: 99;
}
}
.switch {
border: 1px solid #b4b9be;
display: inline-block;
width: 35px;
height: 12px;
border-radius: 8px;
background: #b4b9be;
vertical-align: middle;
position: relative;
top: 4px;
cursor: pointer;
user-select: none;
transition: background 350ms ease;
&::after {
content: "";
display: block;
width: 20px;
height: 20px;
border-radius: 50%;
position: absolute;
top: 50%;
left: -3px;
transition:
all 350ms cubic-bezier(0, 0.95, 0.38, 0.98),
background 150ms ease;
background: #999;
border: 1px solid rgba(0, 0, 0, 0.1);
transform: translate3d(0, -50%, 0);
}
&::before {
content: "";
display: block;
width: 20px;
height: 20px;
border-radius: 50%;
position: absolute;
top: 50%;
left: -3px;
transition:
all 350ms cubic-bezier(0, 0.95, 0.38, 0.98),
background 150ms ease;
background: rgba(0, 0, 0, 0.2);
transform: translate3d(0, -50%, 0) scale(0);
}
&:active::before {
transform: translate3d(0, -50%, 0) scale(3);
}
}
input:checked + .switch {
&::before {
background: rgba(0, 115, 170, 0.075);
transform: translate3d(100%, -50%, 0) scale(1);
}
&::after {
background: $c-primary;
transform: translate3d(100%, -50%, 0);
}
&:active::before {
background: rgba(0, 115, 170, 0.075);
transform: translate3d(100%, -50%, 0) scale(3);
}
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| _color.scss | File | 717 B | 0644 |
|
| _control-colors.scss | File | 329 B | 0644 |
|
| _radio-buttonset.scss | File | 398 B | 0644 |
|
| _radio-image.scss | File | 990 B | 0644 |
|
| _slider.scss | File | 837 B | 0644 |
|
| _sortable.scss | File | 412 B | 0644 |
|
| _toggle.scss | File | 1.59 KB | 0644 |
|