no message

Former-commit-id: 75387e28983051ce24404b9295d64e9d2a8a96f9
Former-commit-id: 6db2187d27f42fb3b6baf48519dde7f20e85406d
Former-commit-id: 699d4b032b5cd67314a1de5181527af206f74ac1
This commit is contained in:
liyang
2018-06-11 10:00:02 +08:00
parent bb50ad2b63
commit 3bcd8c51e4

View File

@@ -3,7 +3,7 @@
$theme-name: 'star';
$theme-bg-color: #EFF4F8;
$theme-bg-image: '/static/image/bg/star.jpg';
$theme-container-full-border-color: #d8dfea;
$theme-container-border-color: #d8dfea;
.theme-#{$theme-name} {
.theme {
@@ -31,10 +31,10 @@ $theme-container-full-border-color: #d8dfea;
// [组件] d2-container-full
.d2-container-full {
.d2-container-full__header {
border-bottom: 1px solid $theme-container-full-border-color;
border-bottom: 1px solid $theme-container-border-color;
}
.d2-container-full__footer {
border-top: 1px solid $theme-container-full-border-color;
border-top: 1px solid $theme-container-border-color;
}
}
// 顶栏