Added icon component. Stylized filter bar.

This commit is contained in:
2019-10-28 02:54:37 +01:00
parent df2e13f091
commit 5f853792b8
9 changed files with 321 additions and 111 deletions

View File

@@ -18,7 +18,7 @@ export default {
};
</script>
<style lang="scss" scoped>
<style lang="scss">
.container {
height: 100%;
display: flex;
@@ -27,11 +27,15 @@ export default {
}
.content {
display: flex;
flex-direction: column;
flex-grow: 1;
overflow-y: auto;
overflow: hidden;
}
.content-inner {
flex-grow: 1;
padding: 1rem;
overflow-y: auto;
}
</style>