Remove any inline styles

This commit is contained in:
Jiiks 2018-01-25 09:52:15 +02:00
parent d934bc4aff
commit cb542acbd0
2 changed files with 2 additions and 21 deletions

View File

@ -93,19 +93,4 @@
this.sidebarItems.forEach(item => item.active = false);
}
}
</script>
<style>
.bd-info {
display: flex;
flex-grow: 1;
align-items: flex-end;
overflow: hidden;
}
.bd-info span {
color: #414245;
font-weight: 700;
font-size: 12px;
}
</style>
</script>

View File

@ -62,8 +62,4 @@
},
methods
}
</script>
<style>
</style>
</script>