@posiwise/core-styles 0.0.5 → 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 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 overwride custom bootstrap variables such as theme-colors. NOT USED FOR NOW.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/core-styles",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -6,7 +6,7 @@
6
6
  @import 'dashboard/mixins/shadows';
7
7
  @import 'dashboard/mixins/vendor-prefixes';
8
8
 
9
- // Doashboard scss modules
9
+ // Dashboard scss modules
10
10
  @import 'dashboard/components';
11
11
  @import 'dashboard/icons';
12
12
  @import 'dashboard/ui-switch';
@@ -146,7 +146,7 @@
146
146
  }
147
147
  }
148
148
 
149
- // signin buttons
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: custom-progress-spinner-dash 1.5s ease-in-out infinite,
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
 
@@ -549,4 +555,32 @@
549
555
  @extend .text-dark;
550
556
  }
551
557
  }
558
+ .btn.btn-primary {
559
+ &:not(.text-light) {
560
+ @extend .text-light;
561
+ }
562
+ }
563
+ .btn.btn-primary {
564
+ &:not(.text-light) {
565
+ @extend .text-light;
566
+ }
567
+ }
568
+ .btn.btn-secondary {
569
+ &:not(.text-light) {
570
+ @extend .text-light;
571
+ }
572
+ }
573
+ .btn.btn-secondary {
574
+ &:not(.text-light) {
575
+ @extend .text-light;
576
+ }
577
+ }
578
+ .btn.btn-primary:hover {
579
+ background-color: transparent !important;
580
+ color: var(--first) !important;
581
+ }
582
+ .btn.btn-secondary:hover {
583
+ background-color: transparent !important;
584
+ color: var(--first) !important;
585
+ }
552
586
  }
@@ -380,7 +380,7 @@ label {
380
380
  }
381
381
 
382
382
  .form-container {
383
- background-image: url('/assets/img/products/cloud-olive/login-form-background-img.png');
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/cloud-olive/login-form-background-img.png');
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/cloud-olive/cloudolive-new/banner-bg.jpg');
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/cloud-olive/cloudolive-new/white-stripes-right1.png')
118
- right bottom no-repeat;
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/cloud-olive/cloudolive-new/white-stripes-left.png')
131
- left bottom no-repeat;
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/cloud-olive/cloudolive-new/contact-us-bg.jpg') center;
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/cloud-olive/cloudolive-new/white-stripes-right1.png')
65
- right top no-repeat;
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;
@@ -2,7 +2,7 @@
2
2
  @import 'variables/branding-variables';
3
3
 
4
4
  * {
5
- font-family: $familyMontserrat;
5
+ font-family: $family-montserrat;
6
6
  }
7
7
 
8
8
  h2 {
@@ -357,7 +357,7 @@
357
357
  color: rgb(255 255 255);
358
358
  }
359
359
 
360
- // pink bages
360
+ // pink badges
361
361
 
362
362
  .bg-pink {
363
363
  color: rgb(255 255 255);
@@ -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($fourSquare);
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($instaGram);
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($micrSoft);
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($openId);
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($soundColoud);
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($fourSquare);
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($instaGram);
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($micrSoft);
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($openId);
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($soundColoud);
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($fourSquare);
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($instaGram);
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($micrSoft);
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($openId);
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($soundColoud);
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($fourSquare);
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($instaGram);
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($micrSoft);
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($openId);
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($soundColoud);
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($fourSquare);
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($instaGram);
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($micrSoft);
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($openId);
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($soundColoud);
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 customiztion.
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 radious
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: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
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: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
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: 0 12px 15px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);
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: 0 16px 28px 0 rgb(0 0 0 / 22%), 0 25px 55px 0 rgb(0 0 0 / 21%);
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: 0 27px 24px 0 rgb(0 0 0 / 20%), 0 40px 77px 0 rgb(0 0 0 / 22%);
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
@@ -126,7 +126,7 @@ input[type='file'] > input[type='button']::-moz-focus-inner {
126
126
  background-color: map-get($primary, base);
127
127
  }
128
128
 
129
- // Drag and dropp
129
+ // Drag and drop
130
130
  .dragdrop-container {
131
131
  min-height: 200px;
132
132
  }
@@ -2,7 +2,7 @@
2
2
  .profile-with-cover {
3
3
  position: relative;
4
4
 
5
- .profil-cover-details {
5
+ .profile-cover-details {
6
6
  margin-top: -65px;
7
7
 
8
8
  .profile-image {
@@ -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 fullpalette)
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
@@ -10,8 +10,8 @@
10
10
  }
11
11
 
12
12
  // Box sizing
13
- @mixin box-sizing($boxmodel) {
14
- box-sizing: $boxmodel;
13
+ @mixin box-sizing($box-model) {
14
+ box-sizing: $box-model;
15
15
  }
16
16
 
17
17
  @mixin transition($time, $type) {
@@ -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: $barHover !default;
8
+ $ps-bar-hover-bg: $bar-hover !default;
9
9
  $ps-rail-hover-bg: rgb(238 238 238) !default;
10
10
 
11
11
  // Sizes