chore: move styles to components
This commit is contained in:
parent
dfa6cd777b
commit
25c3b7bcbf
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user