@burh/nuxt-core 1.0.235 → 1.0.236

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,7 +1,7 @@
1
1
  <template>
2
2
  <div
3
3
  :class="{ 'card-footer-bottom': length <= 3 }"
4
- class="card-footer py-4 d-flex justify-content-center"
4
+ class="card-footer pt-4 d-flex justify-content-center"
5
5
  >
6
6
  <ul
7
7
  class="pagination"
@@ -90,7 +90,7 @@
90
90
  </el-table-column>
91
91
  </el-table>
92
92
 
93
- <div class="card-footer py-4 d-flex justify-content-end">
93
+ <div class="card-footer pt-4 d-flex justify-content-end">
94
94
  <base-pagination v-model="currentPage" :total="50"></base-pagination>
95
95
  </div>
96
96
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.235",
3
+ "version": "1.0.236",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {