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;
|
||
|
}
|
||
|
}
|