@abp/ng.theme.lepton-x 4.3.2 → 4.3.4

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,153 +1,153 @@
1
- .confirmation .confirmation-backdrop {
2
- background: rgba(104, 107, 110, 0.5);
3
- }
4
- .confirmation .confirmation-dialog {
5
- border: 0;
6
- border-radius: 0.5rem;
7
- background-color: #ffffff;
8
- box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
9
- }
10
- .confirmation .confirmation-dialog .icon-container .icon {
11
- stroke: #355dff;
12
- color: #355dff;
13
- }
14
- .confirmation .confirmation-dialog .icon-container.info .icon {
15
- stroke: #438aa7;
16
- color: #438aa7;
17
- }
18
- .confirmation .confirmation-dialog .icon-container.success .icon {
19
- stroke: #4fbf67;
20
- color: #4fbf67;
21
- }
22
- .confirmation .confirmation-dialog .icon-container.warning .icon {
23
- stroke: #ff9f38;
24
- color: #ff9f38;
25
- }
26
- .confirmation .confirmation-dialog .icon-container.error .icon {
27
- stroke: #c00d49;
28
- color: #c00d49;
29
- }
30
- .confirmation .confirmation-dialog .content .title,
31
- .confirmation .confirmation-dialog .content .message {
32
- color: #686b6e;
33
- }
34
- .confirmation .confirmation-dialog .footer {
35
- border-radius: 0 0 0.5rem 0.5rem;
36
- }
37
- .confirmation .confirmation-dialog .footer .confirmation-button {
38
- background-color: #355dff;
39
- color: #fff;
40
- border-radius: 0.5rem;
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(53, 93, 255, 0.5);
44
- }
45
-
46
- .content-header-title {
47
- color: #161616;
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: 0.5rem;
98
- background: #ffffff;
99
- box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
100
- }
101
-
102
- .nav-tabs {
103
- background: #ffffff;
104
- box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
105
- padding: 0 1.5rem !important;
106
- border-radius: 0.5rem;
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
- }
1
+ .confirmation .confirmation-backdrop {
2
+ background: rgba(104, 107, 110, 0.5);
3
+ }
4
+ .confirmation .confirmation-dialog {
5
+ border: 0;
6
+ border-radius: 0.5rem;
7
+ background-color: #ffffff;
8
+ box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
9
+ }
10
+ .confirmation .confirmation-dialog .icon-container .icon {
11
+ stroke: #355dff;
12
+ color: #355dff;
13
+ }
14
+ .confirmation .confirmation-dialog .icon-container.info .icon {
15
+ stroke: #438aa7;
16
+ color: #438aa7;
17
+ }
18
+ .confirmation .confirmation-dialog .icon-container.success .icon {
19
+ stroke: #4fbf67;
20
+ color: #4fbf67;
21
+ }
22
+ .confirmation .confirmation-dialog .icon-container.warning .icon {
23
+ stroke: #ff9f38;
24
+ color: #ff9f38;
25
+ }
26
+ .confirmation .confirmation-dialog .icon-container.error .icon {
27
+ stroke: #c00d49;
28
+ color: #c00d49;
29
+ }
30
+ .confirmation .confirmation-dialog .content .title,
31
+ .confirmation .confirmation-dialog .content .message {
32
+ color: #686b6e;
33
+ }
34
+ .confirmation .confirmation-dialog .footer {
35
+ border-radius: 0 0 0.5rem 0.5rem;
36
+ }
37
+ .confirmation .confirmation-dialog .footer .confirmation-button {
38
+ background-color: #355dff;
39
+ color: #fff;
40
+ border-radius: 0.5rem;
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(53, 93, 255, 0.5);
44
+ }
45
+
46
+ .content-header-title {
47
+ color: #161616;
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: 0.5rem;
98
+ background: #ffffff;
99
+ box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
100
+ }
101
+
102
+ .nav-tabs {
103
+ background: #ffffff;
104
+ box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
105
+ padding: 0 1.5rem !important;
106
+ border-radius: 0.5rem;
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
+ }
@@ -1,155 +1,155 @@
1
- .confirmation .confirmation-backdrop {
2
- background: rgba(104, 107, 110, 0.5);
3
- }
4
- .confirmation .confirmation-dialog {
5
- border: 0;
6
- border-radius: 0.5rem;
7
- background-color: #ffffff;
8
- box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
9
- }
10
- .confirmation .confirmation-dialog .icon-container .icon {
11
- stroke: #355dff;
12
- color: #355dff;
13
- }
14
- .confirmation .confirmation-dialog .icon-container.info .icon {
15
- stroke: #438aa7;
16
- color: #438aa7;
17
- }
18
- .confirmation .confirmation-dialog .icon-container.success .icon {
19
- stroke: #4fbf67;
20
- color: #4fbf67;
21
- }
22
- .confirmation .confirmation-dialog .icon-container.warning .icon {
23
- stroke: #ff9f38;
24
- color: #ff9f38;
25
- }
26
- .confirmation .confirmation-dialog .icon-container.error .icon {
27
- stroke: #c00d49;
28
- color: #c00d49;
29
- }
30
- .confirmation .confirmation-dialog .content .title,
31
- .confirmation .confirmation-dialog .content .message {
32
- color: #686b6e;
33
- }
34
- .confirmation .confirmation-dialog .footer {
35
- border-radius: 0 0 0.5rem 0.5rem;
36
- }
37
- .confirmation .confirmation-dialog .footer .confirmation-button {
38
- background-color: #355dff;
39
- color: #fff;
40
- border-radius: 0.5rem;
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(53, 93, 255, 0.5);
44
- }
45
-
46
- .content-header-title {
47
- color: #161616;
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: 0.5rem;
98
- background: #ffffff;
99
- box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
100
- }
101
-
102
- .nav-tabs {
103
- background: #ffffff;
104
- box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
105
- padding: 0 1.5rem !important;
106
- border-radius: 0.5rem;
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
-
1
+ .confirmation .confirmation-backdrop {
2
+ background: rgba(104, 107, 110, 0.5);
3
+ }
4
+ .confirmation .confirmation-dialog {
5
+ border: 0;
6
+ border-radius: 0.5rem;
7
+ background-color: #ffffff;
8
+ box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
9
+ }
10
+ .confirmation .confirmation-dialog .icon-container .icon {
11
+ stroke: #355dff;
12
+ color: #355dff;
13
+ }
14
+ .confirmation .confirmation-dialog .icon-container.info .icon {
15
+ stroke: #438aa7;
16
+ color: #438aa7;
17
+ }
18
+ .confirmation .confirmation-dialog .icon-container.success .icon {
19
+ stroke: #4fbf67;
20
+ color: #4fbf67;
21
+ }
22
+ .confirmation .confirmation-dialog .icon-container.warning .icon {
23
+ stroke: #ff9f38;
24
+ color: #ff9f38;
25
+ }
26
+ .confirmation .confirmation-dialog .icon-container.error .icon {
27
+ stroke: #c00d49;
28
+ color: #c00d49;
29
+ }
30
+ .confirmation .confirmation-dialog .content .title,
31
+ .confirmation .confirmation-dialog .content .message {
32
+ color: #686b6e;
33
+ }
34
+ .confirmation .confirmation-dialog .footer {
35
+ border-radius: 0 0 0.5rem 0.5rem;
36
+ }
37
+ .confirmation .confirmation-dialog .footer .confirmation-button {
38
+ background-color: #355dff;
39
+ color: #fff;
40
+ border-radius: 0.5rem;
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(53, 93, 255, 0.5);
44
+ }
45
+
46
+ .content-header-title {
47
+ color: #161616;
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: 0.5rem;
98
+ background: #ffffff;
99
+ box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
100
+ }
101
+
102
+ .nav-tabs {
103
+ background: #ffffff;
104
+ box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
105
+ padding: 0 1.5rem !important;
106
+ border-radius: 0.5rem;
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
155
  /*# sourceMappingURL=abp-bundle.rtl.css.map */
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@abp/ng.theme.lepton-x",
3
- "version": "4.3.2",
3
+ "version": "4.3.4",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0",
6
- "@volo/ngx-lepton-x.lite": "4.3.2",
7
- "@volo/abp.ng.lepton-x.core": "4.3.2"
6
+ "@volo/ngx-lepton-x.lite": "4.3.4",
7
+ "@volo/abp.ng.lepton-x.core": "4.3.4"
8
8
  },
9
9
  "peerDependencies": {
10
- "@abp/ng.core": "~9.3.2",
11
- "@abp/ng.theme.shared": "~9.3.2",
12
- "@abp/ng.account.core": "~9.3.2"
10
+ "@abp/ng.core": "~9.3.4",
11
+ "@abp/ng.theme.shared": "~9.3.4",
12
+ "@abp/ng.account.core": "~9.3.4"
13
13
  },
14
14
  "publishConfig": {
15
15
  "access": "public"