@burh/nuxt-core 1.0.487 → 1.0.489

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.
@@ -53,7 +53,7 @@
53
53
 
54
54
  <div
55
55
  class="deficiency title-block mt-3 ml-4"
56
- v-if="userData.deficiency"
56
+ v-if="userData.deficiency && userData.deficiency.length > 0"
57
57
  >
58
58
  <div class="d-flex align-items-center">
59
59
  <i class="fas fa-wheelchair"></i>
@@ -20,7 +20,7 @@
20
20
  <el-dropdown trigger="click" class="dropdown__content">
21
21
  <span class="title__content icon">
22
22
  {{tool.name}}
23
- <i class="fas fa-angle-down"></i>
23
+ <i class="fas fa-angle-down dropdown__icon"></i>
24
24
  </span>
25
25
  <el-dropdown-menu slot="dropdown">
26
26
  <el-dropdown-item
@@ -535,7 +535,10 @@ export default {
535
535
  font-weight: 600;
536
536
  outline: 0;
537
537
 
538
- padding: 0px 5px;
538
+ padding: 0px 10px;
539
+ .dropdown__icon {
540
+ margin-right: 20px;
541
+ }
539
542
  }
540
543
  }
541
544
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.487",
3
+ "version": "1.0.489",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {