Removed unused styles

This commit is contained in:
2022-03-05 12:49:57 +01:00
parent bb834e7c2e
commit acc9bda292

View File

@@ -165,23 +165,15 @@ export default {
top: calc(50% - 12px);
right: 0;
cursor: pointer;
fill: var(--text-color);
height: 24px;
width: 24px;
@include tablet-min {
right: 6px;
}
}
.fade-enter-active {
transition: opacity 0.2s;
}
.fade-leave-active {
transition: opacity 0.2s;
}
.fade-enter,
.fade-leave-to {
opacity: 0;
}
.filter {
width: 100%;
display: flex;
@@ -216,8 +208,6 @@ hr {
}
.search.active {
transition: border-color 0.3s ease, fill 0.3s ease;
input {
border-color: var(--color-green);
}