@burh/nuxt-core 1.0.294 → 1.0.295

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.
@@ -2,17 +2,23 @@
2
2
  .tag {
3
3
  min-width: 8em;
4
4
  margin: $spacer $spacer $spacer 0;
5
- @include button-size($padding-default-y, $padding-default-x, $font-size-default, $line-height-default, $border-radius-default);
5
+ @include button-size(
6
+ $padding-default-y,
7
+ $padding-default-x,
8
+ $font-size-default,
9
+ $line-height-default,
10
+ $border-radius-default
11
+ );
6
12
  font-weight: 400;
7
13
  text-align: center;
8
14
 
9
- // APAGAR APOS AJUSTES
15
+ // APAGAR APOS AJUSTES
10
16
  // &-chevron-left {
11
17
  // background-color: #fff;
12
- // border: 1px solid #4460F4;
18
+ // border: 1px solid #5865F2;
13
19
 
14
20
  // .btn-inner--icon {
15
- // color:#4460F4;
21
+ // color:#5865F2;
16
22
  // }
17
23
 
18
24
  // &:hover{
@@ -88,8 +94,7 @@
88
94
 
89
95
  &:hover,
90
96
  &:focus,
91
- &.focus
92
- &:active {
97
+ &.focus &:active {
93
98
  color: darken($border-color, 4%);
94
99
  border-color: darken($border-color, 4%);
95
100
  box-shadow: none;
@@ -97,7 +102,6 @@
97
102
  cursor: not-allowed;
98
103
  }
99
104
 
100
-
101
105
  &:not(:disabled) {
102
106
  &:not(.disabled) {
103
107
  &:active,
@@ -113,7 +117,6 @@
113
117
  }
114
118
  }
115
119
  }
116
-
117
120
  }
118
121
 
119
122
  &-linkedin {
@@ -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: #4460F4;
6
+ $color-primary: #5865f2;
7
7
  $color-primary--lighten: #81bfeb;
8
8
  $color-primary--mid-dark: #0062ae;
9
9
  $color-primary--darken: #004483;
@@ -95,12 +95,12 @@ $grays: map-merge(
95
95
  "600": $gray-600,
96
96
  "700": $gray-700,
97
97
  "800": $gray-800,
98
- "900": $gray-900
98
+ "900": $gray-900,
99
99
  ),
100
100
  $grays
101
101
  );
102
102
 
103
- $blue: #5e72e4 !default;
103
+ $blue: #5865f2 !default;
104
104
  $indigo: #5603ad !default;
105
105
  $purple: #8965e0 !default;
106
106
  $pink: #f3a4b5 !default;
@@ -111,7 +111,7 @@ $green: #2dce89 !default;
111
111
  $teal: #11cdef !default;
112
112
  $cyan: #2bffc6 !default;
113
113
  // NEW COLORS
114
- $search: #4460F4 !default;
114
+ $search: #5865f2 !default;
115
115
  $recruitment: #0c95fc !default;
116
116
  $university: #39e2fd !default;
117
117
  $interviews: #ff539d !default;
@@ -119,7 +119,7 @@ $workus: #ff7d7e !default;
119
119
  $corp-university: #5983fe !default;
120
120
  $store: #9d35fc !default;
121
121
  $tests: #8be77a !default;
122
- $buffer: #81D6FB !default;
122
+ $buffer: #81d6fb !default;
123
123
  $sms: #ffcf02 !default;
124
124
  $carrers: #5983fe !default;
125
125
  $disc: #9d35fc !default;
@@ -154,7 +154,7 @@ $colors: map-merge(
154
154
  "buffer": $buffer,
155
155
  "sms": $sms,
156
156
  "carrers": $carrers,
157
- "disc": $disc
157
+ "disc": $disc,
158
158
  ),
159
159
  $colors
160
160
  );
@@ -194,7 +194,7 @@ $theme-colors: map-merge(
194
194
  "white": $white,
195
195
  "neutral": $white,
196
196
  "dark": $dark,
197
- "darker": $darker
197
+ "darker": $darker,
198
198
  ),
199
199
  $theme-colors
200
200
  );
@@ -211,7 +211,7 @@ $brand-colors: map-merge(
211
211
  "slack": $slack,
212
212
  "dribbble": $dribbble,
213
213
  "github": $github,
214
- "vimeo": $vimeo
214
+ "vimeo": $vimeo,
215
215
  ),
216
216
  $brand-colors
217
217
  );
@@ -224,7 +224,7 @@ $shape-colors: map-merge(
224
224
  "secondary": #24b47e,
225
225
  "neutral": #e9ecef,
226
226
  "blue-gray": #b2cbe1,
227
- "purple-primary": #555abf
227
+ "purple-primary": #555abf,
228
228
  ),
229
229
  $shape-colors
230
230
  );
@@ -239,7 +239,7 @@ $shapes-primary-colors: map-merge(
239
239
  "span-2-bg": #4553ff,
240
240
  "span-3-bg": #4f40ff,
241
241
  "span-4-bg": #25ddf5,
242
- "span-5-bg": #1fa2ff
242
+ "span-5-bg": #1fa2ff,
243
243
  ),
244
244
  $shapes-primary-colors
245
245
  );
@@ -254,7 +254,7 @@ $shapes-default-colors: map-merge(
254
254
  "span-2-bg": #7b9aff,
255
255
  "span-3-bg": #6f8ff8,
256
256
  "span-4-bg": #76eea7,
257
- "span-5-bg": #6adaff
257
+ "span-5-bg": #6adaff,
258
258
  ),
259
259
  $shapes-default-colors
260
260
  );
@@ -269,7 +269,7 @@ $shapes-light-colors: map-merge(
269
269
  "span-2-bg": #c5dbef,
270
270
  "span-3-bg": #b9d5ed,
271
271
  "span-4-bg": #74e4a2,
272
- "span-5-bg": #008169
272
+ "span-5-bg": #008169,
273
273
  ),
274
274
  $shapes-light-colors
275
275
  );
@@ -284,7 +284,7 @@ $shapes-dark-colors: map-merge(
284
284
  "span-2-bg": #2b2b58,
285
285
  "span-3-bg": #25254d,
286
286
  "span-4-bg": #d782d9,
287
- "span-5-bg": #008169
287
+ "span-5-bg": #008169,
288
288
  ),
289
289
  $shapes-dark-colors
290
290
  );
@@ -327,7 +327,7 @@ $section-colors: map-merge(
327
327
  "secondary": $secondary,
328
328
  "light": $gray-400,
329
329
  "dark": $dark,
330
- "darker": $darker
330
+ "darker": $darker,
331
331
  ),
332
332
  $section-colors
333
333
  );