namirasoft-account-react 1.3.108 → 1.3.109
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.
|
@@ -40,15 +40,14 @@
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.ns_access_account_container {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
margin: 16px;
|
|
43
|
+
display: flex;
|
|
44
|
+
border: none;
|
|
45
|
+
background-color: rgba(244, 246, 255, 1);
|
|
46
|
+
border-radius: 50px;
|
|
47
|
+
align-items: center;
|
|
48
|
+
gap: 10px;
|
|
49
|
+
width: 326px;
|
|
50
|
+
max-width: 100%;
|
|
52
51
|
}
|
|
53
52
|
|
|
54
53
|
.ns_access_account_container:hover {
|
|
@@ -80,13 +79,11 @@
|
|
|
80
79
|
|
|
81
80
|
@media only screen and (min-width: 500px) {
|
|
82
81
|
.ns_access_container {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
margin-right: 40px;
|
|
89
|
-
position: absolute;
|
|
82
|
+
width: fit-content;
|
|
83
|
+
padding: 16px;
|
|
84
|
+
margin-top: 30px;
|
|
85
|
+
margin-right: 40px;
|
|
86
|
+
margin: 25% auto;
|
|
90
87
|
|
|
91
88
|
}
|
|
92
89
|
}
|
|
@@ -87,9 +87,7 @@
|
|
|
87
87
|
width: 350px;
|
|
88
88
|
max-width: 100vw;
|
|
89
89
|
border: 8px;
|
|
90
|
-
|
|
91
|
-
top: 0;
|
|
92
|
-
right: 0;
|
|
90
|
+
margin: 20% auto;
|
|
93
91
|
}
|
|
94
92
|
|
|
95
93
|
.nsa_toast div {
|
|
@@ -102,9 +100,9 @@
|
|
|
102
100
|
|
|
103
101
|
.nsa_toast_background {
|
|
104
102
|
width: 100vw;
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
103
|
+
height: 100vh;
|
|
104
|
+
background-color: #00000059;
|
|
105
|
+
position: fixed;
|
|
106
|
+
top: 0;
|
|
107
|
+
left: 0;
|
|
110
108
|
}
|
package/package.json
CHANGED
|
@@ -40,15 +40,14 @@
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.ns_access_account_container {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
margin: 16px;
|
|
43
|
+
display: flex;
|
|
44
|
+
border: none;
|
|
45
|
+
background-color: rgba(244, 246, 255, 1);
|
|
46
|
+
border-radius: 50px;
|
|
47
|
+
align-items: center;
|
|
48
|
+
gap: 10px;
|
|
49
|
+
width: 326px;
|
|
50
|
+
max-width: 100%;
|
|
52
51
|
}
|
|
53
52
|
|
|
54
53
|
.ns_access_account_container:hover {
|
|
@@ -80,13 +79,11 @@
|
|
|
80
79
|
|
|
81
80
|
@media only screen and (min-width: 500px) {
|
|
82
81
|
.ns_access_container {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
margin-right: 40px;
|
|
89
|
-
position: absolute;
|
|
82
|
+
width: fit-content;
|
|
83
|
+
padding: 16px;
|
|
84
|
+
margin-top: 30px;
|
|
85
|
+
margin-right: 40px;
|
|
86
|
+
margin: 25% auto;
|
|
90
87
|
|
|
91
88
|
}
|
|
92
89
|
}
|
|
@@ -87,9 +87,7 @@
|
|
|
87
87
|
width: 350px;
|
|
88
88
|
max-width: 100vw;
|
|
89
89
|
border: 8px;
|
|
90
|
-
|
|
91
|
-
top: 0;
|
|
92
|
-
right: 0;
|
|
90
|
+
margin: 20% auto;
|
|
93
91
|
}
|
|
94
92
|
|
|
95
93
|
.nsa_toast div {
|
|
@@ -102,9 +100,9 @@
|
|
|
102
100
|
|
|
103
101
|
.nsa_toast_background {
|
|
104
102
|
width: 100vw;
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
103
|
+
height: 100vh;
|
|
104
|
+
background-color: #00000059;
|
|
105
|
+
position: fixed;
|
|
106
|
+
top: 0;
|
|
107
|
+
left: 0;
|
|
110
108
|
}
|