@posiwise/core-styles 0.0.24 → 0.0.26
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/package.json
CHANGED
|
@@ -162,9 +162,17 @@
|
|
|
162
162
|
padding-bottom: 30px;
|
|
163
163
|
|
|
164
164
|
.primeng-datatable-container table thead tr th {
|
|
165
|
-
background-color:
|
|
165
|
+
background-color: var(--tabs_bg) !important;
|
|
166
|
+
position: relative;
|
|
166
167
|
padding: 3px 10px;
|
|
167
168
|
}
|
|
169
|
+
.primeng-datatable-container table thead tr th::after {
|
|
170
|
+
content: '';
|
|
171
|
+
position: absolute;
|
|
172
|
+
inset: 0;
|
|
173
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
174
|
+
pointer-events: none;
|
|
175
|
+
}
|
|
168
176
|
}
|
|
169
177
|
|
|
170
178
|
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
|
@@ -723,3 +731,70 @@
|
|
|
723
731
|
.expected-mrr {
|
|
724
732
|
background-color: #d8e8f1 !important;
|
|
725
733
|
}
|
|
734
|
+
|
|
735
|
+
.month-quarter-text {
|
|
736
|
+
color: green;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
.hopscotch-title {
|
|
740
|
+
text-align: center !important;
|
|
741
|
+
margin-bottom: 20px !important;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
.hopscotch-title h2 {
|
|
745
|
+
margin: 0;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
.hopscotch-content {
|
|
749
|
+
text-align: center;
|
|
750
|
+
padding: 20px;
|
|
751
|
+
margin: 0 !important;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
.hopscotch-content img {
|
|
755
|
+
width: 150px;
|
|
756
|
+
margin: 20px 0;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
.hopscotch-content p {
|
|
760
|
+
font-size: 16px;
|
|
761
|
+
color: #555;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
.hopscotch-step-title {
|
|
765
|
+
text-align: left;
|
|
766
|
+
margin-bottom: 15px;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
.hopscotch-step-content {
|
|
770
|
+
padding: 20px;
|
|
771
|
+
text-align: left !important;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
.hopscotch-step-content p {
|
|
775
|
+
font-size: 14px;
|
|
776
|
+
color: #555;
|
|
777
|
+
margin-bottom: 10px;
|
|
778
|
+
text-align: left !important;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
.left-field-tooltip {
|
|
782
|
+
right: -150px !important;
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
.left-info-circle .tooltiptext::after {
|
|
786
|
+
left: 45px !important;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
.md-drppicker .btn {
|
|
790
|
+
background-color: var(--tabs_bg) !important;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.md-drppicker .ranges ul li button.active {
|
|
794
|
+
background-color: var(--tabs_bg) !important;
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
.md-drppicker td.active,
|
|
798
|
+
.md-drppicker td.active:hover {
|
|
799
|
+
background-color: var(--tabs_bg) !important;
|
|
800
|
+
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
// ================================================================================================
|
|
5
5
|
|
|
6
6
|
/* ========== Coming Soon Background Image ========= */
|
|
7
|
-
.
|
|
7
|
+
.coming-soon-video .app-content .coming-soon-content {
|
|
8
8
|
z-index: 99;
|
|
9
9
|
}
|
|
10
10
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// Variables
|
|
2
|
-
$
|
|
3
|
-
$
|
|
2
|
+
$sidebar-border: rgb(228 231 237);
|
|
3
|
+
$sidebar-width: 500px;
|
|
4
4
|
|
|
5
5
|
.email-application {
|
|
6
6
|
.email-app-sidebar {
|
|
7
7
|
background: rgb(255 255 255);
|
|
8
|
-
border-right: 1px solid $
|
|
8
|
+
border-right: 1px solid $sidebar-border;
|
|
9
9
|
height: calc(100vh - 150px);
|
|
10
10
|
position: fixed;
|
|
11
11
|
width: 250px;
|
|
@@ -57,11 +57,11 @@ $sideber-width: 500px;
|
|
|
57
57
|
|
|
58
58
|
.email-app-menu {
|
|
59
59
|
.mb-3-compose {
|
|
60
|
-
border-bottom: 1px solid $
|
|
60
|
+
border-bottom: 1px solid $sidebar-border;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.list-group-messages {
|
|
64
|
-
border-bottom: 1px solid $
|
|
64
|
+
border-bottom: 1px solid $sidebar-border;
|
|
65
65
|
|
|
66
66
|
a {
|
|
67
67
|
font-size: 1.1rem;
|
|
@@ -118,7 +118,7 @@ $sideber-width: 500px;
|
|
|
118
118
|
|
|
119
119
|
.email-app-options,
|
|
120
120
|
.email-app-title {
|
|
121
|
-
border-bottom: 1px solid $
|
|
121
|
+
border-bottom: 1px solid $sidebar-border;
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
124
|
|
|
@@ -128,7 +128,7 @@ $sideber-width: 500px;
|
|
|
128
128
|
z-index: 999;
|
|
129
129
|
|
|
130
130
|
fieldset {
|
|
131
|
-
border-bottom: 1px solid $
|
|
131
|
+
border-bottom: 1px solid $sidebar-border;
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
}
|