mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 04:46:10 +01:00
a861cc6dae
Co-authored-by: Guillaume Roux <guillaumeroux123@gmail.com> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
12 lines
110 B
SCSS
12 lines
110 B
SCSS
.snap-prompt {
|
|
margin-top: 24px;
|
|
}
|
|
|
|
.snap-prompt-input {
|
|
& input {
|
|
@include H6;
|
|
}
|
|
|
|
width: 100%;
|
|
}
|