@@ -78,7 +78,9 @@ input[type="text"], input[type="email"], input[type="password"], input[type="url
}
@include for-mobile {
- box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.04)
+ fieldset.module & {
+ box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.04)
+ }
@@ -19,7 +19,9 @@ $input-height: 32px;
height: $input-height;
- box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.04);
+ box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.04);
.select2-selection__rendered {