.enable-frame > box {
padding: 4px;
border-radius: 18px;
border: 2px solid var(--border-color);
}
.enable-frame > box > list > .activatable:hover {
border-radius: 18px;
}
.enable-frame > box > list {
background: transparent;
border-radius: 12px;
font-size: 1.4rem;
font-weight: 600;
}
.enable-frame > box > revealer > list {
background: unset;
}
.enable-frame > box > revealer > list > .activatable:hover {
background: unset;
}
.frame-row {
padding: 0.7rem;
}
.item-expander > box > revealer {
border-radius: 8px;
background-color: var(--popover-bg-color);
}
.item-expander > box > list > .header {
border-radius: 8px;
background-color: color-mix(in srgb, currentColor 10%, transparent);
}
.footer {
padding: 6px 2px;
}
.bordered {
padding: 18px;
border-radius: 18px;
border: 2px solid var(--border-color);
font-size: 1.4rem;
font-weight: 600;
}
.disabled {
opacity: 0.5;
background: unset;
}
.items-list {
padding: 8px;
border-radius: 12px;
}
.items-list > row {
padding: 6px;
}
.changes-text {
padding: 16px;
border-radius: 12px;
border: 2px solid var(--border-color);
}
.theme-carousel {
border-radius: 24px;
}
.theme {
padding: 24px;
}
.theme-image {
border-radius: 18px;
border: 2px solid var(--border-color);
min-height: 100px;
min-width: 100px;
}
.blue-label {
color: color-mix(in srgb, currentColor 40%, #13bdda 60%);
}
.gray-label {
color: color-mix(in srgb, currentColor 40%, #464444 60%);
}
.generate-min-width {
min-width: 270px;
}
button.active {
border: 2px solid #62a600;
box-shadow: inset 0 0 12px #62a600;
}
button.not-active {
border: 2px solid transparent;
box-shadow: none;
}