@burh/nuxt-core 1.0.290 → 1.0.291

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.
@@ -9,10 +9,10 @@
9
9
  // APAGAR APOS AJUSTES
10
10
  // &-chevron-left {
11
11
  // background-color: #fff;
12
- // border: 1px solid #2a5ee8;
12
+ // border: 1px solid #4460F4;
13
13
 
14
14
  // .btn-inner--icon {
15
- // color:#2a5ee8;
15
+ // color:#4460F4;
16
16
  // }
17
17
 
18
18
  // &:hover{
@@ -3,7 +3,7 @@ $color-default: #13293b;
3
3
  $color-default--lighten: #7092a6;
4
4
  $color-default--mid-dark: #071e2a;
5
5
  $color-default--darken: #0a0c10;
6
- $color-primary: #2a5ee8;
6
+ $color-primary: #4460F4;
7
7
  $color-primary--lighten: #81bfeb;
8
8
  $color-primary--mid-dark: #0062ae;
9
9
  $color-primary--darken: #004483;
@@ -111,7 +111,7 @@ $green: #2dce89 !default;
111
111
  $teal: #11cdef !default;
112
112
  $cyan: #2bffc6 !default;
113
113
  // NEW COLORS
114
- $search: #2a5ee8 !default;
114
+ $search: #4460F4 !default;
115
115
  $recruitment: #0c95fc !default;
116
116
  $university: #39e2fd !default;
117
117
  $interviews: #ff539d !default;
@@ -107,7 +107,7 @@
107
107
  margin-left: 10px;
108
108
  }
109
109
  .progress-bar {
110
- background: linear-gradient(to left, #8965e0, #2a5ee8);
110
+ background: linear-gradient(to left, #8965e0, #4460F4);
111
111
  }
112
112
  .star-progress {
113
113
  height: 25px;
@@ -53,7 +53,7 @@ export default {
53
53
  .card-header {
54
54
  padding: 1.25rem 0;
55
55
  &::after {
56
- color: #2a5ee8;
56
+ color: #4460F4;
57
57
  font-size: 1.5rem;
58
58
  }
59
59
  }
@@ -434,7 +434,7 @@ export default {
434
434
  border: none;
435
435
  margin-top: 15px;
436
436
 
437
- background: #2a5ee8;
437
+ background: #4460F4;
438
438
  border-radius: 16px;
439
439
  color: #fff;
440
440
 
@@ -102,7 +102,7 @@ export default {
102
102
  font-weight: 400;
103
103
  text-align: center;
104
104
  background-color: rgba(29, 161, 241, 0.1);
105
- color: #2a5ee8;
105
+ color: #4460F4;
106
106
  }
107
107
  </style>
108
108
  <style lang="scss">
@@ -140,7 +140,7 @@ export default {
140
140
  border: 2px solid transparent;
141
141
  transition: border-color 0.5s;
142
142
  &--active {
143
- border-color: #2a5ee8;
143
+ border-color: #4460F4;
144
144
  z-index: 10;
145
145
  }
146
146
  }
@@ -313,7 +313,7 @@ export default {
313
313
  position: absolute;
314
314
  top: 2.75rem;
315
315
  right: 2rem;
316
- color: #2a5ee8;
316
+ color: #4460F4;
317
317
  }
318
318
 
319
319
  li {
@@ -4,7 +4,7 @@
4
4
  :can-cancel="true"
5
5
  :on-cancel="onCancel"
6
6
  :is-full-page="fullPage"
7
- :color="'#2a5ee8'"
7
+ :color="'#4460F4'"
8
8
  :loader="'dots'"
9
9
  :class="isBottomLoading ? 'bottom-loading' : ''"
10
10
  ></loading>
@@ -16,7 +16,7 @@ export default {
16
16
  props: {
17
17
  defaultColor: {
18
18
  type: String,
19
- default: '#2a5ee8'
19
+ default: '#4460F4'
20
20
  },
21
21
  isLoading: {
22
22
  type: Boolean,
@@ -60,6 +60,6 @@ export default {
60
60
  font-size: 27px;
61
61
  font-weight: bold;
62
62
  text-align: center;
63
- color:#2a5ee8;
63
+ color:#4460F4;
64
64
  }
65
65
  </style>
@@ -184,7 +184,7 @@ export default {
184
184
  </script>
185
185
 
186
186
  <style lang="scss" scoped>
187
- $primaryColor: #2a5ee8;
187
+ $primaryColor: #4460F4;
188
188
 
189
189
  .products--info {
190
190
  padding: 0 40px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.290",
3
+ "version": "1.0.291",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {