mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
290353da9b
* adds the component and styles * adds tests * story file update * clean up * lint and prettier * lint & prettier fix * adds review changes * adds necessary dependencies * runs lint and prettier
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;
|
|
}
|
|
}
|