@burh/nuxt-core 1.0.472 → 1.0.474

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.
@@ -1,324 +1,324 @@
1
-
2
-
3
- // $min_width: 320px;
4
- // $max_width: 1600px;
5
- // $min_font: 16px;
6
- // $max_font: 18px;
7
-
8
- // html {
9
- // @include fluid-type($min_width, $max_width, $min_font, $max_font);
10
- // }
11
-
12
- body {
13
- background-color: $base-light;
14
- }
15
- .no-scroll {
16
- overflow: hidden;
17
- padding-right: 17px;
18
-
19
- &--y {
20
- overflow-y: auto;
21
- }
22
- }
23
-
24
-
25
- @media only print {
26
- .navbar-main,
27
- .job-detail__footer,
28
- .interface-spa__header,
29
- .interface-spa__aside,
30
- .interface-spa__header .jobs-aside--header { display: none !important; }
31
-
32
- .main-content {
33
- padding-top: 0 !important;
34
- }
35
-
36
- .interface-spa__body .interface-spa__content {
37
- display: block !important;
38
- width: inherit;
39
- height: inherit;
40
- overflow-y: initial;
41
- }
42
-
43
- .printable {
44
- .job-detail {
45
- border: 0;
46
- }
47
-
48
- .alert {
49
- display: none;
50
- }
51
-
52
- .job-detail__controls {
53
- display: none;
54
- }
55
-
56
- .job-detail__info {
57
- display: flex;
58
- .box-icon {
59
- margin-right: 1.5rem;
60
- }
61
- }
62
-
63
- .job-detail__header {
64
- display: flex;
65
- justify-content: space-between;
66
-
67
- .job-detail__published{
68
- display: none;
69
- }
70
- }
71
-
72
- .job-detail__body {
73
- .adsbygoogle {
74
- display: none !important;
75
- }
76
-
77
- pre {
78
- border: 0;
79
- }
80
- }
81
-
82
- .job-detail__footer {
83
- .container {
84
-
85
- button {
86
- display: none;
87
- }
88
- }
89
- }
90
- }
91
- }
92
-
93
- .aria-text {
94
- clip-path: inset(100%);
95
- clip: rect(1px 1px 1px 1px); /* IE 6/7 */
96
- clip: rect(1px, 1px, 1px, 1px);
97
- height: 1px;
98
- overflow: hidden;
99
- position: absolute;
100
- white-space: nowrap; /* added line */
101
- width: 1px;
102
- }
103
-
104
- .printable__qrcode {
105
- display: none;
106
- @media only print {
107
- display: block;
108
- }
109
- }
110
-
111
- .printable__logoburh {
112
- margin-left: 2rem;
113
- margin-top: 3rem;
114
- width: 150px;
115
- display: none;
116
- @media only print {
117
- display: block;
118
- }
119
- }
120
-
121
- .menu-fixed {
122
- .main-content {
123
- padding-top: 0; //$navbar-height-mobile;
124
-
125
- @media (min-width: map-get($grid-breakpoints, "md")) {
126
- padding-top: 0; //$navbar-height-desktop;
127
- }
128
- }
129
- }
130
- .page-content {
131
- padding-top: 2rem;
132
- padding-bottom: 2rem;
133
- transition: all .25s ease-in-out;
134
-
135
-
136
- .page-content {
137
- &--transparent {
138
- opacity: 0;
139
- transition: opacity .45s ease-in-out, padding-top .15s ease-in-out;
140
- }
141
- }
142
- }
143
-
144
- /* total width */
145
- .scrollbar::-webkit-scrollbar {
146
- background-color: $scrollbar-color-base;
147
- width: $scrollbar-width;
148
- //opacity: .5;
149
-
150
- &:hover {
151
- //opacity: 1;
152
- }
153
- }
154
-
155
- /* background of the scrollbar except button or resizer */
156
- .scrollbar::-webkit-scrollbar-track {
157
- background-color:$scrollbar-color-base;
158
- transition: background-color .45s ease-in-out;
159
- }
160
- .scrollbar::-webkit-scrollbar-track:hover {
161
- background-color:$scrollbar-color-track;
162
- transition: background-color .45s ease-in-out;
163
- }
164
-
165
- /* scrollbar itself */
166
- .scrollbar::-webkit-scrollbar-thumb {
167
- background-color: rgba($scrollbar-color-thumb, .5);
168
- border-radius: $scrollbar-width;
169
- border: .25rem solid $scrollbar-color-base;
170
- transition: background-color .45s ease-in-out;
171
- }
172
- .scrollbar::-webkit-scrollbar-thumb:hover {
173
- background-color: $scrollbar-color-thumb;
174
- border: .25rem solid $scrollbar-color-track;
175
- transition: background-color .45s ease-in-out;
176
- }
177
-
178
- /* set button(top and bottom of the scrollbar) */
179
- .scrollbar::-webkit-scrollbar-button {display:none;}
180
-
181
- .cursor {
182
- &-pointer {
183
- cursor: pointer;
184
- }
185
- }
186
-
187
- //profundidade
188
- .z {
189
- &-2 {
190
- transition: all .25s ease-in-out;
191
-
192
- &:hover,
193
- &:focus {
194
- box-shadow: $card-box-shadow;
195
- transform: translateY(-.25rem);
196
- transition: all .25s ease-in-out;
197
- }
198
- }
199
- }
200
- .bg-responsive {
201
- background-position: center center;
202
- background-repeat: no-repeat;
203
- //background-attachment: fixed;
204
- background-size: cover;
205
- background-color: $card-border-color;
206
- }
207
-
208
- //Skeleton UI
209
- .skeleton-animation {
210
- background: #f5f6f6; /* Old browsers */
211
- background: -moz-linear-gradient(left, 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6-15 */
212
- background: -webkit-linear-gradient(left, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10-25,Safari5.1-6 */
213
- background: linear-gradient(-45deg, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
214
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=1 ); /* IE6-9 */
215
- background-size: 400% 400%;
216
- opacity: .25;
217
- animation: skeleton-loading 3.5s ease infinite;
218
- }
219
- .skeleton-inner {
220
- width: 100%;
221
- display: block;
222
-
223
- &:after {
224
- content: "";
225
- display: block;
226
- width: 100%;
227
- height: 1em;
228
- margin-bottom: .5rem;
229
-
230
- @extend .skeleton-animation;
231
- }
232
- }
233
- @keyframes skeleton-loading {
234
- 0% {
235
- background-position: 0% 50%;
236
- }
237
- 50% {
238
- background-position: 100% 50%;
239
- }
240
- 100% {
241
- background-position: 0% 50%;
242
- }
243
- }
244
-
245
- //Loading
246
- $loader-base-size: 4rem;
247
-
248
- .loader,
249
- .loader:before,
250
- .loader:after {
251
- border-radius: 50%;
252
- width: #{$loader-base-size / 4};
253
- height: #{$loader-base-size / 4};
254
- -webkit-animation-fill-mode: both;
255
- animation-fill-mode: both;
256
- -webkit-animation: load7 1.8s infinite ease-in-out;
257
- animation: load7 1.8s infinite ease-in-out;
258
- }
259
- .loader {
260
- color: $primary;
261
- font-size: $loader-base-size;
262
- margin: #{$loader-base-size / 2} auto;
263
- position: relative;
264
- text-indent: -9999em;
265
- -webkit-transform: translateZ(0);
266
- -ms-transform: translateZ(0);
267
- transform: translateZ(0);
268
- -webkit-animation-delay: -0.16s;
269
- animation-delay: -0.16s;
270
- }
271
- .loader:before,
272
- .loader:after {
273
- content: '';
274
- position: absolute;
275
- top: 0;
276
- }
277
- .loader:before {
278
- left: -#{$loader-base-size / 3};
279
- -webkit-animation-delay: -0.32s;
280
- animation-delay: -0.32s;
281
- }
282
- .loader:after {
283
- left: #{$loader-base-size / 3};
284
- }
285
- @-webkit-keyframes load7 {
286
- 0%,
287
- 80%,
288
- 100% {
289
- box-shadow: 0 #{$loader-base-size / 4} 0 -1.3em;
290
- }
291
- 40% {
292
- box-shadow: 0 #{$loader-base-size / 4} 0 0;
293
- }
294
- }
295
- @keyframes load7 {
296
- 0%,
297
- 80%,
298
- 100% {
299
- box-shadow: 0 #{$loader-base-size / 4} 0 -1.3em;
300
- }
301
- 40% {
302
- box-shadow: 0 #{$loader-base-size / 4} 0 0;
303
- }
304
- }
305
-
306
- //Modal Preview
307
-
308
- .v-modal {
309
- position: fixed;
310
- left: 0;
311
- top: 0;
312
- width: 100%;
313
- height: 100%;
314
- opacity: 0.7 !important;
315
- background: #172b4d !important;
316
- }
317
-
318
- .el-table th, .el-table tr {
319
- background-color: transparent!important;
320
- }
321
-
322
- .el-loading-mask {
323
- z-index: 100!important;
324
- }
1
+
2
+
3
+ // $min_width: 320px;
4
+ // $max_width: 1600px;
5
+ // $min_font: 16px;
6
+ // $max_font: 18px;
7
+
8
+ // html {
9
+ // @include fluid-type($min_width, $max_width, $min_font, $max_font);
10
+ // }
11
+
12
+ body {
13
+ background-color: $base-light;
14
+ }
15
+ .no-scroll {
16
+ overflow: hidden;
17
+ padding-right: 17px;
18
+
19
+ &--y {
20
+ overflow-y: auto;
21
+ }
22
+ }
23
+
24
+
25
+ @media only print {
26
+ .navbar-main,
27
+ .job-detail__footer,
28
+ .interface-spa__header,
29
+ .interface-spa__aside,
30
+ .interface-spa__header .jobs-aside--header { display: none !important; }
31
+
32
+ .main-content {
33
+ padding-top: 0 !important;
34
+ }
35
+
36
+ .interface-spa__body .interface-spa__content {
37
+ display: block !important;
38
+ width: inherit;
39
+ height: inherit;
40
+ overflow-y: initial;
41
+ }
42
+
43
+ .printable {
44
+ .job-detail {
45
+ border: 0;
46
+ }
47
+
48
+ .alert {
49
+ display: none;
50
+ }
51
+
52
+ .job-detail__controls {
53
+ display: none;
54
+ }
55
+
56
+ .job-detail__info {
57
+ display: flex;
58
+ .box-icon {
59
+ margin-right: 1.5rem;
60
+ }
61
+ }
62
+
63
+ .job-detail__header {
64
+ display: flex;
65
+ justify-content: space-between;
66
+
67
+ .job-detail__published{
68
+ display: none;
69
+ }
70
+ }
71
+
72
+ .job-detail__body {
73
+ .adsbygoogle {
74
+ display: none !important;
75
+ }
76
+
77
+ pre {
78
+ border: 0;
79
+ }
80
+ }
81
+
82
+ .job-detail__footer {
83
+ .container {
84
+
85
+ button {
86
+ display: none;
87
+ }
88
+ }
89
+ }
90
+ }
91
+ }
92
+
93
+ .aria-text {
94
+ clip-path: inset(100%);
95
+ clip: rect(1px 1px 1px 1px); /* IE 6/7 */
96
+ clip: rect(1px, 1px, 1px, 1px);
97
+ height: 1px;
98
+ overflow: hidden;
99
+ position: absolute;
100
+ white-space: nowrap; /* added line */
101
+ width: 1px;
102
+ }
103
+
104
+ .printable__qrcode {
105
+ display: none;
106
+ @media only print {
107
+ display: block;
108
+ }
109
+ }
110
+
111
+ .printable__logoburh {
112
+ margin-left: 2rem;
113
+ margin-top: 3rem;
114
+ width: 150px;
115
+ display: none;
116
+ @media only print {
117
+ display: block;
118
+ }
119
+ }
120
+
121
+ .menu-fixed {
122
+ .main-content {
123
+ padding-top: 0; //$navbar-height-mobile;
124
+
125
+ @media (min-width: map-get($grid-breakpoints, "md")) {
126
+ padding-top: 0; //$navbar-height-desktop;
127
+ }
128
+ }
129
+ }
130
+ .page-content {
131
+ padding-top: 2rem;
132
+ padding-bottom: 2rem;
133
+ transition: all .25s ease-in-out;
134
+
135
+
136
+ .page-content {
137
+ &--transparent {
138
+ opacity: 0;
139
+ transition: opacity .45s ease-in-out, padding-top .15s ease-in-out;
140
+ }
141
+ }
142
+ }
143
+
144
+ /* total width */
145
+ .scrollbar::-webkit-scrollbar {
146
+ background-color: $scrollbar-color-base;
147
+ width: $scrollbar-width;
148
+ //opacity: .5;
149
+
150
+ &:hover {
151
+ //opacity: 1;
152
+ }
153
+ }
154
+
155
+ /* background of the scrollbar except button or resizer */
156
+ .scrollbar::-webkit-scrollbar-track {
157
+ background-color:$scrollbar-color-base;
158
+ transition: background-color .45s ease-in-out;
159
+ }
160
+ .scrollbar::-webkit-scrollbar-track:hover {
161
+ background-color:$scrollbar-color-track;
162
+ transition: background-color .45s ease-in-out;
163
+ }
164
+
165
+ /* scrollbar itself */
166
+ .scrollbar::-webkit-scrollbar-thumb {
167
+ background-color: rgba($scrollbar-color-thumb, .5);
168
+ border-radius: $scrollbar-width;
169
+ border: .25rem solid $scrollbar-color-base;
170
+ transition: background-color .45s ease-in-out;
171
+ }
172
+ .scrollbar::-webkit-scrollbar-thumb:hover {
173
+ background-color: $scrollbar-color-thumb;
174
+ border: .25rem solid $scrollbar-color-track;
175
+ transition: background-color .45s ease-in-out;
176
+ }
177
+
178
+ /* set button(top and bottom of the scrollbar) */
179
+ .scrollbar::-webkit-scrollbar-button {display:none;}
180
+
181
+ .cursor {
182
+ &-pointer {
183
+ cursor: pointer;
184
+ }
185
+ }
186
+
187
+ //profundidade
188
+ .z {
189
+ &-2 {
190
+ transition: all .25s ease-in-out;
191
+
192
+ &:hover,
193
+ &:focus {
194
+ box-shadow: $card-box-shadow;
195
+ transform: translateY(-.25rem);
196
+ transition: all .25s ease-in-out;
197
+ }
198
+ }
199
+ }
200
+ .bg-responsive {
201
+ background-position: center center;
202
+ background-repeat: no-repeat;
203
+ //background-attachment: fixed;
204
+ background-size: cover;
205
+ background-color: $card-border-color;
206
+ }
207
+
208
+ //Skeleton UI
209
+ .skeleton-animation {
210
+ background: #f5f6f6; /* Old browsers */
211
+ background: -moz-linear-gradient(left, 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6-15 */
212
+ background: -webkit-linear-gradient(left, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10-25,Safari5.1-6 */
213
+ background: linear-gradient(-45deg, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
214
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=1 ); /* IE6-9 */
215
+ background-size: 400% 400%;
216
+ opacity: .25;
217
+ animation: skeleton-loading 3.5s ease infinite;
218
+ }
219
+ .skeleton-inner {
220
+ width: 100%;
221
+ display: block;
222
+
223
+ &:after {
224
+ content: "";
225
+ display: block;
226
+ width: 100%;
227
+ height: 1em;
228
+ margin-bottom: .5rem;
229
+
230
+ @extend .skeleton-animation;
231
+ }
232
+ }
233
+ @keyframes skeleton-loading {
234
+ 0% {
235
+ background-position: 0% 50%;
236
+ }
237
+ 50% {
238
+ background-position: 100% 50%;
239
+ }
240
+ 100% {
241
+ background-position: 0% 50%;
242
+ }
243
+ }
244
+
245
+ //Loading
246
+ $loader-base-size: 4rem;
247
+
248
+ .loader,
249
+ .loader:before,
250
+ .loader:after {
251
+ border-radius: 50%;
252
+ width: #{$loader-base-size / 4};
253
+ height: #{$loader-base-size / 4};
254
+ -webkit-animation-fill-mode: both;
255
+ animation-fill-mode: both;
256
+ -webkit-animation: load7 1.8s infinite ease-in-out;
257
+ animation: load7 1.8s infinite ease-in-out;
258
+ }
259
+ .loader {
260
+ color: $primary;
261
+ font-size: $loader-base-size;
262
+ margin: #{$loader-base-size / 2} auto;
263
+ position: relative;
264
+ text-indent: -9999em;
265
+ -webkit-transform: translateZ(0);
266
+ -ms-transform: translateZ(0);
267
+ transform: translateZ(0);
268
+ -webkit-animation-delay: -0.16s;
269
+ animation-delay: -0.16s;
270
+ }
271
+ .loader:before,
272
+ .loader:after {
273
+ content: '';
274
+ position: absolute;
275
+ top: 0;
276
+ }
277
+ .loader:before {
278
+ left: -#{$loader-base-size / 3};
279
+ -webkit-animation-delay: -0.32s;
280
+ animation-delay: -0.32s;
281
+ }
282
+ .loader:after {
283
+ left: #{$loader-base-size / 3};
284
+ }
285
+ @-webkit-keyframes load7 {
286
+ 0%,
287
+ 80%,
288
+ 100% {
289
+ box-shadow: 0 #{$loader-base-size / 4} 0 -1.3em;
290
+ }
291
+ 40% {
292
+ box-shadow: 0 #{$loader-base-size / 4} 0 0;
293
+ }
294
+ }
295
+ @keyframes load7 {
296
+ 0%,
297
+ 80%,
298
+ 100% {
299
+ box-shadow: 0 #{$loader-base-size / 4} 0 -1.3em;
300
+ }
301
+ 40% {
302
+ box-shadow: 0 #{$loader-base-size / 4} 0 0;
303
+ }
304
+ }
305
+
306
+ //Modal Preview
307
+
308
+ .v-modal {
309
+ position: fixed;
310
+ left: 0;
311
+ top: 0;
312
+ width: 100%;
313
+ height: 100%;
314
+ opacity: 0.7 !important;
315
+ background: #172b4d !important;
316
+ }
317
+
318
+ .el-table th, .el-table tr {
319
+ background-color: transparent!important;
320
+ }
321
+
322
+ .el-loading-mask {
323
+ z-index: 100!important;
324
+ }