no message
Former-commit-id: d7106d025703b65fd309a8feaf399c3675babfc4 Former-commit-id: 227ac204f64b9799296d9b65e80e963ec90f5320 Former-commit-id: 342e6cbb22bfeea72cffdf552b42edb8621e084f
This commit is contained in:
@@ -1 +1,19 @@
|
||||
@import '../theme-base.scss';
|
||||
@import '../theme-base.scss';
|
||||
|
||||
$theme-name: 'star';
|
||||
$theme-bg-color: #EFF4F8;
|
||||
$theme-bg-image: '/static/image/bg/star.jpg';
|
||||
$theme-card-full-border-color: #d8dfea;
|
||||
|
||||
.theme-#{$theme-name} {
|
||||
background-color: $theme-bg-color;
|
||||
background-image: url($theme-bg-image);
|
||||
.dd-card-full {
|
||||
.dd-card-full__header {
|
||||
border-bottom: 1px solid $theme-card-full-border-color;
|
||||
}
|
||||
.dd-card-full__footer {
|
||||
border-top: 1px solid $theme-card-full-border-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user