1
0
Fork 0

chore: move styles to components

This commit is contained in:
kolaente 2023-04-14 21:21:49 +02:00 committed by konrad
parent 67172b6b2b
commit 4b7a49a94a
3 changed files with 10 additions and 6 deletions

View File

@ -239,6 +239,11 @@ defineExpose({
white-space: nowrap;
text-overflow: ellipsis;
}
.control.has-icons-left .icon,
.control.has-icons-right .icon {
transition: all $transition;
}
</style>
<style>

View File

@ -103,9 +103,3 @@ h1, h2, h3 {
height: auto;
}
}
// Global style, because the rest of this styling is imported from bulma
.control.has-icons-left .icon,
.control.has-icons-right .icon {
transition: all $transition;
}

View File

@ -301,4 +301,9 @@ function prepareFiltersAndLoadTasks() {
border: none;
box-shadow: none;
}
.control.has-icons-left .icon,
.control.has-icons-right .icon {
transition: all $transition;
}
</style>