mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +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;
|
|
}
|
|
}
|