mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
fix disabled buttons style
This commit is contained in:
parent
0c139796ae
commit
dd9f6c1614
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user