css file configured

This commit is contained in:
Burak Civan 2022-10-26 16:15:56 +03:00
parent 5c25098a11
commit b7f3855515
2 changed files with 2305 additions and 1575 deletions

3824
public/css/app.css vendored

File diff suppressed because it is too large Load Diff

View File

@ -6,38 +6,17 @@
@tailwind utilities;
@layer base {
/* form */
.has-error input, .has-error select, .has-error textarea {
border: 1px solid #cc0000 !important;
}
.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;
}
.disabled-money input, .disabled-money {
background-color:transparent !important;
border: none;
}
[type="radio"] {
@apply text-purple focus:outline-none focus:ring-purple focus:border-purple;
}
@layer container {
.container {
@apply px-4 lg:px-0;
}
}
@layer utilities {
.max-h-0 {
max-height: 0;
}
.h-0 {
height: auto;
}
/* form */
/* index */
.index-actions:hover .tooltip-content {
@apply opacity-100 visible;
@ -95,7 +74,30 @@
.tabs-link:hover::before {
@apply opacity-100 visible;
}
/* index */
}
@layer base {
/* form */
.has-error input, .has-error select, .has-error textarea {
border: 1px solid #cc0000 !important;
}
.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;
}
.disabled-money input, .disabled-money {
background-color:transparent !important;
border: none;
}
[type="radio"] {
@apply text-purple focus:outline-none focus:ring-purple focus:border-purple;
}
/* form */
/* index */
.active-tabs {
border-color: transparent !important;
}
@ -212,6 +214,12 @@
@apply px-0 lg:pl-6 lg:pr-6;
}
/* widget container name will change as lg:px-12 on database. When container class name change on database, this code will clean */
/* after the upgrade tailwind 3.2.1, this tags font-weight changed. Added this block for now */
button, input, optgroup, select, textarea {
@apply font-normal;
}
/* after the upgrade tailwind 3.2.1, this tags font-weight changed. Added this block for now */
}
/* menu */