Refactor platform visual styles by removing background and border for device animator
This commit is contained in:
@@ -1986,6 +1986,8 @@ p:last-child { margin-bottom: 0; }
|
|||||||
|
|
||||||
/* ── 10b. Device Animator ───────────────────────────────────── */
|
/* ── 10b. Device Animator ───────────────────────────────────── */
|
||||||
.platform-visual.has-anim {
|
.platform-visual.has-anim {
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user