@burh/nuxt-core 1.0.175 → 1.0.176

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.
@@ -45,7 +45,7 @@
45
45
  <img
46
46
  v-if="image"
47
47
  slot="image"
48
- class="card-img-top"
48
+ class=""
49
49
  :src="image"
50
50
  alt="Card image cap"
51
51
  />
@@ -57,7 +57,7 @@
57
57
  class="card-img-top card__icon border-bottom"
58
58
  />
59
59
  <!-- title -->
60
- <h3 class="h6 title mb-2">{{ title }}</h3>
60
+ <h3 class="h6 mb-2 content-block">{{ title }}</h3>
61
61
  <!-- descrição -->
62
62
  <p v-if="description" class="card-title mb-2">{{ description }}</p>
63
63
  <!-- another information -->
@@ -95,10 +95,17 @@ export default {
95
95
  <style lang="scss" scoped>
96
96
  .card-app--training {
97
97
  height: 15.8rem !important;
98
- }
99
98
 
100
- .title {
101
- margin-bottom: 0px !important;
99
+ img {
100
+ height: 11rem;
101
+ object-fit: cover;
102
+ }
103
+
104
+ h3 {
105
+ white-space: nowrap;
106
+ overflow: hidden;
107
+ text-overflow: ellipsis;
108
+ }
102
109
  }
103
110
 
104
111
  .card {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.175",
3
+ "version": "1.0.176",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {