mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
b982bea130
* adds component and test * adds correct icon and story file * lint * typo fix
14 lines
228 B
SCSS
14 lines
228 B
SCSS
.wrong-network-notification {
|
|
@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;
|
|
}
|
|
}
|