@posiwise/core-styles 0.0.6 → 0.0.7
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.
- package/app.scss +1 -1
- package/package.json +1 -1
- package/scss/_dashboard.scss +1 -1
- package/scss/_dynamic-styles.scss +8 -2
- package/scss/common/landing-page-a/landing-page-style-1.scss +2 -2
- package/scss/common/landing-page-b/banner.scss +5 -5
- package/scss/common/landing-page-b/contact-us.scss +1 -1
- package/scss/common/landing-page-b/explainer.scss +2 -2
- package/scss/common/landing-page-b/landing-page-style-2.scss +1 -1
- package/scss/custom-bootstrap/_badge.scss +1 -1
- package/scss/dashboard/_bootstrap-social.scss +25 -25
- package/scss/dashboard/_helper.scss +17 -7
- package/scss/dashboard/_misc.scss +1 -1
- package/scss/dashboard/_profile.scss +1 -1
- package/scss/dashboard/mixins/_utilities.scss +1 -1
- package/scss/dashboard/mixins/_vendor-prefixes.scss +2 -2
- package/scss/plugins/perfect-scrollbar/_variables.scss +1 -1
- package/scss/shared/_prime-ng.scss +176 -166
- package/scss/variables/_app-colors-variables.scss +1 -1
- package/scss/variables/_branding-variables.scss +7 -7
- package/scss/variables/_generic-variables.scss +5 -5
- package/scss/variables/_primeng-variables.scss +38 -38
package/app.scss
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
///////////////////////////
|
|
11
11
|
|
|
12
12
|
// Bootstrap modules => This loads the main Bootstrap module
|
|
13
|
-
@import 'scss/custom-bootstrap/bootstrap_variables'; // This is to
|
|
13
|
+
@import 'scss/custom-bootstrap/bootstrap_variables'; // This is to override custom bootstrap variables such as theme-colors. NOT USED FOR NOW.
|
|
14
14
|
@import 'scss/bootstrap_modules';
|
|
15
15
|
|
|
16
16
|
// Custom variables
|
package/package.json
CHANGED
package/scss/_dashboard.scss
CHANGED
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
}
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
//
|
|
149
|
+
// sign in buttons
|
|
150
150
|
.sign-btn {
|
|
151
151
|
background-color: var(--first);
|
|
152
152
|
color: #fff;
|
|
@@ -224,6 +224,11 @@
|
|
|
224
224
|
color: #fff !important;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
+
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
|
228
|
+
color: #ffffff;
|
|
229
|
+
background: var(--first) !important;
|
|
230
|
+
}
|
|
231
|
+
|
|
227
232
|
.p-autocomplete {
|
|
228
233
|
.p-button,
|
|
229
234
|
.p-button:enabled:active,
|
|
@@ -425,7 +430,8 @@
|
|
|
425
430
|
// spinner color
|
|
426
431
|
|
|
427
432
|
p-progressSpinner .p-progress-spinner-circle {
|
|
428
|
-
animation:
|
|
433
|
+
animation:
|
|
434
|
+
custom-progress-spinner-dash 1.5s ease-in-out infinite,
|
|
429
435
|
custom-progress-spinner-color 6s ease-in-out infinite;
|
|
430
436
|
}
|
|
431
437
|
|
|
@@ -380,7 +380,7 @@ label {
|
|
|
380
380
|
}
|
|
381
381
|
|
|
382
382
|
.form-container {
|
|
383
|
-
background-image: url('/assets/img/products/
|
|
383
|
+
background-image: url('/assets/img/products/trial/login-form-background-img.png');
|
|
384
384
|
}
|
|
385
385
|
}
|
|
386
386
|
|
|
@@ -505,7 +505,7 @@ app-social-login {
|
|
|
505
505
|
|
|
506
506
|
@media screen and (max-width: 768px) {
|
|
507
507
|
.vendor-container {
|
|
508
|
-
background-image: url('/assets/img/products/
|
|
508
|
+
background-image: url('/assets/img/products/c/login-form-background-img.png');
|
|
509
509
|
background-position: right;
|
|
510
510
|
background-repeat: no-repeat;
|
|
511
511
|
background-size: 60vw 100%;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
.banner {
|
|
5
5
|
background-attachment: scroll;
|
|
6
|
-
background-image: url('/assets/img/products/
|
|
6
|
+
background-image: url('/assets/img/products/trial/banner-bg.jpg');
|
|
7
7
|
background-position: center center;
|
|
8
8
|
background-repeat: no-repeat;
|
|
9
9
|
background-size: cover;
|
|
@@ -114,8 +114,8 @@
|
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
section.banner::after {
|
|
117
|
-
background: url('/assets/img/products/
|
|
118
|
-
|
|
117
|
+
background: url('/assets/img/products/trial/white-stripes-right1.png') right bottom
|
|
118
|
+
no-repeat;
|
|
119
119
|
bottom: 0;
|
|
120
120
|
clip-path: circle(55% at 80% 80%);
|
|
121
121
|
content: '';
|
|
@@ -127,8 +127,8 @@
|
|
|
127
127
|
|
|
128
128
|
.banner {
|
|
129
129
|
.stripes-img::before {
|
|
130
|
-
background: url('/assets/img/products/
|
|
131
|
-
|
|
130
|
+
background: url('/assets/img/products/trial/white-stripes-left.png') left bottom
|
|
131
|
+
no-repeat;
|
|
132
132
|
bottom: 0;
|
|
133
133
|
clip-path: circle(50.9% at 1% 44%);
|
|
134
134
|
content: '';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
@import 'common/landing-page-b/landing-page-style-2';
|
|
3
3
|
|
|
4
4
|
.cloudolive-contact-us {
|
|
5
|
-
background: url('/assets/img/products/
|
|
5
|
+
background: url('/assets/img/products/trial/contact-us-bg.jpg') center;
|
|
6
6
|
background-size: cover;
|
|
7
7
|
padding: 40px 0;
|
|
8
8
|
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.stripes::before {
|
|
64
|
-
background: url('/assets/img/products/
|
|
65
|
-
|
|
64
|
+
background: url('/assets/img/products/trial/white-stripes-right1.png') right top
|
|
65
|
+
no-repeat;
|
|
66
66
|
clip-path: circle(45% at 67% 61%);
|
|
67
67
|
content: '';
|
|
68
68
|
height: 350px;
|
|
@@ -153,7 +153,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
.btn-foursquare {
|
|
156
|
-
@include btn-social($
|
|
156
|
+
@include btn-social($four-square);
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
.btn-github {
|
|
@@ -165,7 +165,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
.btn-instagram {
|
|
168
|
-
@include btn-social($
|
|
168
|
+
@include btn-social($instagram);
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
.btn-linkedin {
|
|
@@ -173,7 +173,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
.btn-microsoft {
|
|
176
|
-
@include btn-social($
|
|
176
|
+
@include btn-social($microsoft);
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
.btn-odnoklassniki {
|
|
@@ -181,7 +181,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
.btn-openid {
|
|
184
|
-
@include btn-social($
|
|
184
|
+
@include btn-social($open-id);
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
.btn-pinterest {
|
|
@@ -193,7 +193,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
.btn-soundcloud {
|
|
196
|
-
@include btn-social($
|
|
196
|
+
@include btn-social($soundCloud);
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
.btn-tumblr {
|
|
@@ -238,7 +238,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
238
238
|
}
|
|
239
239
|
|
|
240
240
|
.btn-outline-foursquare {
|
|
241
|
-
@include btn-social-outline($
|
|
241
|
+
@include btn-social-outline($four-square);
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
.btn-outline-github {
|
|
@@ -250,7 +250,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
.btn-outline-instagram {
|
|
253
|
-
@include btn-social-outline($
|
|
253
|
+
@include btn-social-outline($instagram);
|
|
254
254
|
}
|
|
255
255
|
|
|
256
256
|
.btn-outline-linkedin {
|
|
@@ -258,7 +258,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
258
258
|
}
|
|
259
259
|
|
|
260
260
|
.btn-outline-microsoft {
|
|
261
|
-
@include btn-social-outline($
|
|
261
|
+
@include btn-social-outline($microsoft);
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
.btn-outline-odnoklassniki {
|
|
@@ -266,7 +266,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
266
266
|
}
|
|
267
267
|
|
|
268
268
|
.btn-outline-openid {
|
|
269
|
-
@include btn-social-outline($
|
|
269
|
+
@include btn-social-outline($open-id);
|
|
270
270
|
}
|
|
271
271
|
|
|
272
272
|
.btn-outline-pinterest {
|
|
@@ -278,7 +278,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
278
278
|
}
|
|
279
279
|
|
|
280
280
|
.btn-outline-soundcloud {
|
|
281
|
-
@include btn-social-outline($
|
|
281
|
+
@include btn-social-outline($soundCloud);
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
.btn-outline-tumblr {
|
|
@@ -323,7 +323,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
323
323
|
}
|
|
324
324
|
|
|
325
325
|
.btn-outline-foursquare:hover {
|
|
326
|
-
@include btn-hover-outline($
|
|
326
|
+
@include btn-hover-outline($four-square);
|
|
327
327
|
}
|
|
328
328
|
|
|
329
329
|
.btn-outline-github:hover {
|
|
@@ -335,7 +335,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
.btn-outline-instagram:hover {
|
|
338
|
-
@include btn-hover-outline($
|
|
338
|
+
@include btn-hover-outline($instagram);
|
|
339
339
|
}
|
|
340
340
|
|
|
341
341
|
.btn-outline-linkedin:hover {
|
|
@@ -343,7 +343,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
343
343
|
}
|
|
344
344
|
|
|
345
345
|
.btn-outline-microsoft:hover {
|
|
346
|
-
@include btn-hover-outline($
|
|
346
|
+
@include btn-hover-outline($microsoft);
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
.btn-outline-odnoklassniki:hover {
|
|
@@ -351,7 +351,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
351
351
|
}
|
|
352
352
|
|
|
353
353
|
.btn-outline-openid:hover {
|
|
354
|
-
@include btn-hover-outline($
|
|
354
|
+
@include btn-hover-outline($open-id);
|
|
355
355
|
}
|
|
356
356
|
|
|
357
357
|
.btn-outline-pinterest:hover {
|
|
@@ -363,7 +363,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
363
363
|
}
|
|
364
364
|
|
|
365
365
|
.btn-outline-soundcloud:hover {
|
|
366
|
-
@include btn-hover-outline($
|
|
366
|
+
@include btn-hover-outline($soundCloud);
|
|
367
367
|
}
|
|
368
368
|
|
|
369
369
|
.btn-outline-tumblr:hover {
|
|
@@ -408,7 +408,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
408
408
|
}
|
|
409
409
|
|
|
410
410
|
.btn-foursquare-flat {
|
|
411
|
-
@include btn-social-flat($
|
|
411
|
+
@include btn-social-flat($four-square);
|
|
412
412
|
}
|
|
413
413
|
|
|
414
414
|
.btn-github-flat {
|
|
@@ -420,7 +420,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
420
420
|
}
|
|
421
421
|
|
|
422
422
|
.btn-instagram-flat {
|
|
423
|
-
@include btn-social-flat($
|
|
423
|
+
@include btn-social-flat($instagram);
|
|
424
424
|
}
|
|
425
425
|
|
|
426
426
|
.btn-linkedin-flat {
|
|
@@ -428,7 +428,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
428
428
|
}
|
|
429
429
|
|
|
430
430
|
.btn-microsoft-flat {
|
|
431
|
-
@include btn-social-flat($
|
|
431
|
+
@include btn-social-flat($microsoft);
|
|
432
432
|
}
|
|
433
433
|
|
|
434
434
|
.btn-odnoklassniki-flat {
|
|
@@ -436,7 +436,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
436
436
|
}
|
|
437
437
|
|
|
438
438
|
.btn-openid-flat {
|
|
439
|
-
@include btn-social-flat($
|
|
439
|
+
@include btn-social-flat($open-id);
|
|
440
440
|
}
|
|
441
441
|
|
|
442
442
|
.btn-pinterest-flat {
|
|
@@ -448,7 +448,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
448
448
|
}
|
|
449
449
|
|
|
450
450
|
.btn-soundcloud-flat {
|
|
451
|
-
@include btn-social-flat($
|
|
451
|
+
@include btn-social-flat($soundCloud);
|
|
452
452
|
}
|
|
453
453
|
|
|
454
454
|
.btn-tumblr-flat {
|
|
@@ -517,7 +517,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
517
517
|
.btn-foursquare-flat:focus,
|
|
518
518
|
.btn-foursquare-flat:active:focus,
|
|
519
519
|
.btn-foursquare-flat:active:hover {
|
|
520
|
-
@include btn-social-flat-active($
|
|
520
|
+
@include btn-social-flat-active($four-square);
|
|
521
521
|
}
|
|
522
522
|
|
|
523
523
|
.btn-github-flat.active,
|
|
@@ -541,7 +541,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
541
541
|
.btn-instagram-flat:focus,
|
|
542
542
|
.btn-instagram-flat:active:focus,
|
|
543
543
|
.btn-instagram-flat:active:hover {
|
|
544
|
-
@include btn-social-flat-active($
|
|
544
|
+
@include btn-social-flat-active($instagram);
|
|
545
545
|
}
|
|
546
546
|
|
|
547
547
|
.btn-linkedin-flat.active,
|
|
@@ -557,7 +557,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
557
557
|
.btn-microsoft-flat:focus,
|
|
558
558
|
.btn-microsoft-flat:active:focus,
|
|
559
559
|
.btn-microsoft-flat:active:hover {
|
|
560
|
-
@include btn-social-flat-active($
|
|
560
|
+
@include btn-social-flat-active($microsoft);
|
|
561
561
|
}
|
|
562
562
|
|
|
563
563
|
.btn-odnoklassniki-flat.active,
|
|
@@ -573,7 +573,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
573
573
|
.btn-openid-flat:focus,
|
|
574
574
|
.btn-openid-flat:active:focus,
|
|
575
575
|
.btn-openid-flat:active:hover {
|
|
576
|
-
@include btn-social-flat-active($
|
|
576
|
+
@include btn-social-flat-active($open-id);
|
|
577
577
|
}
|
|
578
578
|
|
|
579
579
|
.btn-pinterest-flat.active,
|
|
@@ -597,7 +597,7 @@ $bs-height-xs: (floor($font-size-sm * 1.2) + $padding-small-vertical + 1) !defau
|
|
|
597
597
|
.btn-soundcloud-flat:focus,
|
|
598
598
|
.btn-soundcloud-flat:active:focus,
|
|
599
599
|
.btn-soundcloud-flat:active:hover {
|
|
600
|
-
@include btn-social-flat-active($
|
|
600
|
+
@include btn-social-flat-active($soundCloud);
|
|
601
601
|
}
|
|
602
602
|
|
|
603
603
|
.btn-tumblr-flat.active,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// ================================================================================================
|
|
2
2
|
// File Name: helper
|
|
3
3
|
// Description: Helper classes provides color, width, position & background etc..
|
|
4
|
-
// related
|
|
4
|
+
// related customization.
|
|
5
5
|
// ================================================================================================
|
|
6
6
|
|
|
7
7
|
// Content helpers
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
border-right: 0 !important;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
// No border
|
|
267
|
+
// No border radius
|
|
268
268
|
.no-radius {
|
|
269
269
|
border-radius: unset !important;
|
|
270
270
|
}
|
|
@@ -302,23 +302,33 @@
|
|
|
302
302
|
}
|
|
303
303
|
|
|
304
304
|
.box-shadow-1 {
|
|
305
|
-
box-shadow:
|
|
305
|
+
box-shadow:
|
|
306
|
+
0 2px 5px 0 rgb(0 0 0 / 16%),
|
|
307
|
+
0 2px 10px 0 rgb(0 0 0 / 12%);
|
|
306
308
|
}
|
|
307
309
|
|
|
308
310
|
.box-shadow-2 {
|
|
309
|
-
box-shadow:
|
|
311
|
+
box-shadow:
|
|
312
|
+
0 8px 17px 0 rgb(0 0 0 / 20%),
|
|
313
|
+
0 6px 20px 0 rgb(0 0 0 / 19%);
|
|
310
314
|
}
|
|
311
315
|
|
|
312
316
|
.box-shadow-3 {
|
|
313
|
-
box-shadow:
|
|
317
|
+
box-shadow:
|
|
318
|
+
0 12px 15px 0 rgb(0 0 0 / 24%),
|
|
319
|
+
0 17px 50px 0 rgb(0 0 0 / 19%);
|
|
314
320
|
}
|
|
315
321
|
|
|
316
322
|
.box-shadow-4 {
|
|
317
|
-
box-shadow:
|
|
323
|
+
box-shadow:
|
|
324
|
+
0 16px 28px 0 rgb(0 0 0 / 22%),
|
|
325
|
+
0 25px 55px 0 rgb(0 0 0 / 21%);
|
|
318
326
|
}
|
|
319
327
|
|
|
320
328
|
.box-shadow-5 {
|
|
321
|
-
box-shadow:
|
|
329
|
+
box-shadow:
|
|
330
|
+
0 27px 24px 0 rgb(0 0 0 / 20%),
|
|
331
|
+
0 40px 77px 0 rgb(0 0 0 / 22%);
|
|
322
332
|
}
|
|
323
333
|
|
|
324
334
|
// Sizing
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
// Emulate the less #contrast function
|
|
6
|
-
// TODO: this may be useful for the inverse theme, but if not, remove (it is unused after the removal of
|
|
6
|
+
// TODO: this may be useful for the inverse theme, but if not, remove (it is unused after the removal of full palette)
|
|
7
7
|
// contrast-color and brightness borrowed from compass
|
|
8
8
|
// Copyright (c) 2009-2014 Christopher M. Eppstein
|
|
9
9
|
// Complies with license: https://github.com/Compass/compass/blob/stable/LICENSE.markdown
|
|
@@ -5,7 +5,7 @@ $ps-rail-container-hover-opacity: 0.6 !default;
|
|
|
5
5
|
$ps-rail-hover-opacity: 0.9 !default;
|
|
6
6
|
$ps-bar-bg: transparent !default;
|
|
7
7
|
$ps-bar-container-hover-bg: rgb(170 170 170) !default;
|
|
8
|
-
$ps-bar-hover-bg: $
|
|
8
|
+
$ps-bar-hover-bg: $bar-hover !default;
|
|
9
9
|
$ps-rail-hover-bg: rgb(238 238 238) !default;
|
|
10
10
|
|
|
11
11
|
// Sizes
|