@burh/nuxt-core 1.0.66 → 1.0.68

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.
@@ -73,7 +73,7 @@
73
73
  }
74
74
  }
75
75
  &-open {
76
- padding-right: 17px;
76
+ // padding-right: 17px;
77
77
 
78
78
  &::after {
79
79
  @media (min-width: map-get($grid-breakpoints, "sm")) {
@@ -90,7 +90,8 @@
90
90
  }
91
91
  @media (min-width: map-get($grid-breakpoints, "sm")) {
92
92
  .navbar.navbar-main.navbar-animated {
93
- width: calc(100% - 17px);
93
+ // width: calc(100% - 17px);
94
+ width: 100%;
94
95
  }
95
96
  }
96
97
  }
@@ -61,6 +61,8 @@
61
61
 
62
62
  <slot name="testes"></slot>
63
63
 
64
+ <slot name="nota"></slot>
65
+
64
66
  <div class="col-12 mb-4">
65
67
  <label class="mb-0 form-control-label mb-3">{{buttonAreaTitle}}</label>
66
68
 
@@ -3,7 +3,7 @@
3
3
  <template slot="header">
4
4
  <div class="d-flex mx-auto flex-column pl-4">
5
5
  <i class="display-1 fas fa-file mx-auto primary"></i>
6
- <h2 class="display-4 mx-auto">Avaliação</h2>
6
+ <h2 class="display-4 mx-auto">Avaliações</h2>
7
7
  </div>
8
8
  </template>
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.66",
3
+ "version": "1.0.68",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {