static html classnames return to tailwind classnames for .blade files
This commit is contained in:
44
resources/assets/sass/app.css
vendored
44
resources/assets/sass/app.css
vendored
@ -8,7 +8,28 @@
|
||||
|
||||
@layer base {
|
||||
/* form */
|
||||
.form-element {
|
||||
/* .form-element {
|
||||
@apply w-full text-sm px-3 py-2.5 mt-1 rounded-lg border border-light-gray text-black placeholder-light-gray bg-white disabled:bg-gray-200 focus:outline-none focus:ring-transparent focus:border-purple;
|
||||
} */
|
||||
|
||||
/* .has-error .form-element {
|
||||
@apply border-red;
|
||||
}
|
||||
|
||||
.prepend-input-icon .form-element {
|
||||
@apply px-10;
|
||||
} */
|
||||
|
||||
/* .form-control-label {
|
||||
@apply text-black text-sm font-medium;
|
||||
} */
|
||||
|
||||
/* div.required > .form-control-label::after {
|
||||
content: '*';
|
||||
@apply text-red ml-1;
|
||||
} */
|
||||
|
||||
.input-money {
|
||||
@apply w-full text-sm px-3 py-2.5 mt-1 rounded-lg border border-light-gray text-black placeholder-light-gray bg-white disabled:bg-gray-200 focus:outline-none focus:ring-transparent focus:border-purple;
|
||||
}
|
||||
|
||||
@ -16,23 +37,6 @@
|
||||
background-color:transparent !important;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.has-error .form-element {
|
||||
@apply border-red;
|
||||
}
|
||||
|
||||
.prepend-input-icon .form-element {
|
||||
@apply px-10;
|
||||
}
|
||||
|
||||
.form-control-label {
|
||||
@apply text-black text-sm font-medium;
|
||||
}
|
||||
|
||||
div.required > .form-control-label::after {
|
||||
content: '*';
|
||||
@apply text-red ml-1;
|
||||
}
|
||||
|
||||
[type="radio"] {
|
||||
@apply text-purple focus:outline-none focus:ring-purple focus:border-purple;
|
||||
@ -248,7 +252,7 @@
|
||||
}
|
||||
|
||||
.el-select .el-input .el-input__inner {
|
||||
@apply form-element h-auto;
|
||||
@apply w-full h-auto text-sm px-3 py-2.5 mt-1 rounded-lg border border-light-gray text-black placeholder-light-gray bg-white disabled:bg-gray-200 focus:outline-none focus:ring-transparent focus:border-purple;
|
||||
color:#595959 !important;
|
||||
}
|
||||
|
||||
@ -368,7 +372,7 @@
|
||||
}
|
||||
|
||||
.el-date-editor input {
|
||||
@apply form-element;
|
||||
@apply w-full text-sm px-3 py-2.5 mt-1 rounded-lg border border-light-gray text-black placeholder-light-gray bg-white disabled:bg-gray-200 focus:outline-none focus:ring-transparent focus:border-purple;
|
||||
color: #595959 !important;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user