Lint
This commit is contained in:
parent
2e5385b565
commit
b2b53c558e
|
@ -7,7 +7,6 @@
|
||||||
@apply mb-4;
|
@apply mb-4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.form-control-font {
|
.form-control-font {
|
||||||
@apply leading-tight text-gray-600 text-sm;
|
@apply leading-tight text-gray-600 text-sm;
|
||||||
}
|
}
|
||||||
|
@ -18,7 +17,8 @@
|
||||||
top: 34px;
|
top: 34px;
|
||||||
transition: color 02s, padding-bottom 02s, font-size 02s, top 02s;
|
transition: color 02s, padding-bottom 02s, font-size 02s, top 02s;
|
||||||
}
|
}
|
||||||
.field-wrapperfocused label-placeholder, label-placeholder-focused {
|
.field-wrapperfocused label-placeholder,
|
||||||
|
label-placeholder-focused {
|
||||||
top: 0;
|
top: 0;
|
||||||
@apply text-sm text-gray-600;
|
@apply text-sm text-gray-600;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
@ -42,24 +42,25 @@
|
||||||
@apply py-2;
|
@apply py-2;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, select {
|
input,
|
||||||
|
select {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="date"],
|
input[type='date'],
|
||||||
input[type="datetime-local"],
|
input[type='datetime-local'],
|
||||||
input[type="time"],
|
input[type='time'],
|
||||||
input[type="month"],
|
input[type='month'],
|
||||||
select,
|
select,
|
||||||
input[type="week"] {
|
input[type='week'] {
|
||||||
height: 37px;
|
height: 37px;
|
||||||
&::-webkit-inner-spin-button {
|
&::-webkit-inner-spin-button {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="date"]::-webkit-inner-spin-button,
|
input[type='date']::-webkit-inner-spin-button,
|
||||||
input[type="date"]::-webkit-calendar-picker-indicator {
|
input[type='date']::-webkit-calendar-picker-indicator {
|
||||||
display: none;
|
display: none;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -82,10 +82,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.popover {
|
&.popover {
|
||||||
$color: #f9f9f9;
|
|
||||||
|
|
||||||
.popover-inner {
|
.popover-inner {
|
||||||
background: $color;
|
background: #f9f9f9;
|
||||||
color: black;
|
color: black;
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
@ -93,7 +91,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover-arrow {
|
.popover-arrow {
|
||||||
border-color: $color;
|
border-color: #f9f9f9;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue