style: codacy

This commit is contained in:
David Ralph
2021-04-16 12:50:28 +01:00
parent cae2c5ef71
commit 6c3b15a8f9
9 changed files with 15 additions and 22 deletions

View File

@@ -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 {

View File

@@ -116,6 +116,7 @@
.removeFromMue {
@extend %storebutton;
border: 2px solid #ff4757;
color: #ff4757;

View File

@@ -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;
}