namirasoft-account-react 1.3.122 → 1.3.123
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,14 +1,17 @@
|
|
|
1
1
|
.ns_access_container {
|
|
2
|
-
width:
|
|
2
|
+
width: max-content;
|
|
3
3
|
position: relative;
|
|
4
|
-
margin: 8px auto;
|
|
5
4
|
background-color: rgba(255, 255, 255, 1);
|
|
6
5
|
border-radius: 16px;
|
|
7
6
|
border: 0.2px solid rgb(210, 210, 210);
|
|
8
7
|
box-shadow: 1px 5px 5px rgb(226, 221, 221);
|
|
9
8
|
padding: 16px;
|
|
10
|
-
|
|
9
|
+
position: absolute;
|
|
11
10
|
right: 0;
|
|
11
|
+
z-index: 1;
|
|
12
|
+
top: 0;
|
|
13
|
+
left: auto;
|
|
14
|
+
transform: translate(30%, 50%);
|
|
12
15
|
}
|
|
13
16
|
|
|
14
17
|
.ns_access_container h6 {
|
|
@@ -83,12 +86,12 @@
|
|
|
83
86
|
@media only screen and (min-width: 500px) {
|
|
84
87
|
.ns_access_container {
|
|
85
88
|
width: fit-content;
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
89
|
+
padding: 16px;
|
|
90
|
+
position: absolute;
|
|
91
|
+
right: 0;
|
|
92
|
+
z-index: 1;
|
|
93
|
+
top: 0;
|
|
94
|
+
left: auto;
|
|
95
|
+
transform: translate(0%, 0%);
|
|
93
96
|
}
|
|
94
97
|
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
.ns_access_container {
|
|
2
|
-
width:
|
|
2
|
+
width: max-content;
|
|
3
3
|
position: relative;
|
|
4
|
-
margin: 8px auto;
|
|
5
4
|
background-color: rgba(255, 255, 255, 1);
|
|
6
5
|
border-radius: 16px;
|
|
7
6
|
border: 0.2px solid rgb(210, 210, 210);
|
|
8
7
|
box-shadow: 1px 5px 5px rgb(226, 221, 221);
|
|
9
8
|
padding: 16px;
|
|
10
|
-
|
|
9
|
+
position: absolute;
|
|
11
10
|
right: 0;
|
|
11
|
+
z-index: 1;
|
|
12
|
+
top: 0;
|
|
13
|
+
left: auto;
|
|
14
|
+
transform: translate(30%, 50%);
|
|
12
15
|
}
|
|
13
16
|
|
|
14
17
|
.ns_access_container h6 {
|
|
@@ -83,12 +86,12 @@
|
|
|
83
86
|
@media only screen and (min-width: 500px) {
|
|
84
87
|
.ns_access_container {
|
|
85
88
|
width: fit-content;
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
89
|
+
padding: 16px;
|
|
90
|
+
position: absolute;
|
|
91
|
+
right: 0;
|
|
92
|
+
z-index: 1;
|
|
93
|
+
top: 0;
|
|
94
|
+
left: auto;
|
|
95
|
+
transform: translate(0%, 0%);
|
|
93
96
|
}
|
|
94
97
|
}
|