2020-11-08 13:13:36 +08:00
|
|
|
@require 'common/variables.styl'
|
2020-04-24 22:49:10 +08:00
|
|
|
@require "./common/magic-theme.styl";
|
2020-03-21 23:04:01 +08:00
|
|
|
|
2020-03-17 17:58:18 +08:00
|
|
|
.archive-container {
|
2020-04-24 22:49:10 +08:00
|
|
|
background: var(--background-color);
|
2020-11-13 14:43:22 +08:00
|
|
|
ils-container(1.005, 1.01, 30px);
|
2020-06-04 22:11:27 +08:00
|
|
|
|
|
|
|
+ils-tablet() {
|
2020-11-13 14:43:22 +08:00
|
|
|
ils-container(1.001, 1.005, 20px);
|
2020-06-04 22:11:27 +08:00
|
|
|
}
|
2020-03-17 17:58:18 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|