feat: unify creation entry templates
This commit is contained in:
@@ -7096,6 +7096,46 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
color: var(--platform-text-base) !important;
|
||||
}
|
||||
|
||||
.platform-theme--light
|
||||
.platform-remap-surface
|
||||
.creation-agent-hero
|
||||
:where(
|
||||
.creation-agent-hero__icon-button,
|
||||
.creation-agent-hero__quick-action
|
||||
) {
|
||||
border-color: rgba(255, 255, 255, 0.2) !important;
|
||||
background: rgba(255, 255, 255, 0.1) !important;
|
||||
color: rgba(255, 255, 255, 0.82) !important;
|
||||
}
|
||||
|
||||
.platform-theme--light
|
||||
.platform-remap-surface
|
||||
.creation-agent-hero
|
||||
:where(.creation-agent-hero__summary, .creation-agent-hero__progress-label) {
|
||||
color: rgba(255, 255, 255, 0.76) !important;
|
||||
}
|
||||
|
||||
.platform-theme--light
|
||||
.platform-remap-surface
|
||||
.creation-agent-hero
|
||||
.creation-agent-hero__progress-value {
|
||||
color: rgba(255, 255, 255, 0.92) !important;
|
||||
}
|
||||
|
||||
.platform-theme--light
|
||||
.platform-remap-surface
|
||||
.creation-agent-hero
|
||||
.creation-agent-hero__progress-hint {
|
||||
color: rgba(255, 255, 255, 0.72) !important;
|
||||
}
|
||||
|
||||
.platform-theme--light
|
||||
.platform-remap-surface
|
||||
.creation-agent-hero
|
||||
.creation-agent-hero__progress-track {
|
||||
background: rgba(255, 255, 255, 0.2) !important;
|
||||
}
|
||||
|
||||
.platform-theme--light
|
||||
.platform-remap-surface
|
||||
:where(
|
||||
|
||||
Reference in New Issue
Block a user