mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-08 09:13:41 +00:00
17 lines
204 B
SCSS
17 lines
204 B
SCSS
|
@import "common/sass/variables";
|
||
|
|
||
|
.GenPaper {
|
||
|
&-title {
|
||
|
margin: $space 0 $space;
|
||
|
}
|
||
|
|
||
|
&-private {
|
||
|
margin-bottom: $space * 3;
|
||
|
}
|
||
|
|
||
|
&-paper,
|
||
|
&-warning {
|
||
|
margin-bottom: $space * 3;
|
||
|
}
|
||
|
}
|