fix disabled buttons style

This commit is contained in:
SrGooglo 2023-05-24 17:39:50 +00:00
parent 0c139796ae
commit dd9f6c1614

View File

@ -118,6 +118,8 @@
}
.ant-btn-primary[disabled] {
opacity: 0.5 !important;
svg {
color: unset !important;
}
@ -128,6 +130,10 @@
}
}
.ant-btn[disabled] {
opacity: 0.5 !important;
}
.ant-btn-default {
&:not(.ant-btn-dangerous) {
border-color: var(--background-color-primary-2) !important;
@ -489,4 +495,28 @@
.drawer {
z-index: 1000;
}
.ant-notification-notice {
.ant-notification-notice-with-icon {
.ant-notification-notice-message {
margin-inline-start: 46px!important;
}
.ant-notification-notice-description {
margin-inline-start: 46px!important;
}
.ant-notification-notice-icon {
max-width: 40px;
img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 8px;
}
}
}
}