mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 21:00:13 +01:00
11 lines
193 B
SCSS
11 lines
193 B
SCSS
|
.snap-confirm {
|
||
|
padding: 16px 32px;
|
||
|
border-top: 1px solid var(--Grey-100);
|
||
|
border-bottom: 1px solid var(--Grey-100);
|
||
|
margin: 24px 0 16px 0;
|
||
|
|
||
|
.text {
|
||
|
font-family: monospace;
|
||
|
}
|
||
|
}
|