chore: move styles to components
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2023-04-14 21:21:49 +02:00 committed by konrad
parent dfa6cd777b
commit 25c3b7bcbf
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>