namirasoft-account-react 1.4.211 → 1.4.212
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.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-wrap: wrap;
|
|
4
4
|
flex-direction: column;
|
|
5
|
-
gap: 0px
|
|
5
|
+
gap: 0px 32px;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.nsa_section_tabs_item {
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
|
|
33
33
|
@media only screen and (min-width: 768px) {
|
|
34
34
|
.nsa_section_tabs_parent {
|
|
35
|
-
gap: 16px
|
|
35
|
+
gap: 16px 32px;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
@media only screen and (min-width: 1024px) {
|
|
40
40
|
.nsa_section_tabs_parent {
|
|
41
41
|
flex-direction: row;
|
|
42
|
-
gap: 16px
|
|
42
|
+
gap: 16px 32px;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.nsa_section_tabs_item {
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"framework": "npm",
|
|
9
9
|
"application": "package",
|
|
10
10
|
"private": false,
|
|
11
|
-
"version": "1.4.
|
|
11
|
+
"version": "1.4.212",
|
|
12
12
|
"author": "Amir Abolhasani",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"main": "./dist/main.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"namirasoft-secret": "^1.4.29",
|
|
39
39
|
"namirasoft-site": "^1.4.20",
|
|
40
40
|
"namirasoft-site-map": "^1.4.14",
|
|
41
|
-
"namirasoft-site-react": "^1.4.
|
|
41
|
+
"namirasoft-site-react": "^1.4.266",
|
|
42
42
|
"namirasoft-workspace": "^1.4.19",
|
|
43
43
|
"os-browserify": "^0.3.0",
|
|
44
44
|
"path-browserify": "^1.0.1",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-wrap: wrap;
|
|
4
4
|
flex-direction: column;
|
|
5
|
-
gap: 0px
|
|
5
|
+
gap: 0px 32px;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.nsa_section_tabs_item {
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
|
|
33
33
|
@media only screen and (min-width: 768px) {
|
|
34
34
|
.nsa_section_tabs_parent {
|
|
35
|
-
gap: 16px
|
|
35
|
+
gap: 16px 32px;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
@media only screen and (min-width: 1024px) {
|
|
40
40
|
.nsa_section_tabs_parent {
|
|
41
41
|
flex-direction: row;
|
|
42
|
-
gap: 16px
|
|
42
|
+
gap: 16px 32px;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.nsa_section_tabs_item {
|