update
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
--container-4xl: 56rem;
|
||||
--container-5xl: 64rem;
|
||||
--container-6xl: 72rem;
|
||||
--container-7xl: 80rem;
|
||||
--text-xs: 0.75rem;
|
||||
--text-xs--line-height: calc(1 / 0.75);
|
||||
--text-sm: 0.875rem;
|
||||
@@ -3885,6 +3886,9 @@
|
||||
.w-6 {
|
||||
width: calc(var(--spacing) * 6);
|
||||
}
|
||||
.w-7xl {
|
||||
width: var(--container-7xl);
|
||||
}
|
||||
.w-8 {
|
||||
width: calc(var(--spacing) * 8);
|
||||
}
|
||||
@@ -5815,6 +5819,9 @@
|
||||
.text-red-200 {
|
||||
color: var(--color-red-200);
|
||||
}
|
||||
.text-red-400 {
|
||||
color: var(--color-red-400);
|
||||
}
|
||||
.text-red-500 {
|
||||
color: var(--color-red-500);
|
||||
}
|
||||
|
||||
@@ -119,6 +119,7 @@
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
display: none;
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
/* DaisyUI details submenu spacing */
|
||||
@@ -214,7 +215,7 @@
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
@layer hura {
|
||||
.btn-active {
|
||||
--btn-bg: var(--color-hura);
|
||||
--btn-fg: #ffffff;
|
||||
@@ -234,4 +235,24 @@
|
||||
background: var(--color-hura);
|
||||
color: #fff;
|
||||
}
|
||||
.checkbox-active:checked,
|
||||
.checkbox-active[aria-checked="true"] {
|
||||
background: var(--color-hura);
|
||||
color: #fff;
|
||||
}
|
||||
.menu-form .btn {
|
||||
border-bottom: 0;
|
||||
}
|
||||
.menu-form .btn:hover {
|
||||
background: var(--color-hura);
|
||||
color: #fff;
|
||||
}
|
||||
.radio-active:checked,
|
||||
.radio-active[aria-checked="true"] {
|
||||
border-color: var(--color-hura);
|
||||
}
|
||||
.radio-active:checked::before,
|
||||
.radio-active[aria-checked="true"]::before {
|
||||
background-color: var(--color-hura);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user