zn-cloud-wcs/admin-web/src/components/HeaderDropdown/index.less
2019-02-27 11:06:55 +08:00

17 lines
295 B
Plaintext

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