fix(LOY-283): remove title from dtmc modal

adjust padding and remove box-shadow according to design documents
This commit is contained in:
Christian Andolf
2025-06-26 11:23:27 +02:00
parent bbcabfa0ba
commit a3d3f3a06c
3 changed files with 3 additions and 10 deletions
@@ -23,6 +23,7 @@
position: relative;
perspective: 1000px;
transform-style: preserve-3d;
margin-top: var(--Space-x2);
}
.shimmer {
@@ -45,9 +46,7 @@
max-width: 100%;
color: var(--Text-Brand-OnPrimary-3-Accent);
background-color: var(--Surface-Brand-Primary-1-OnSurface-Default);
box-shadow:
0 2px 1px rgb(255 255 255 / 11%) inset,
0 4px 44px rgb(0 0 0 / 25%);
box-shadow: 0 2px 1px rgb(255 255 255 / 11%) inset;
transition: transform 0.3s ease-out;
will-change: transform;
user-select: none;