linting
parent
aa7430a554
commit
3696fdb359
|
|
@ -41,7 +41,6 @@ assignees: ''
|
||||||
|
|
||||||
<!-- Everything helps! -->
|
<!-- Everything helps! -->
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Thanks for helping to make the Lot Occupancy System better!**
|
Thanks for helping to make the Lot Occupancy System better!**
|
||||||
-->
|
-->
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,6 @@ assignees: ''
|
||||||
|
|
||||||
<!-- The more information you can provide, the better chance the solution will be right the first time! -->
|
<!-- The more information you can provide, the better chance the solution will be right the first time! -->
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Thanks for helping to make the Lot Occupancy System better!
|
Thanks for helping to make the Lot Occupancy System better!
|
||||||
-->
|
-->
|
||||||
|
|
|
||||||
|
|
@ -174,10 +174,12 @@ span.button.is-static {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// fix left icon
|
||||||
.datetimepicker-dummy-wrapper .datetimepicker-dummy-input:first-child {
|
.datetimepicker-dummy-wrapper .datetimepicker-dummy-input:first-child {
|
||||||
text-indent: 2rem;
|
text-indent: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// center the button
|
||||||
.datetimepicker-clear-button {
|
.datetimepicker-clear-button {
|
||||||
transform: none;
|
transform: none;
|
||||||
margin-right: 0.25rem;
|
margin-right: 0.25rem;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue