mario-core 2.9.47-beta → 2.9.48-beta

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/dist/index.css CHANGED
@@ -11,6 +11,8 @@
11
11
  ._2HqmH {
12
12
  width: 100%;
13
13
  justify-content: center; }
14
+ ._2HqmH > span {
15
+ font-family: 'Poppins-Regular' !important; }
14
16
 
15
17
  ._2sew7 {
16
18
  top: -4px;
@@ -27,7 +29,6 @@
27
29
  /* style for login */
28
30
  ._3OgWF {
29
31
  display: inline-block;
30
- font-family: Lato;
31
32
  font-size: 34px;
32
33
  letter-spacing: normal;
33
34
  text-align: center;
@@ -61,7 +62,6 @@
61
62
 
62
63
  ._1Swkw {
63
64
  color: #ffffff;
64
- font-family: Lato;
65
65
  font-size: 26px;
66
66
  text-align: right;
67
67
  border-right: 3px #ffffff solid; }
@@ -72,7 +72,6 @@
72
72
 
73
73
  ._gi8vj {
74
74
  color: #ffffff;
75
- font-family: Lato;
76
75
  font-size: 20px;
77
76
  text-align: left;
78
77
  opacity: 0.8; }
@@ -114,7 +113,8 @@
114
113
  font-size: 24px;
115
114
  font-weight: bold;
116
115
  line-height: 28px;
117
- margin-bottom: 30px; }
116
+ margin-bottom: 30px;
117
+ font-family: 'Montserrat-Bold' !important; }
118
118
 
119
119
  ._21qb6 {
120
120
  margin-bottom: 5px; }
@@ -141,7 +141,8 @@
141
141
  display: block;
142
142
  border: none;
143
143
  outline: none;
144
- width: 100%; }
144
+ width: 100%;
145
+ font-family: 'Poppins-Regular' !important; }
145
146
 
146
147
  ._Ce3Kg {
147
148
  color: #2196f3;
@@ -159,7 +160,8 @@
159
160
  color: #336DDA;
160
161
  font-size: 16px;
161
162
  display: inline-block;
162
- font-weight: 500; }
163
+ font-weight: 500;
164
+ font-family: 'Poppins-Regular' !important; }
163
165
  ._3bDsd:hover {
164
166
  color: #336DDA;
165
167
  -webkit-text-decoration: revert;
@@ -238,7 +240,8 @@
238
240
  ._wWIyO ._3IL10 {
239
241
  margin: 30px 0;
240
242
  color: rgba(0, 0, 0, 0.36);
241
- font-weight: 500; }
243
+ font-weight: 500;
244
+ font-family: 'Poppins-Regular' !important; }
242
245
  ._wWIyO ._3IL10:hover {
243
246
  background-color: #2196f3;
244
247
  color: #ffffff; }
@@ -255,13 +258,16 @@
255
258
  min-height: 40vh; }
256
259
 
257
260
  ._3CWP6 ._3nuns {
258
- margin-bottom: 0; }
261
+ margin-bottom: 0;
262
+ font-family: 'Montserrat-Bold' !important; }
259
263
 
260
264
  ._3CWP6 ._PMcjT {
261
- margin-bottom: 20px; }
265
+ margin-bottom: 20px;
266
+ font-family: 'Poppins-Regular' !important; }
262
267
 
263
268
  ._3CWP6 ._3IL10 {
264
- margin-bottom: 70px; }
269
+ margin-bottom: 70px;
270
+ font-family: 'Poppins-Regular' !important; }
265
271
 
266
272
  ._3Wmco ._13Rk0 {
267
273
  padding-bottom: 60px; }
package/dist/index.js CHANGED
@@ -4531,6 +4531,9 @@ var defaultparams = [{
4531
4531
  }, {
4532
4532
  label: "$MESSAGE$",
4533
4533
  meaning: "Message"
4534
+ }, {
4535
+ label: "$DOMAIN$",
4536
+ meaning: "Domain"
4534
4537
  }];
4535
4538
 
4536
4539
  var MailSubject = function MailSubject(_ref) {