Format foar a correct tailwind positioning of classes and eliminated usless spaces.
This commit is contained in:
parent
baca57062e
commit
a86d13632e
@ -32,7 +32,7 @@ body {
|
||||
@apply block w-full py-1.5 rounded border-0 text-sm ring-1 ring-inset;
|
||||
}
|
||||
|
||||
.input[type='password'] {
|
||||
.input[type="password"] {
|
||||
@apply pr-10;
|
||||
}
|
||||
|
||||
@ -52,7 +52,6 @@ button[isHighlighted]:not(:disabled) {
|
||||
@apply text-white bg-coollabs hover:bg-coollabs-100;
|
||||
}
|
||||
|
||||
|
||||
h1 {
|
||||
@apply text-2xl font-bold dark:text-white;
|
||||
}
|
||||
@ -117,7 +116,7 @@ tr td:first-child {
|
||||
@apply flex items-center gap-2 text-error;
|
||||
}
|
||||
.tag {
|
||||
@apply px-2 py-1 cursor-pointer box-description dark:bg-coolgray-100 dark:hover:bg-coolgray-300 bg-neutral-100 hover:bg-neutral-200
|
||||
@apply px-2 py-1 cursor-pointer box-description dark:bg-coolgray-100 dark:hover:bg-coolgray-300 bg-neutral-100 hover:bg-neutral-200;
|
||||
}
|
||||
.add-tag {
|
||||
@apply flex items-center px-2 text-xs cursor-pointer dark:text-neutral-500/20 text-neutral-500 group-hover:text-neutral-700 group-hover:dark:text-white dark:hover:bg-coolgray-300 hover:bg-neutral-200;
|
||||
@ -135,7 +134,6 @@ tr td:first-child {
|
||||
|
||||
.badge-absolute {
|
||||
@apply absolute top-0 right-0 w-2 h-2 border-none rounded-t-none rounded-r-none;
|
||||
|
||||
}
|
||||
|
||||
.badge-success {
|
||||
@ -174,7 +172,6 @@ tr td:first-child {
|
||||
@apply w-6 h-6 dark:hover:text-white;
|
||||
}
|
||||
|
||||
|
||||
.scrollbar {
|
||||
@apply scrollbar-thumb-coollabs-100 dark:scrollbar-track-coolgray-200 scrollbar-track-neutral-200 scrollbar-w-2;
|
||||
}
|
||||
@ -216,7 +213,6 @@ tr td:first-child {
|
||||
@apply rounded hover:bg-neutral-300 dark:hover:bg-coolgray-500/20;
|
||||
}
|
||||
|
||||
|
||||
.box-title {
|
||||
@apply font-bold text-black dark:text-white group-hover:dark:text-white;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user