feat: merge table-view.scss with component styles
This commit is contained in:
parent
55bed2e5e8
commit
f7c7ea50eb
3 changed files with 23 additions and 22 deletions
|
@ -5,5 +5,4 @@
|
||||||
@import "taskRelations";
|
@import "taskRelations";
|
||||||
@import "tasks";
|
@import "tasks";
|
||||||
@import "teams";
|
@import "teams";
|
||||||
@import "table-view";
|
|
||||||
@import "namespaces";
|
@import "namespaces";
|
|
@ -1,21 +0,0 @@
|
||||||
.table-view {
|
|
||||||
.table {
|
|
||||||
background: transparent;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
|
|
||||||
th {
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.user {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.is-done {
|
|
||||||
font-size: .9rem;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -304,3 +304,26 @@ export default {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.table-view {
|
||||||
|
.table {
|
||||||
|
background: transparent;
|
||||||
|
overflow-x: auto;
|
||||||
|
overflow-y: hidden;
|
||||||
|
|
||||||
|
th {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.user {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-done {
|
||||||
|
font-size: .9rem;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in a new issue