skyline/src/components/Layout/HeaderDropdown/index.less
Hanxiang Gao 4eb68e7fb2 feat: Add initial code of skyline-console
Add initial code of skyline-console

Change-Id: Icba2152a014761f53789357b5085d0779cd0e2a4
2021-06-01 23:29:30 +08:00

17 lines
347 B
Plaintext

// @import '~antd/es/style/themes/default.less';
// .container > * {
// background-color: #fff;
// border-radius: @border-radius;
// box-shadow: @shadow-1-down;
// }
// @media screen and (max-width: @screen-xs) {
// .container {
// width: 100% !important;
// }
// .container > * {
// border-radius: 0 !important;
// }
// }