From d3551a7f34354d74574e30822fefa90da89011e9 Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Thu, 30 Jun 2022 17:45:17 +0300 Subject: [PATCH] css compiled --- public/css/app.css | 21 --------------------- resources/assets/sass/app.css | 21 --------------------- 2 files changed, 42 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 6f09501dd..27144a2ab 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -1274,27 +1274,6 @@ input[type=file]::file-selector-button:hover{ /* 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 { border: 1px solid #cc0000 !important; } diff --git a/resources/assets/sass/app.css b/resources/assets/sass/app.css index 66d0752a5..fede1ed0e 100644 --- a/resources/assets/sass/app.css +++ b/resources/assets/sass/app.css @@ -8,27 +8,6 @@ @layer base { /* 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 { border: 1px solid #cc0000 !important; }