Skip to content
Snippets Groups Projects

3238618-10.1.x

1 unresolved thread
6 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -40,7 +40,7 @@
top: 50%;
left: 50%;
width: calc(100% + var(--sp));
height: var(--sp3);
height: calc(100% - var(--sp2));
content: "";
transform: translate(-50%, -50%);
border: solid 2px var(--color--primary-50);
Loading