css compiled

This commit is contained in:
Burak Civan 2022-06-30 17:45:17 +03:00
parent 13e6aab552
commit d3551a7f34
2 changed files with 0 additions and 42 deletions

21
public/css/app.css vendored
View File

@ -1274,27 +1274,6 @@ input[type=file]::file-selector-button:hover{
/* form */ /* form */
/* .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;
} */
.has-error input, .has-error select, .has-error textarea { .has-error input, .has-error select, .has-error textarea {
border: 1px solid #cc0000 !important; border: 1px solid #cc0000 !important;
} }

View File

@ -8,27 +8,6 @@
@layer base { @layer base {
/* form */ /* form */
/* .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;
} */
.has-error input, .has-error select, .has-error textarea { .has-error input, .has-error select, .has-error textarea {
border: 1px solid #cc0000 !important; border: 1px solid #cc0000 !important;
} }