summaryrefslogtreecommitdiff
path: root/src/components/Global/SilaComponents/Tables/AccessoryTable.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Global/SilaComponents/Tables/AccessoryTable.vue')
-rw-r--r--src/components/Global/SilaComponents/Tables/AccessoryTable.vue19
1 files changed, 3 insertions, 16 deletions
diff --git a/src/components/Global/SilaComponents/Tables/AccessoryTable.vue b/src/components/Global/SilaComponents/Tables/AccessoryTable.vue
index 2b25d880..4cb64929 100644
--- a/src/components/Global/SilaComponents/Tables/AccessoryTable.vue
+++ b/src/components/Global/SilaComponents/Tables/AccessoryTable.vue
@@ -1,8 +1,10 @@
<template>
<section class="bootstrap-table__section">
<b-table
+ id="table-accessory"
responsive="md"
- class="bootstrap-fans-table bootstrap-fans-table__stripes"
+ class="table-accessory"
+ no-border-collapse
:items="records.items"
:fields="records.fields"
>
@@ -67,21 +69,6 @@ export default {
},
};
</script>
-<style lang="scss">
-.bootstrap-fans-table__th {
- background-color: transparent !important;
- color: $text-primary !important;
- border-top: none !important;
- padding: 10px 5px !important;
- border-bottom: 1px solid $faint-secondary-primary-10;
-}
-
-.bootstrap-fans-table__td {
- padding: 5px !important;
- border-top: none !important;
-}
-</style>
-
<style lang="scss" scoped>
.fans-colors {
display: inline-block;