no message
Former-commit-id: 5a497d156a66299830a672ff1b8d22165c19a8cb Former-commit-id: 6429c53c4c9592bf05987029d8ae7a62ee383df9 Former-commit-id: 6d3b1470b390e23f2f5fe6c58ddb762bedb96e98
This commit is contained in:
@@ -3,17 +3,17 @@
|
||||
$theme-name: 'star';
|
||||
$theme-bg-color: #EFF4F8;
|
||||
$theme-bg-image: '/static/image/bg/star.jpg';
|
||||
$theme-card-full-border-color: #d8dfea;
|
||||
$theme-container-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-container-full {
|
||||
.dd-container-full__header {
|
||||
border-bottom: 1px solid $theme-container-full-border-color;
|
||||
}
|
||||
.dd-card-full__footer {
|
||||
border-top: 1px solid $theme-card-full-border-color;
|
||||
.dd-container-full__footer {
|
||||
border-top: 1px solid $theme-container-full-border-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user