mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
f95320d03e
* Started adding styles imports with code fences * FIxed prettier issues * removed fences since they dont do anything * Update ui/components/ui/ui-components.scss Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com> --------- Co-authored-by: Antonio Regadas <antonio.regadas@consensys.net> Co-authored-by: António Regadas <apregadas@gmail.com> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
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;
|
|
}
|
|
}
|