Discover: Sidebar visualization setting done.
This commit is contained in:
@@ -56,6 +56,17 @@
|
||||
@apply text-neutral-700 bg-neutral-100 border border-neutral-500 hover:bg-neutral-500 hover:text-neutral-100 hover:border-neutral-300 focus:outline-none focus:border-neutral-500 focus:ring active:ring
|
||||
}
|
||||
|
||||
/* button toggle */
|
||||
.btn-toggle-content {
|
||||
@apply flex justify-between items-center w-full rounded-full bg-neutral-100 text-neutral-500
|
||||
}
|
||||
.btn-toggle-item {
|
||||
@apply text-sm leading-5 font-medium text-center justify-center w-1/2 px-7 py-1.5 rounded-full cursor-pointer transition-all duration-200
|
||||
}
|
||||
.btn-toggle-show {
|
||||
@apply bg-primary text-neutral-10 shadow-md
|
||||
}
|
||||
|
||||
/* invalid */
|
||||
.is-invalid :invalid{
|
||||
@apply invalid:border-danger focus:ring-danger
|
||||
@@ -70,3 +81,11 @@
|
||||
nav ul>li {
|
||||
@apply px-2 py-3.5 duration-300 hover:bg-neutral-900 hover:text-neutral-10 active:bg-neutral-900 active:text-neutral-10;
|
||||
}
|
||||
|
||||
/* Header */
|
||||
.h1 {
|
||||
@apply font-bold text-base leading-10
|
||||
}
|
||||
.h2 {
|
||||
@apply font-bold text-sm leading-10
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user