mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
c9dc59ea2a
Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com> Co-authored-by: Hassan Malik <41640681+hmalik88@users.noreply.github.com>
14 lines
206 B
SCSS
14 lines
206 B
SCSS
.snap-content-footer {
|
|
i {
|
|
color: var(--color-icon-muted);
|
|
padding-right: 4px;
|
|
}
|
|
|
|
.button {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
width: 100px;
|
|
}
|
|
}
|