|
|
@@ -70,13 +70,7 @@ label.custom-control-label {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.grw-custom-switch-slack {
|
|
|
- $input-height-slack: 1.8rem;
|
|
|
-
|
|
|
- border-style: solid;
|
|
|
- border-width: 1px;
|
|
|
- border-radius: $input-height-slack/2 2px 2px $input-height-slack/2;
|
|
|
-
|
|
|
+.custom-switch.custom-switch-slack {
|
|
|
.custom-control-label {
|
|
|
&::after {
|
|
|
background-image: url(/images/icons/slack/slack-logo-off.svg);
|
|
|
@@ -94,16 +88,4 @@ label.custom-control-label {
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- .form-control {
|
|
|
- width: 80px;
|
|
|
- height: $input-height-slack;
|
|
|
- border: transparent;
|
|
|
- @include media-breakpoint-up(sm) {
|
|
|
- width: 130px;
|
|
|
- }
|
|
|
- @include media-breakpoint-up(md) {
|
|
|
- width: 180px;
|
|
|
- }
|
|
|
- }
|
|
|
}
|