2020-10-29 21:57:58 +08:00
|
|
|
@require "../common/magic-theme.styl";
|
2020-10-30 10:18:42 +08:00
|
|
|
@require "../common/variables.styl";
|
2020-04-24 22:49:10 +08:00
|
|
|
|
2020-10-29 21:57:58 +08:00
|
|
|
.empty-page-container {
|
2020-04-24 22:49:10 +08:00
|
|
|
|
2020-11-19 11:58:54 +08:00
|
|
|
ils-container(1.005, 1.01, 30px, true);
|
2020-06-04 22:11:27 +08:00
|
|
|
|
2020-10-29 21:57:58 +08:00
|
|
|
.empty-page-content {
|
2020-04-24 22:49:10 +08:00
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2020-04-10 22:24:16 +08:00
|
|
|
}
|
2020-10-29 21:57:58 +08:00
|
|
|
}
|