@burh/nuxt-core 1.0.354 → 1.0.356

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.
@@ -7,7 +7,7 @@
7
7
  :src="userData.urlAvatar"
8
8
  :alt="userData.name"
9
9
  />
10
- <div v-else class="no-image">
10
+ <div v-else class=".">
11
11
  {{ userData.name }}
12
12
  </div>
13
13
  </div>
@@ -392,12 +392,17 @@ export default {
392
392
 
393
393
  .profile {
394
394
  .avatar {
395
+ width: initial!important;
396
+ height: initial!important;
397
+ margin-top: -48px;
395
398
  background: transparent !important;
396
399
  img {
397
- width: 178.14px;
400
+ width: 163px;
398
401
  height: 163px;
399
402
  border-radius: 50%;
400
403
  top: 75%;
404
+ background: #adb5bd;
405
+ border: 4px solid #fff;
401
406
  }
402
407
 
403
408
  .no-image {
@@ -412,6 +417,7 @@ export default {
412
417
  top: 120;
413
418
  border-radius: 50%;
414
419
  margin-bottom: 20px;
420
+ border: 4px solid #fff;
415
421
  }
416
422
  }
417
423
 
@@ -8,7 +8,7 @@
8
8
  >
9
9
  <template>
10
10
  <div class="row d-flex justify-content-between mx-0 user-pdf">
11
- <img v-if="!isLoading" v-show="coverPhoto" :src="coverPhoto" alt="" />
11
+ <img v-if="!isLoading" v-show="coverPhoto" :src="coverPhoto" alt="" class="img__color" />
12
12
  <div v-show="!coverPhoto" class="no-cover-photo"></div>
13
13
  <slot name="content"></slot>
14
14
  </div>
@@ -164,6 +164,10 @@ export default {
164
164
  margin-top: 5vh!important;
165
165
  }
166
166
 
167
+ .img__color {
168
+ background: $primary;
169
+ }
170
+
167
171
  .user__cv__arrows {
168
172
  position: fixed;
169
173
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.354",
3
+ "version": "1.0.356",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {