style(responsive): finish responsive token migration
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 4px;
|
||||
height: var(--responsive-inline-gap-xs, 4px);
|
||||
border-radius: var(--radius-full);
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user