|
@@ -194,9 +194,19 @@ input:-webkit-autofill:active {
|
|
|
|
|
|
|
|
.my-drawer.ant-drawer-open {
|
|
.my-drawer.ant-drawer-open {
|
|
|
// width: 100% !important; // mask: false
|
|
// width: 100% !important; // mask: false
|
|
|
- > .ant-drawer-content-wrapper {
|
|
|
|
|
- width: 70% !important;
|
|
|
|
|
|
|
+ @media (min-width: 992px) {
|
|
|
|
|
+ > .ant-drawer-content-wrapper {
|
|
|
|
|
+ width: 90% !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ @media (min-width: 1200px) {
|
|
|
|
|
+ > .ant-drawer-content-wrapper {
|
|
|
|
|
+ width: 70% !important;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
+ // > .ant-drawer-content-wrapper {
|
|
|
|
|
+ // width: 70% !important;
|
|
|
|
|
+ // }
|
|
|
.ant-drawer-header {
|
|
.ant-drawer-header {
|
|
|
padding: 0 !important;
|
|
padding: 0 !important;
|
|
|
.ant-drawer-header-title {
|
|
.ant-drawer-header-title {
|