|
@@ -67,6 +67,7 @@ $gf-form-margin: 4px;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
margin-right: $gf-form-margin;
|
|
margin-right: $gf-form-margin;
|
|
|
}
|
|
}
|
|
|
|
|
+ &.gf-size-auto { width: auto; }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
input[type=checkbox].gf-form-checkbox {
|
|
input[type=checkbox].gf-form-checkbox {
|
|
@@ -80,6 +81,7 @@ select.gf-form-input {
|
|
|
display: block;
|
|
display: block;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
margin-right: $gf-form-margin;
|
|
margin-right: $gf-form-margin;
|
|
|
|
|
+ &.gf-size-auto { width: auto; }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@each $size, $value in $form-sizes {
|
|
@each $size, $value in $form-sizes {
|
|
@@ -90,7 +92,6 @@ select.gf-form-input {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.gf-size-auto { width: auto; }
|
|
|
|
|
.gf-size-max { width: 100%; }
|
|
.gf-size-max { width: 100%; }
|
|
|
-
|
|
|
|
|
|
|
+.gf-size-auto { width: auto; }
|
|
|
|
|
|