@posiwise/core-styles 1.0.11 → 1.0.13
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 +10 -7
- package/package.json +1 -1
- package/scss/_dynamic-styles.scss +8 -7
- package/scss/_public-pages.scss +4 -4
- package/scss/_shared.scss +3 -3
- package/scss/_variables.scss +5 -5
- package/scss/common/landing-page-a/landing-page-style-1.scss +5 -4
- package/scss/common/landing-page-b/banner.scss +2 -2
- package/scss/common/landing-page-b/contact-us.scss +2 -2
- package/scss/common/landing-page-b/explainer.scss +3 -3
- package/scss/common/landing-page-b/explainer2.scss +3 -3
- package/scss/common/landing-page-b/header.scss +10 -4
- package/scss/common/landing-page-b/landing-page-style-2.scss +1 -1
- package/scss/custom-bootstrap/_badge.scss +96 -95
- package/scss/custom-bootstrap/_bootstrap_variables.scss +3 -1
- package/scss/custom-bootstrap/_card.scss +14 -5
- package/scss/custom-bootstrap/_forms.scss +15 -13
- package/scss/custom-bootstrap/_popover.scss +3 -2
- package/scss/custom-bootstrap/_reboot.scss +5 -3
- package/scss/custom-bootstrap/_type.scss +7 -6
- package/scss/dashboard/_bootstrap-social.scss +11 -7
- package/scss/dashboard/_chat.scss +6 -4
- package/scss/dashboard/_components.scss +15 -14
- package/scss/dashboard/_horizontal-timeline.scss +15 -11
- package/scss/dashboard/_icons.scss +2 -1
- package/scss/dashboard/_misc.scss +11 -10
- package/scss/dashboard/_palette.scss +36 -26
- package/scss/dashboard/_search.scss +2 -1
- package/scss/dashboard/_sidebar-content.scss +14 -12
- package/scss/dashboard/_tabs.scss +13 -11
- package/scss/dashboard/_vertical-timeline.scss +8 -4
- package/scss/dashboard/mixins/_buttons.scss +9 -8
- package/scss/dashboard/mixins/_typography.scss +3 -2
- package/scss/dashboard/mixins/_utilities.scss +7 -6
- package/scss/plugins/_plugin-nouislider.scss +15 -12
- package/scss/plugins/perfect-scrollbar/_mixins.scss +21 -18
- package/scss/plugins/perfect-scrollbar/_ps-custom.scss +5 -4
- package/scss/public-pages/_buttons.scss +2 -1
- package/scss/public-pages/_layout.scss +2 -0
- package/scss/public-pages/mixins/_buttons.scss +4 -2
- package/scss/shared/_prime-ng-tables.scss +2 -0
- package/scss/shared/_prime-ng.scss +4 -1
- package/scss/variables/_app-colors-variables.scss +61 -60
- package/scss/variables/_primeng-variables.scss +5 -2
package/app.scss
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
////////////////////////////
|
|
2
2
|
// Font styling
|
|
3
3
|
///////////////////////////
|
|
4
|
-
@import '../core-fonts/feather/style.min.css';
|
|
5
|
-
@import '../core-fonts/simple-line-icons/style.css';
|
|
6
|
-
@import 'css/google-fonts.css';
|
|
7
|
-
|
|
8
4
|
////////////////////////////
|
|
9
5
|
// Main Styling files
|
|
10
6
|
///////////////////////////
|
|
@@ -29,10 +25,20 @@
|
|
|
29
25
|
// Plugins scss => Here we load the styles for the loaded plugins
|
|
30
26
|
@import 'scss/plugins';
|
|
31
27
|
|
|
28
|
+
// dynamic stylesheet
|
|
29
|
+
@import 'scss/dynamic-styles';
|
|
30
|
+
|
|
32
31
|
////////////////////////////
|
|
33
32
|
// Other
|
|
34
33
|
///////////////////////////
|
|
35
34
|
|
|
35
|
+
////////////////////////////
|
|
36
|
+
// Font styling
|
|
37
|
+
///////////////////////////
|
|
38
|
+
@import '../core-fonts/feather/style.min.css';
|
|
39
|
+
@import '../core-fonts/simple-line-icons/style.css';
|
|
40
|
+
@import 'css/google-fonts.css';
|
|
41
|
+
|
|
36
42
|
// Loading quill
|
|
37
43
|
@import 'quill/dist/quill.core.css';
|
|
38
44
|
@import 'quill/dist/quill.bubble.css';
|
|
@@ -40,6 +46,3 @@
|
|
|
40
46
|
|
|
41
47
|
// Loading ui-switch
|
|
42
48
|
@import 'ngx-ui-switch/ui-switch.component';
|
|
43
|
-
|
|
44
|
-
// dynamic stylesheet
|
|
45
|
-
@import 'scss/dynamic-styles';
|
package/package.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use 'variables' as *;
|
|
2
3
|
|
|
3
4
|
:root {
|
|
4
5
|
--titles: rgb(34 34 34);
|
|
@@ -595,9 +596,9 @@
|
|
|
595
596
|
color: #fff !important;
|
|
596
597
|
}
|
|
597
598
|
.hopscotch-nav-button.prev {
|
|
598
|
-
background: map
|
|
599
|
-
background-color: map
|
|
600
|
-
border-color: map
|
|
599
|
+
background: map.get($grey, darken-1) !important;
|
|
600
|
+
background-color: map.get($grey, darken-1) !important;
|
|
601
|
+
border-color: map.get($grey, darken-1) !important;
|
|
601
602
|
color: #fff !important;
|
|
602
603
|
text-shadow: none !important;
|
|
603
604
|
}
|
|
@@ -1346,7 +1347,7 @@ p {
|
|
|
1346
1347
|
.content-quill-wrapper {
|
|
1347
1348
|
margin: 0 auto;
|
|
1348
1349
|
max-width: 1000px;
|
|
1349
|
-
background: map
|
|
1350
|
+
background: map.get($white-color, base);
|
|
1350
1351
|
border: 1px solid rgb(238, 238, 238);
|
|
1351
1352
|
|
|
1352
1353
|
.content-quill-box {
|
|
@@ -1357,7 +1358,7 @@ p {
|
|
|
1357
1358
|
@media only screen and (max-width: 1024px) {
|
|
1358
1359
|
.content-quill-wrapper {
|
|
1359
1360
|
padding: 1rem;
|
|
1360
|
-
background: map
|
|
1361
|
+
background: map.get($white-color, base);
|
|
1361
1362
|
|
|
1362
1363
|
.content-quill-box {
|
|
1363
1364
|
padding: 1rem;
|
|
@@ -1368,7 +1369,7 @@ p {
|
|
|
1368
1369
|
@media only screen and (max-width: 767px) {
|
|
1369
1370
|
.content-quill-wrapper {
|
|
1370
1371
|
padding: 0.5rem;
|
|
1371
|
-
background: map
|
|
1372
|
+
background: map.get($white-color, base);
|
|
1372
1373
|
|
|
1373
1374
|
.content-quill-box {
|
|
1374
1375
|
padding: 0.5rem;
|
package/scss/_public-pages.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Loading partials
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
2
|
+
@forward 'public-pages/layout';
|
|
3
|
+
@forward 'public-pages/buttons';
|
|
4
|
+
@forward 'public-pages/input-fields';
|
|
5
5
|
|
|
6
6
|
// Mixins
|
|
7
|
-
@
|
|
7
|
+
@forward 'public-pages/mixins/buttons';
|
package/scss/_shared.scss
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
1
|
+
@forward 'shared/prime-ng-tables';
|
|
2
|
+
@forward 'shared/prime-ng';
|
|
3
|
+
@forward 'shared/modal';
|
package/scss/_variables.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
1
|
+
@forward 'variables/generic-variables';
|
|
2
|
+
@forward 'variables/branding-variables';
|
|
3
|
+
@forward 'variables/dashboard-variables';
|
|
4
|
+
@forward 'variables/app-colors-variables';
|
|
5
|
+
@forward 'variables/primeng-variables';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use '../../variables' as *;
|
|
2
3
|
|
|
3
4
|
.register {
|
|
4
5
|
background: rgb(255 255 255) url('/assets/img/landing-page/testimonial-bg.png') fixed center top;
|
|
@@ -53,7 +54,7 @@
|
|
|
53
54
|
padding-right: 15px;
|
|
54
55
|
|
|
55
56
|
h1 {
|
|
56
|
-
color: map
|
|
57
|
+
color: map.get($secondary, base);
|
|
57
58
|
}
|
|
58
59
|
|
|
59
60
|
h3 {
|
|
@@ -390,7 +391,7 @@ label {
|
|
|
390
391
|
}
|
|
391
392
|
|
|
392
393
|
50% {
|
|
393
|
-
color: map
|
|
394
|
+
color: map.get($secondary, base);
|
|
394
395
|
}
|
|
395
396
|
|
|
396
397
|
100% {
|
|
@@ -618,7 +619,7 @@ pw-signup-tabs-a {
|
|
|
618
619
|
.primary-header,
|
|
619
620
|
.blinking-text-wrapper {
|
|
620
621
|
h1 {
|
|
621
|
-
color: map
|
|
622
|
+
color: map.get($secondary, base);
|
|
622
623
|
}
|
|
623
624
|
|
|
624
625
|
h3 {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@use 'variables/landing-page-new-variables' as *;
|
|
2
|
+
@use 'common/landing-page-b/landing-page-style-2' as *;
|
|
3
3
|
|
|
4
4
|
.contact-us-section {
|
|
5
5
|
background: url('/assets/img/products/trial/contact-us-bg.jpg') center;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
1
|
+
@use 'variables/landing-page-new-variables' as *;
|
|
2
|
+
@use 'common/landing-page-b/landing-page-style-2' as *;
|
|
3
|
+
@use 'public-pages/mixins/buttons' as *;
|
|
4
4
|
|
|
5
5
|
.product-explainer-section {
|
|
6
6
|
background-color: $bg-color-black-grey;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
1
|
+
@use 'variables/landing-page-new-variables' as *;
|
|
2
|
+
@use 'common/landing-page-b/landing-page-style-2' as *;
|
|
3
|
+
@use 'public-pages/mixins/buttons' as *;
|
|
4
4
|
|
|
5
5
|
.product-explainer-section {
|
|
6
6
|
background: $bg-color-blue;
|
|
@@ -1,13 +1,19 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@use 'variables/landing-page-new-variables' as *;
|
|
2
|
+
@use 'common/landing-page-b/landing-page-style-2' as *;
|
|
3
3
|
|
|
4
4
|
.navbar-custom-background {
|
|
5
5
|
background-color: rgb(0 0 0 / 50%);
|
|
6
6
|
box-shadow: 2px 2px 15px 2px rgb(0 0 0 / 12.2%);
|
|
7
|
-
transition:
|
|
7
|
+
transition:
|
|
8
|
+
width 2s,
|
|
9
|
+
height 2s,
|
|
10
|
+
-webkit-transform 2s;
|
|
8
11
|
|
|
9
12
|
/* Safari */
|
|
10
|
-
transition:
|
|
13
|
+
transition:
|
|
14
|
+
width 2s,
|
|
15
|
+
height 2s,
|
|
16
|
+
transform 2s background-color 0.5s ease;
|
|
11
17
|
z-index: 9999;
|
|
12
18
|
}
|
|
13
19
|
|