mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-01 21:57:06 +01:00
12 lines
110 B
SCSS
12 lines
110 B
SCSS
|
.snap-prompt {
|
||
|
margin-top: 24px;
|
||
|
}
|
||
|
|
||
|
.snap-prompt-input {
|
||
|
& input {
|
||
|
@include H6;
|
||
|
}
|
||
|
|
||
|
width: 100%;
|
||
|
}
|