@volosoft/abp.ng.theme.lepton-x 4.3.0 → 4.3.2

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,166 +1,168 @@
1
- .confirmation .confirmation-backdrop {
2
- background: rgba(var(--lpx-content-text-rgb), 0.5);
3
- }
4
- .confirmation .confirmation-dialog {
5
- border: 0;
6
- border-radius: var(--lpx-radius);
7
- background-color: var(--lpx-card-bg);
8
- box-shadow: var(--lpx-shadow);
9
- }
10
- .confirmation .confirmation-dialog .icon-container .icon {
11
- stroke: var(--lpx-primary);
12
- color: var(--lpx-primary);
13
- }
14
- .confirmation .confirmation-dialog .icon-container.info .icon {
15
- stroke: var(--lpx-info);
16
- color: var(--lpx-info);
17
- }
18
- .confirmation .confirmation-dialog .icon-container.success .icon {
19
- stroke: var(--lpx-success);
20
- color: var(--lpx-success);
21
- }
22
- .confirmation .confirmation-dialog .icon-container.warning .icon {
23
- stroke: var(--lpx-warning);
24
- color: var(--lpx-warning);
25
- }
26
- .confirmation .confirmation-dialog .icon-container.error .icon {
27
- stroke: var(--lpx-danger);
28
- color: var(--lpx-danger);
29
- }
30
- .confirmation .confirmation-dialog .content .title,
31
- .confirmation .confirmation-dialog .content .message {
32
- color: var(--lpx-content-text);
33
- }
34
- .confirmation .confirmation-dialog .footer {
35
- border-radius: 0 0 var(--lpx-radius) var(--lpx-radius);
36
- }
37
- .confirmation .confirmation-dialog .footer .confirmation-button {
38
- background-color: var(--lpx-primary);
39
- color: #fff;
40
- border-radius: var(--lpx-radius);
41
- }
42
- .confirmation .confirmation-dialog .footer .confirmation-button:hover, .confirmation .confirmation-dialog .footer .confirmation-button:focus, .confirmation .confirmation-dialog .footer .confirmation-button:active {
43
- background-color: rgba(var(--lpx-primary-rgb), 0.5);
44
- }
45
-
46
- .content-header-title {
47
- color: var(--lpx-card-title-text-color);
48
- font-size: 1.5em !important;
49
- font-weight: 600;
50
- margin-bottom: 1em;
51
- margin-top: 0.3333333333em;
52
- }
53
-
54
- /* TODO: lpx-page-header and lpx-page-title classes not exist. Find related properties
55
- .entry-row {
56
- @extend .lpx-page-header;
57
- }
58
-
59
- .content-header-title {
60
- @extend .lpx-page-title;
61
- }
62
-
63
- */
64
- #toast-container.toast-top-full-width, #toast-container.toast-top-center {
65
- background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
66
- padding: 20px 15px 100px;
67
- }
68
- #toast-container.toast-bottom-full-width, #toast-container.toast-bottom-center {
69
- background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
70
- padding: 100px 15px 20px 15px;
71
- }
72
- #toast-container.toast-top-right {
73
- top: 8px;
74
- right: 8px;
75
- }
76
- #toast-container.toast-top-left {
77
- top: 8px;
78
- left: 8px;
79
- }
80
- #toast-container.toast-bottom-left {
81
- bottom: 8px;
82
- left: 8px;
83
- }
84
- #toast-container.toast-bottom-right {
85
- bottom: 8px;
86
- right: 8px;
87
- }
88
- #toast-container > div {
89
- opacity: 0.975;
90
- }
91
- #toast-container button.toast-close-button {
92
- color: #000;
93
- }
94
-
95
- .dt-container,
96
- .tab-content {
97
- border-radius: var(--lpx-radius);
98
- background: var(--lpx-card-bg);
99
- box-shadow: var(--lpx-shadow);
100
- }
101
-
102
- .nav-tabs {
103
- background: var(--lpx-card-bg);
104
- box-shadow: var(--lpx-shadow);
105
- padding: 0 1.5rem !important;
106
- border-radius: var(--lpx-radius);
107
- margin-bottom: 1rem !important;
108
- }
109
-
110
- .card .nav-tabs {
111
- background: none;
112
- box-shadow: none;
113
- padding: 0;
114
- border-radius: none;
115
- }
116
- .card .tab-content {
117
- background: none;
118
- box-shadow: none;
119
- padding-left: 0;
120
- padding-right: 0;
121
- }
122
-
123
- .tab-content .card {
124
- background: none;
125
- box-shadow: none;
126
- padding: 0;
127
- }
128
-
129
- .modal-body .tab-content {
130
- background: none;
131
- box-shadow: none;
132
- }
133
-
134
- .modal-body .nav-tabs,
135
- .card .nav-tabs,
136
- .tab-content .nav-tabs {
137
- background: none;
138
- box-shadow: none;
139
- padding-left: 0 !important;
140
- padding-right: 0 !important;
141
- }
142
-
143
- hr {
144
- opacity: 0.1;
145
- }
146
-
147
- .abp-block-area {
148
- background: var(--lpx-card-bg);
149
- }
150
-
151
- .abp-md-form {
152
- max-width: 540px;
153
- }
154
-
155
- /* TODO: build for only angular-abp-pro package
156
- // file management breadcrumb
157
- abp-file-management-breadcrumb {
158
- .breadcrumb-item + .breadcrumb-item:before {
159
- position: relative;
160
- top: -3px;
161
- }
162
- }
163
- */
164
- .toastui-editor-main {
165
- background-color: #fff;
166
- }
1
+ .confirmation .confirmation-backdrop {
2
+ background: rgba(var(--lpx-content-text-rgb), 0.5);
3
+ }
4
+ .confirmation .confirmation-dialog {
5
+ border: 0;
6
+ border-radius: var(--lpx-radius);
7
+ background-color: var(--lpx-card-bg);
8
+ box-shadow: var(--lpx-shadow);
9
+ }
10
+ .confirmation .confirmation-dialog .icon-container .icon {
11
+ stroke: var(--lpx-primary);
12
+ color: var(--lpx-primary);
13
+ }
14
+ .confirmation .confirmation-dialog .icon-container.info .icon {
15
+ stroke: var(--lpx-info);
16
+ color: var(--lpx-info);
17
+ }
18
+ .confirmation .confirmation-dialog .icon-container.success .icon {
19
+ stroke: var(--lpx-success);
20
+ color: var(--lpx-success);
21
+ }
22
+ .confirmation .confirmation-dialog .icon-container.warning .icon {
23
+ stroke: var(--lpx-warning);
24
+ color: var(--lpx-warning);
25
+ }
26
+ .confirmation .confirmation-dialog .icon-container.error .icon {
27
+ stroke: var(--lpx-danger);
28
+ color: var(--lpx-danger);
29
+ }
30
+ .confirmation .confirmation-dialog .content .title,
31
+ .confirmation .confirmation-dialog .content .message {
32
+ color: var(--lpx-content-text);
33
+ }
34
+ .confirmation .confirmation-dialog .footer {
35
+ border-radius: 0 0 var(--lpx-radius) var(--lpx-radius);
36
+ }
37
+ .confirmation .confirmation-dialog .footer .confirmation-button {
38
+ background-color: var(--lpx-primary);
39
+ color: #fff;
40
+ border-radius: var(--lpx-radius);
41
+ }
42
+ .confirmation .confirmation-dialog .footer .confirmation-button:hover, .confirmation .confirmation-dialog .footer .confirmation-button:focus, .confirmation .confirmation-dialog .footer .confirmation-button:active {
43
+ background-color: rgba(var(--lpx-primary-rgb), 0.5);
44
+ }
45
+
46
+ .content-header-title {
47
+ color: var(--lpx-card-title-text-color);
48
+ font-size: 1.5em !important;
49
+ font-weight: 600;
50
+ margin-bottom: 1em;
51
+ margin-top: 0.3333333333em;
52
+ }
53
+
54
+ /* TODO: lpx-page-header and lpx-page-title classes not exist. Find related properties
55
+ .entry-row {
56
+ @extend .lpx-page-header;
57
+ }
58
+
59
+ .content-header-title {
60
+ @extend .lpx-page-title;
61
+ }
62
+
63
+ */
64
+ #toast-container.toast-top-full-width, #toast-container.toast-top-center {
65
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
66
+ padding: 20px 15px 100px;
67
+ }
68
+ #toast-container.toast-bottom-full-width, #toast-container.toast-bottom-center {
69
+ background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
70
+ padding: 100px 15px 20px 15px;
71
+ }
72
+ #toast-container.toast-top-right {
73
+ top: 8px;
74
+ right: 8px;
75
+ }
76
+ #toast-container.toast-top-left {
77
+ top: 8px;
78
+ left: 8px;
79
+ }
80
+ #toast-container.toast-bottom-left {
81
+ bottom: 8px;
82
+ left: 8px;
83
+ }
84
+ #toast-container.toast-bottom-right {
85
+ bottom: 8px;
86
+ right: 8px;
87
+ }
88
+ #toast-container > div {
89
+ opacity: 0.975;
90
+ }
91
+ #toast-container button.toast-close-button {
92
+ color: #000;
93
+ }
94
+
95
+ .dt-container,
96
+ .tab-content {
97
+ border-radius: var(--lpx-radius);
98
+ background: var(--lpx-card-bg);
99
+ box-shadow: var(--lpx-shadow);
100
+ }
101
+
102
+ .nav-tabs {
103
+ background: var(--lpx-card-bg);
104
+ box-shadow: var(--lpx-shadow);
105
+ padding: 0 1.5rem !important;
106
+ border-radius: var(--lpx-radius);
107
+ margin-bottom: 1rem !important;
108
+ }
109
+
110
+ .card .nav-tabs {
111
+ background: none;
112
+ box-shadow: none;
113
+ padding: 0;
114
+ border-radius: none;
115
+ }
116
+ .card .tab-content {
117
+ background: none;
118
+ box-shadow: none;
119
+ padding-left: 0;
120
+ padding-right: 0;
121
+ }
122
+
123
+ .tab-content .card {
124
+ background: none;
125
+ box-shadow: none;
126
+ padding: 0;
127
+ }
128
+
129
+ .modal-body .tab-content {
130
+ background: none;
131
+ box-shadow: none;
132
+ }
133
+
134
+ .modal-body .nav-tabs,
135
+ .card .nav-tabs,
136
+ .tab-content .nav-tabs {
137
+ background: none;
138
+ box-shadow: none;
139
+ padding-left: 0 !important;
140
+ padding-right: 0 !important;
141
+ }
142
+
143
+ hr {
144
+ opacity: 0.1;
145
+ }
146
+
147
+ .abp-block-area {
148
+ background: var(--lpx-card-bg);
149
+ }
150
+
151
+ .abp-md-form {
152
+ max-width: 540px;
153
+ }
154
+
155
+ /* TODO: build for only angular-abp-pro package
156
+ // file management breadcrumb
157
+ abp-file-management-breadcrumb {
158
+ .breadcrumb-item + .breadcrumb-item:before {
159
+ position: relative;
160
+ top: -3px;
161
+ }
162
+ }
163
+ */
164
+ .toastui-editor-main {
165
+ background-color: #fff;
166
+ }
167
+
168
+ /*# sourceMappingURL=abp-bundle.css.map */
@@ -1,168 +1,168 @@
1
- .confirmation .confirmation-backdrop {
2
- background: rgba(var(--lpx-content-text-rgb), 0.5);
3
- }
4
- .confirmation .confirmation-dialog {
5
- border: 0;
6
- border-radius: var(--lpx-radius);
7
- background-color: var(--lpx-card-bg);
8
- box-shadow: var(--lpx-shadow);
9
- }
10
- .confirmation .confirmation-dialog .icon-container .icon {
11
- stroke: var(--lpx-primary);
12
- color: var(--lpx-primary);
13
- }
14
- .confirmation .confirmation-dialog .icon-container.info .icon {
15
- stroke: var(--lpx-info);
16
- color: var(--lpx-info);
17
- }
18
- .confirmation .confirmation-dialog .icon-container.success .icon {
19
- stroke: var(--lpx-success);
20
- color: var(--lpx-success);
21
- }
22
- .confirmation .confirmation-dialog .icon-container.warning .icon {
23
- stroke: var(--lpx-warning);
24
- color: var(--lpx-warning);
25
- }
26
- .confirmation .confirmation-dialog .icon-container.error .icon {
27
- stroke: var(--lpx-danger);
28
- color: var(--lpx-danger);
29
- }
30
- .confirmation .confirmation-dialog .content .title,
31
- .confirmation .confirmation-dialog .content .message {
32
- color: var(--lpx-content-text);
33
- }
34
- .confirmation .confirmation-dialog .footer {
35
- border-radius: 0 0 var(--lpx-radius) var(--lpx-radius);
36
- }
37
- .confirmation .confirmation-dialog .footer .confirmation-button {
38
- background-color: var(--lpx-primary);
39
- color: #fff;
40
- border-radius: var(--lpx-radius);
41
- }
42
- .confirmation .confirmation-dialog .footer .confirmation-button:hover, .confirmation .confirmation-dialog .footer .confirmation-button:focus, .confirmation .confirmation-dialog .footer .confirmation-button:active {
43
- background-color: rgba(var(--lpx-primary-rgb), 0.5);
44
- }
45
-
46
- .content-header-title {
47
- color: var(--lpx-card-title-text-color);
48
- font-size: 1.5em !important;
49
- font-weight: 600;
50
- margin-bottom: 1em;
51
- margin-top: 0.3333333333em;
52
- }
53
-
54
- /* TODO: lpx-page-header and lpx-page-title classes not exist. Find related properties
55
- .entry-row {
56
- @extend .lpx-page-header;
57
- }
58
-
59
- .content-header-title {
60
- @extend .lpx-page-title;
61
- }
62
-
63
- */
64
- #toast-container.toast-top-full-width, #toast-container.toast-top-center {
65
- background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
66
- padding: 20px 15px 100px;
67
- }
68
- #toast-container.toast-bottom-full-width, #toast-container.toast-bottom-center {
69
- background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
70
- padding: 100px 15px 20px 15px;
71
- }
72
- #toast-container.toast-top-right {
73
- top: 8px;
74
- left: 8px;
75
- }
76
- #toast-container.toast-top-left {
77
- top: 8px;
78
- right: 8px;
79
- }
80
- #toast-container.toast-bottom-left {
81
- bottom: 8px;
82
- right: 8px;
83
- }
84
- #toast-container.toast-bottom-right {
85
- bottom: 8px;
86
- left: 8px;
87
- }
88
- #toast-container > div {
89
- opacity: 0.975;
90
- }
91
- #toast-container button.toast-close-button {
92
- color: #000;
93
- }
94
-
95
- .dt-container,
96
- .tab-content {
97
- border-radius: var(--lpx-radius);
98
- background: var(--lpx-card-bg);
99
- box-shadow: var(--lpx-shadow);
100
- }
101
-
102
- .nav-tabs {
103
- background: var(--lpx-card-bg);
104
- box-shadow: var(--lpx-shadow);
105
- padding: 0 1.5rem !important;
106
- border-radius: var(--lpx-radius);
107
- margin-bottom: 1rem !important;
108
- }
109
-
110
- .card .nav-tabs {
111
- background: none;
112
- box-shadow: none;
113
- padding: 0;
114
- border-radius: none;
115
- }
116
- .card .tab-content {
117
- background: none;
118
- box-shadow: none;
119
- padding-right: 0;
120
- padding-left: 0;
121
- }
122
-
123
- .tab-content .card {
124
- background: none;
125
- box-shadow: none;
126
- padding: 0;
127
- }
128
-
129
- .modal-body .tab-content {
130
- background: none;
131
- box-shadow: none;
132
- }
133
-
134
- .modal-body .nav-tabs,
135
- .card .nav-tabs,
136
- .tab-content .nav-tabs {
137
- background: none;
138
- box-shadow: none;
139
- padding-right: 0 !important;
140
- padding-left: 0 !important;
141
- }
142
-
143
- hr {
144
- opacity: 0.1;
145
- }
146
-
147
- .abp-block-area {
148
- background: var(--lpx-card-bg);
149
- }
150
-
151
- .abp-md-form {
152
- max-width: 540px;
153
- }
154
-
155
- /* TODO: build for only angular-abp-pro package
156
- // file management breadcrumb
157
- abp-file-management-breadcrumb {
158
- .breadcrumb-item + .breadcrumb-item:before {
159
- position: relative;
160
- top: -3px;
161
- }
162
- }
163
- */
164
- .toastui-editor-main {
165
- background-color: #fff;
166
- }
167
-
1
+ .confirmation .confirmation-backdrop {
2
+ background: rgba(var(--lpx-content-text-rgb), 0.5);
3
+ }
4
+ .confirmation .confirmation-dialog {
5
+ border: 0;
6
+ border-radius: var(--lpx-radius);
7
+ background-color: var(--lpx-card-bg);
8
+ box-shadow: var(--lpx-shadow);
9
+ }
10
+ .confirmation .confirmation-dialog .icon-container .icon {
11
+ stroke: var(--lpx-primary);
12
+ color: var(--lpx-primary);
13
+ }
14
+ .confirmation .confirmation-dialog .icon-container.info .icon {
15
+ stroke: var(--lpx-info);
16
+ color: var(--lpx-info);
17
+ }
18
+ .confirmation .confirmation-dialog .icon-container.success .icon {
19
+ stroke: var(--lpx-success);
20
+ color: var(--lpx-success);
21
+ }
22
+ .confirmation .confirmation-dialog .icon-container.warning .icon {
23
+ stroke: var(--lpx-warning);
24
+ color: var(--lpx-warning);
25
+ }
26
+ .confirmation .confirmation-dialog .icon-container.error .icon {
27
+ stroke: var(--lpx-danger);
28
+ color: var(--lpx-danger);
29
+ }
30
+ .confirmation .confirmation-dialog .content .title,
31
+ .confirmation .confirmation-dialog .content .message {
32
+ color: var(--lpx-content-text);
33
+ }
34
+ .confirmation .confirmation-dialog .footer {
35
+ border-radius: 0 0 var(--lpx-radius) var(--lpx-radius);
36
+ }
37
+ .confirmation .confirmation-dialog .footer .confirmation-button {
38
+ background-color: var(--lpx-primary);
39
+ color: #fff;
40
+ border-radius: var(--lpx-radius);
41
+ }
42
+ .confirmation .confirmation-dialog .footer .confirmation-button:hover, .confirmation .confirmation-dialog .footer .confirmation-button:focus, .confirmation .confirmation-dialog .footer .confirmation-button:active {
43
+ background-color: rgba(var(--lpx-primary-rgb), 0.5);
44
+ }
45
+
46
+ .content-header-title {
47
+ color: var(--lpx-card-title-text-color);
48
+ font-size: 1.5em !important;
49
+ font-weight: 600;
50
+ margin-bottom: 1em;
51
+ margin-top: 0.3333333333em;
52
+ }
53
+
54
+ /* TODO: lpx-page-header and lpx-page-title classes not exist. Find related properties
55
+ .entry-row {
56
+ @extend .lpx-page-header;
57
+ }
58
+
59
+ .content-header-title {
60
+ @extend .lpx-page-title;
61
+ }
62
+
63
+ */
64
+ #toast-container.toast-top-full-width, #toast-container.toast-top-center {
65
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
66
+ padding: 20px 15px 100px;
67
+ }
68
+ #toast-container.toast-bottom-full-width, #toast-container.toast-bottom-center {
69
+ background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
70
+ padding: 100px 15px 20px 15px;
71
+ }
72
+ #toast-container.toast-top-right {
73
+ top: 8px;
74
+ left: 8px;
75
+ }
76
+ #toast-container.toast-top-left {
77
+ top: 8px;
78
+ right: 8px;
79
+ }
80
+ #toast-container.toast-bottom-left {
81
+ bottom: 8px;
82
+ right: 8px;
83
+ }
84
+ #toast-container.toast-bottom-right {
85
+ bottom: 8px;
86
+ left: 8px;
87
+ }
88
+ #toast-container > div {
89
+ opacity: 0.975;
90
+ }
91
+ #toast-container button.toast-close-button {
92
+ color: #000;
93
+ }
94
+
95
+ .dt-container,
96
+ .tab-content {
97
+ border-radius: var(--lpx-radius);
98
+ background: var(--lpx-card-bg);
99
+ box-shadow: var(--lpx-shadow);
100
+ }
101
+
102
+ .nav-tabs {
103
+ background: var(--lpx-card-bg);
104
+ box-shadow: var(--lpx-shadow);
105
+ padding: 0 1.5rem !important;
106
+ border-radius: var(--lpx-radius);
107
+ margin-bottom: 1rem !important;
108
+ }
109
+
110
+ .card .nav-tabs {
111
+ background: none;
112
+ box-shadow: none;
113
+ padding: 0;
114
+ border-radius: none;
115
+ }
116
+ .card .tab-content {
117
+ background: none;
118
+ box-shadow: none;
119
+ padding-right: 0;
120
+ padding-left: 0;
121
+ }
122
+
123
+ .tab-content .card {
124
+ background: none;
125
+ box-shadow: none;
126
+ padding: 0;
127
+ }
128
+
129
+ .modal-body .tab-content {
130
+ background: none;
131
+ box-shadow: none;
132
+ }
133
+
134
+ .modal-body .nav-tabs,
135
+ .card .nav-tabs,
136
+ .tab-content .nav-tabs {
137
+ background: none;
138
+ box-shadow: none;
139
+ padding-right: 0 !important;
140
+ padding-left: 0 !important;
141
+ }
142
+
143
+ hr {
144
+ opacity: 0.1;
145
+ }
146
+
147
+ .abp-block-area {
148
+ background: var(--lpx-card-bg);
149
+ }
150
+
151
+ .abp-md-form {
152
+ max-width: 540px;
153
+ }
154
+
155
+ /* TODO: build for only angular-abp-pro package
156
+ // file management breadcrumb
157
+ abp-file-management-breadcrumb {
158
+ .breadcrumb-item + .breadcrumb-item:before {
159
+ position: relative;
160
+ top: -3px;
161
+ }
162
+ }
163
+ */
164
+ .toastui-editor-main {
165
+ background-color: #fff;
166
+ }
167
+
168
168
  /*# sourceMappingURL=abp-bundle.rtl.css.map */
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@volosoft/abp.ng.theme.lepton-x",
3
- "version": "4.3.0",
3
+ "version": "4.3.2",
4
4
  "homepage": "https://www.leptontheme.com/",
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0",
7
7
  "@ng-bootstrap/ng-bootstrap": "~19.0.0",
8
- "@abp/ng.theme.shared": "~9.3.0",
9
- "@volo/abp.commercial.ng.ui": "~9.3.0",
10
- "@volo/abp.ng.account.core": "~9.3.0",
11
- "@volo/abp.ng.lepton-x.core": "~4.3.0",
12
- "@volosoft/ngx-lepton-x": "~4.3.0"
8
+ "@abp/ng.theme.shared": "~9.3.2",
9
+ "@volo/abp.commercial.ng.ui": "~9.3.2",
10
+ "@volo/abp.ng.account.core": "~9.3.2",
11
+ "@volo/abp.ng.lepton-x.core": "~4.3.2",
12
+ "@volosoft/ngx-lepton-x": "~4.3.2"
13
13
  },
14
14
  "publishConfig": {
15
15
  "access": "public"