@burh/nuxt-core 1.0.185 → 1.0.187

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.
@@ -300,4 +300,16 @@ $loader-base-size: 4rem;
300
300
  40% {
301
301
  box-shadow: 0 #{$loader-base-size / 4} 0 0;
302
302
  }
303
+ }
304
+
305
+ //Modal Preview
306
+
307
+ .v-modal {
308
+ position: fixed;
309
+ left: 0;
310
+ top: 0;
311
+ width: 100%;
312
+ height: 100%;
313
+ opacity: 0.7 !important;
314
+ background: #172b4d !important;
303
315
  }
@@ -111,11 +111,12 @@ $green: #2dce89 !default;
111
111
  $teal: #11cdef !default;
112
112
  $cyan: #2bffc6 !default;
113
113
  // NEW COLORS
114
- $search: #5983fe !default;
115
- $recruitment: #39e2fd !default;
116
- $university: #0c95fc !default;
114
+ $search: #1da1f1 !default;
115
+ $recruitment: #0c95fc !default;
116
+ $university: #39e2fd !default;
117
117
  $interviews: #ff539d !default;
118
118
  $workus: #ff7d7e !default;
119
+ $corp-university: #5983fe !default;
119
120
  $store: #9d35fc !default;
120
121
  $tests: #8be77a !default;
121
122
  $buffer: #ffacff !default;
@@ -147,6 +148,7 @@ $colors: map-merge(
147
148
  "university": $university,
148
149
  "interviews": $interviews,
149
150
  "workus": $workus,
151
+ "corp-university": $corp-university,
150
152
  "store": $store,
151
153
  "tests": $tests,
152
154
  "buffer": $buffer,
@@ -10,19 +10,16 @@
10
10
  align-items: center;
11
11
  }
12
12
  }
13
- .sort-caret {
14
- border: 4px solid transparent;
15
- }
16
13
 
17
14
  .sort-caret.ascending {
18
- top: 7px;
15
+ top: 5px;
19
16
  }
20
17
  .ascending .sort-caret.ascending {
21
18
  border-bottom-color: theme-color("default");
22
19
  }
23
20
 
24
21
  .sort-caret.descending {
25
- bottom: 9px;
22
+ bottom: 7px;
26
23
  }
27
24
 
28
25
  .descending .sort-caret.descending {
@@ -18,10 +18,7 @@
18
18
  <div
19
19
  v-show="userData.user_applied_job.length > 0"
20
20
  class="mt-3"
21
- v-for="(applied, index) in userData.user_applied_job.slice(
22
- 0,
23
- 5
24
- )"
21
+ v-for="(applied, index) in userData.user_applied_job"
25
22
  :key="index"
26
23
  >
27
24
  <p class="history-text mb-0">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.185",
3
+ "version": "1.0.187",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {