mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
16 lines
261 B
SCSS
16 lines
261 B
SCSS
|
.interactive-replacement-token-notification {
|
||
|
height: 24px;
|
||
|
|
||
|
@media screen and (min-width: $break-large) {
|
||
|
width: 85vw;
|
||
|
}
|
||
|
|
||
|
@media screen and (min-width: 768px) {
|
||
|
width: 80vw;
|
||
|
}
|
||
|
|
||
|
@media screen and (min-width: 1280px) {
|
||
|
width: 62vw;
|
||
|
}
|
||
|
}
|