@burh/nuxt-core 1.0.233 → 1.0.234

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
- <template>
2
- <div class="bg-white content-right tabs">
1
+ <template>
2
+ <div class="bg-white content-right tabs ">
3
3
  <el-tabs
4
4
  :class="active"
5
5
  class="mt-3 ml-4 handle-icon-color"
@@ -183,6 +183,17 @@ export default {
183
183
  }
184
184
  };
185
185
  </script>
186
+ <style>
187
+ .el-tabs__nav-wrap::after {
188
+ background: #fff !important;
189
+ }
190
+
191
+ .el-tabs__active-bar {
192
+ width: 34px !important;
193
+ height: 4px !important;
194
+ border-radius: 10px 10px 0px 0px;
195
+ }
196
+ </style>
186
197
 
187
198
  <style lang="scss" scoped>
188
199
  @import '@burh/nuxt-core/assets/sass/burh-ds/variables/_colors.scss';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.233",
3
+ "version": "1.0.234",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {