mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 11:01:41 +01:00
18 lines
230 B
SCSS
18 lines
230 B
SCSS
|
.reveal-seed {
|
||
|
&__content {
|
||
|
padding: 20px;
|
||
|
}
|
||
|
|
||
|
&__label {
|
||
|
padding-bottom: 10px;
|
||
|
font-weight: 400;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
&__error {
|
||
|
color: $crimson;
|
||
|
font-size: 14px;
|
||
|
padding-top: 5px;
|
||
|
}
|
||
|
}
|