Move CSS to App.vue + add some rules

This commit is contained in:
Jeffrey Biles
2020-03-23 22:51:00 -07:00
parent 3bced07176
commit 4abbbaf633
5 changed files with 97 additions and 70 deletions

View File

@@ -67,19 +67,5 @@
</script>
<style scoped>
.bulk-action-bar {
width: 100%;
max-width: 1000px;
margin: auto;
text-align: left;
}
input {
margin: 5px;
}
.checkbox {
margin-right: 6px;
margin-left: 3px;
}
</style>