@@ -56,7 +56,7 @@
input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, select, .vTextField {
border-radius: 4px;
font-size: 13px;
- height: 32px;
+ height: $input-height;
white-space: nowrap;
outline: 0;
box-sizing: border-box;
@@ -126,6 +126,7 @@ $background-button-text-color: #6f7e95 !default;
* Inputs
*/
+$input-height: 32px !default;
$input-background-color: #fff !default;
$input-contrast-background-color: #d0dbe6 !default;
$input-border-color: #ecf2f6 !default;
@@ -1,7 +1,5 @@
@import "../globals";
-$input-height: 32px;
-
.select2-container--jet {
@import "single";
@import "multiple";
@@ -12,7 +10,6 @@ $input-height: 32px;
border: 1px solid $input-border-color;
- height: $input-height;
@include for-mobile {
fieldset.module & {
@@ -1,12 +1,10 @@
-$input-height: 0 !default;
.select2-selection--multiple {
background-color: $input-background-color !important;
cursor: text;
- height: auto !important;
+ height: auto;
min-height: $input-height;
.select2-selection__rendered {
@@ -1,8 +1,8 @@
.select2-selection--single {
+
.select2-selection__clear {
cursor: pointer;
float: right;