Stylized scene banner to match scene tile.
This commit is contained in:
parent
3b3eea193a
commit
7808a3e059
|
@ -349,6 +349,11 @@ function updateFilter(prop, value, reload = true) {
|
||||||
grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
|
||||||
gap: .5rem;
|
gap: .5rem;
|
||||||
padding: .5rem 1rem 1rem 1rem;
|
padding: .5rem 1rem 1rem 1rem;
|
||||||
|
|
||||||
|
:deep(.campaign) .campaign-banner {
|
||||||
|
border-radius: .25rem;
|
||||||
|
box-shadow: 0 0 3px var(--shadow-weak-20);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.scopes {
|
.scopes {
|
||||||
|
|
Loading…
Reference in New Issue