style(responsive): finish responsive token migration
This commit is contained in:
@@ -77,13 +77,13 @@
|
||||
.wave {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
gap: var(--responsive-inline-gap-xs, 4px);
|
||||
height: clamp(32px, 6.296vw, 34px);
|
||||
}
|
||||
|
||||
.wave span {
|
||||
display: block;
|
||||
width: 4px;
|
||||
width: clamp(3px, 0.741vw, 4px);
|
||||
border-radius: 999px;
|
||||
background: currentColor;
|
||||
opacity: 0.72;
|
||||
|
||||
Reference in New Issue
Block a user