datastake-daf 0.6.581 → 0.6.583
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/layouts/index.js
CHANGED
|
@@ -7897,7 +7897,6 @@ const Style = dt.div`
|
|
|
7897
7897
|
|
|
7898
7898
|
&.right {
|
|
7899
7899
|
animation: .7s slideLeft forwards;
|
|
7900
|
-
// background-image: url('/assets/images/auth-bg-2.svg');
|
|
7901
7900
|
background-size: contain;
|
|
7902
7901
|
display: flex;
|
|
7903
7902
|
flex-direction: column;
|
|
@@ -7919,16 +7918,6 @@ const Style = dt.div`
|
|
|
7919
7918
|
margin-left: 96px;
|
|
7920
7919
|
background-size: contain;
|
|
7921
7920
|
max-height: 700px;
|
|
7922
|
-
|
|
7923
|
-
&.default {
|
|
7924
|
-
background-image: url('/assets/images/auth-bg.svg');
|
|
7925
|
-
}
|
|
7926
|
-
}
|
|
7927
|
-
|
|
7928
|
-
&.verified-user {
|
|
7929
|
-
.right-img {
|
|
7930
|
-
background-image: url('/assets/images/verified-user.svg');
|
|
7931
|
-
}
|
|
7932
7921
|
}
|
|
7933
7922
|
|
|
7934
7923
|
@media (${TABLET_WIDTH}) {
|
|
@@ -7998,6 +7987,13 @@ const Style = dt.div`
|
|
|
7998
7987
|
}
|
|
7999
7988
|
}
|
|
8000
7989
|
|
|
7990
|
+
.ant-btn {
|
|
7991
|
+
&.ant-btn-primary {
|
|
7992
|
+
background-color: var(--color-primary) !important;
|
|
7993
|
+
border-color: var(--color-primary) !important;
|
|
7994
|
+
}
|
|
7995
|
+
}
|
|
7996
|
+
|
|
8001
7997
|
.buttons {
|
|
8002
7998
|
display: flex;
|
|
8003
7999
|
flex-direction: column;
|
package/package.json
CHANGED
|
@@ -225,7 +225,6 @@ const Style = styled.div`
|
|
|
225
225
|
|
|
226
226
|
&.right {
|
|
227
227
|
animation: .7s slideLeft forwards;
|
|
228
|
-
// background-image: url('/assets/images/auth-bg-2.svg');
|
|
229
228
|
background-size: contain;
|
|
230
229
|
display: flex;
|
|
231
230
|
flex-direction: column;
|
|
@@ -247,16 +246,6 @@ const Style = styled.div`
|
|
|
247
246
|
margin-left: 96px;
|
|
248
247
|
background-size: contain;
|
|
249
248
|
max-height: 700px;
|
|
250
|
-
|
|
251
|
-
&.default {
|
|
252
|
-
background-image: url('/assets/images/auth-bg.svg');
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
&.verified-user {
|
|
257
|
-
.right-img {
|
|
258
|
-
background-image: url('/assets/images/verified-user.svg');
|
|
259
|
-
}
|
|
260
249
|
}
|
|
261
250
|
|
|
262
251
|
@media (${TABLET_WIDTH}) {
|
|
@@ -326,6 +315,13 @@ const Style = styled.div`
|
|
|
326
315
|
}
|
|
327
316
|
}
|
|
328
317
|
|
|
318
|
+
.ant-btn {
|
|
319
|
+
&.ant-btn-primary {
|
|
320
|
+
background-color: var(--color-primary) !important;
|
|
321
|
+
border-color: var(--color-primary) !important;
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
|
|
329
325
|
.buttons {
|
|
330
326
|
display: flex;
|
|
331
327
|
flex-direction: column;
|