mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
13 lines
177 B
SCSS
13 lines
177 B
SCSS
|
.snap-remove-warning {
|
||
|
color: var(--black);
|
||
|
|
||
|
&__footer-button {
|
||
|
height: 40px;
|
||
|
margin-inline-end: 24px;
|
||
|
|
||
|
&:last-of-type {
|
||
|
margin-inline-end: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|