0.3.01
This commit is contained in:
+12
-1
@@ -3698,6 +3698,16 @@ details summary {
|
||||
}
|
||||
.metadata-hero-order-actions { display: flex; gap: 5px; }
|
||||
.metadata-hero-order-actions button { min-width: 34px; padding-inline: 8px; }
|
||||
.metadata-hero-colour {
|
||||
display: grid;
|
||||
gap: 7px;
|
||||
margin-top: 18px;
|
||||
padding-top: 16px;
|
||||
border-top: 1px solid var(--line-soft);
|
||||
}
|
||||
.metadata-hero-colour > b { font-size: 13.5px; }
|
||||
.metadata-hero-colour > p { margin: 0; color: var(--muted); font-size: 12.5px; }
|
||||
.metadata-hero-colour .segments { width: fit-content; }
|
||||
.metadata-hero-preview {
|
||||
position: relative;
|
||||
isolation: isolate;
|
||||
@@ -3805,7 +3815,8 @@ details summary {
|
||||
height: 100%;
|
||||
background: var(--accent);
|
||||
}
|
||||
.metadata-preview-progress b { font-size: inherit; line-height: inherit; }
|
||||
.metadata-preview-progress b { color: var(--accent); font-size: inherit; line-height: inherit; }
|
||||
.metadata-preview-progress[data-colour="white"] b { color: #fff; }
|
||||
.metadata-preview-summary { margin: 0; color: #cbd2d7; font-size: 12px; line-height: 1.45; }
|
||||
|
||||
@media (max-width: 980px) {
|
||||
|
||||
Reference in New Issue
Block a user