diff --git a/src/assets/theme/blue.scss b/src/assets/theme/blue.scss index 28fc4d67135fb17993a5ac47ad7776cbe05732e0..89ff845c3247f32a192578c47d813ebb5a91be97 100644 --- a/src/assets/theme/blue.scss +++ b/src/assets/theme/blue.scss @@ -345,4 +345,38 @@ body[data-theme='blue'] { .ant-calendar-range .ant-calendar-in-range-cell::before{ background: $blue-theme-rgb; } + + .ant-drawer-content-wrapper { + .ant-drawer-content { + .ant-drawer-wrapper-body { + .ant-drawer-header { + background: $blue-theme; + .ant-drawer-title { + color: #ffffff; + } + & button { + color: #ffffff; + } + } + } + } + } +.drawerFooter { + border-color: $blue-theme; + background: #ffffff; + } + +.layout-content{ + background: url('../assets/images/blue/content-bg.png'); + .wrap{ + background: rgba($color: #fff, $alpha: 0.9); + overflow-y: scroll; + box-shadow: 5px 3px 0px rgba($color: #999, $alpha: 0.5); + .filter{ + border-color: $blue-theme; + } + } +} + + } \ No newline at end of file