2018-06-04 14:43:47 +08:00
|
|
|
@import '../theme-base.scss';
|
|
|
|
|
|
|
|
|
|
$theme-name: 'star';
|
|
|
|
|
$theme-bg-color: #EFF4F8;
|
|
|
|
|
$theme-bg-image: '/static/image/bg/star.jpg';
|
2018-06-04 14:47:25 +08:00
|
|
|
$theme-container-full-border-color: #d8dfea;
|
2018-06-04 14:43:47 +08:00
|
|
|
|
|
|
|
|
.theme-#{$theme-name} {
|
|
|
|
|
background-color: $theme-bg-color;
|
|
|
|
|
background-image: url($theme-bg-image);
|
2018-06-04 14:47:25 +08:00
|
|
|
.dd-container-full {
|
|
|
|
|
.dd-container-full__header {
|
|
|
|
|
border-bottom: 1px solid $theme-container-full-border-color;
|
2018-06-04 14:43:47 +08:00
|
|
|
}
|
2018-06-04 14:47:25 +08:00
|
|
|
.dd-container-full__footer {
|
|
|
|
|
border-top: 1px solid $theme-container-full-border-color;
|
2018-06-04 14:43:47 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|