mirror of
https://github.com/mue/mue.git
synced 2026-07-24 09:17:24 +02:00
style: codacy
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
// animation
|
||||
opacity: 0;
|
||||
transform: scale(0);
|
||||
transition: all 300ms cubic-bezier(.47, 1.64, .41, 0.8);
|
||||
transition: all 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
|
||||
}
|
||||
|
||||
.ReactModal__Content--after-open {
|
||||
|
||||
@@ -116,6 +116,7 @@
|
||||
|
||||
.removeFromMue {
|
||||
@extend %storebutton;
|
||||
|
||||
border: 2px solid #ff4757;
|
||||
color: #ff4757;
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@ div.color-preview-area > div > div:nth-child(5) {
|
||||
|
||||
.input-field .label {
|
||||
color: inherit;
|
||||
color: var(--modal-text) !important;
|
||||
}
|
||||
|
||||
// other styling for themes support etc
|
||||
@@ -27,10 +28,6 @@ div.color-preview-area > div > div:nth-child(5) {
|
||||
background-color: var(--modal-text) !important;
|
||||
}
|
||||
|
||||
.input-field .label {
|
||||
color: var(--modal-text) !important;
|
||||
}
|
||||
|
||||
.gradient-type-item.active::after {
|
||||
border: 2px solid var(--modal-text) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user