chore: move styles to components
This commit is contained in:
parent
dfa6cd777b
commit
25c3b7bcbf
@ -239,6 +239,11 @@ defineExpose({
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.control.has-icons-left .icon,
|
||||||
|
.control.has-icons-right .icon {
|
||||||
|
transition: all $transition;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
@ -103,9 +103,3 @@ h1, h2, h3 {
|
|||||||
height: auto;
|
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;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.control.has-icons-left .icon,
|
||||||
|
.control.has-icons-right .icon {
|
||||||
|
transition: all $transition;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
x
Reference in New Issue
Block a user