mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
11 lines
134 B
SCSS
11 lines
134 B
SCSS
|
.recovery-phrase-reminder {
|
||
|
&__list {
|
||
|
list-style: disc;
|
||
|
padding-left: 20px;
|
||
|
|
||
|
li {
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
}
|
||
|
}
|