MyCrypto/common/containers/Tabs/GenerateWallet/components/PaperWallet.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;
}
}