namirasoft-site-react 1.3.15 → 1.3.16
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.
|
@@ -68,11 +68,12 @@
|
|
|
68
68
|
box-shadow: inset 2px 2px 2px 0 #1754F3;
|
|
69
69
|
color: #fff;
|
|
70
70
|
font-weight: 400;
|
|
71
|
-
font-style:
|
|
71
|
+
font-style: inherit;
|
|
72
72
|
line-height: normal;
|
|
73
73
|
border-radius: 24px;
|
|
74
74
|
width: 100%;
|
|
75
75
|
max-width: 310px;
|
|
76
|
+
margin-top: 24px;
|
|
76
77
|
}
|
|
77
78
|
|
|
78
79
|
.ns_card_link_container {
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
|
|
84
84
|
.ns_navbar_items_link {
|
|
85
85
|
display: block;
|
|
86
|
-
padding:
|
|
86
|
+
padding: 12px 20px 12px 0;
|
|
87
87
|
font-size: var(--bs-nav-link-font-size);
|
|
88
88
|
font-weight: var(--bs-nav-link-font-weight);
|
|
89
89
|
color: var(--bs-nav-link-color);
|
|
@@ -102,6 +102,10 @@
|
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
@media (max-width: 1024px) {
|
|
105
|
+
.ns_navbar_items_link {
|
|
106
|
+
width: 100%;
|
|
107
|
+
}
|
|
108
|
+
|
|
105
109
|
.ns_navbar_menu_icon {
|
|
106
110
|
display: block;
|
|
107
111
|
cursor: pointer;
|
|
@@ -119,7 +123,8 @@
|
|
|
119
123
|
}
|
|
120
124
|
|
|
121
125
|
.ns_navbar_elements.ns_navbar_active {
|
|
122
|
-
width:
|
|
126
|
+
width: 100%;
|
|
127
|
+
text-align: center;
|
|
123
128
|
}
|
|
124
129
|
|
|
125
130
|
.ns_navbar_elements ul {
|
package/package.json
CHANGED
|
@@ -68,11 +68,12 @@
|
|
|
68
68
|
box-shadow: inset 2px 2px 2px 0 #1754F3;
|
|
69
69
|
color: #fff;
|
|
70
70
|
font-weight: 400;
|
|
71
|
-
font-style:
|
|
71
|
+
font-style: inherit;
|
|
72
72
|
line-height: normal;
|
|
73
73
|
border-radius: 24px;
|
|
74
74
|
width: 100%;
|
|
75
75
|
max-width: 310px;
|
|
76
|
+
margin-top: 24px;
|
|
76
77
|
}
|
|
77
78
|
|
|
78
79
|
.ns_card_link_container {
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
|
|
84
84
|
.ns_navbar_items_link {
|
|
85
85
|
display: block;
|
|
86
|
-
padding:
|
|
86
|
+
padding: 12px 20px 12px 0;
|
|
87
87
|
font-size: var(--bs-nav-link-font-size);
|
|
88
88
|
font-weight: var(--bs-nav-link-font-weight);
|
|
89
89
|
color: var(--bs-nav-link-color);
|
|
@@ -102,6 +102,10 @@
|
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
@media (max-width: 1024px) {
|
|
105
|
+
.ns_navbar_items_link {
|
|
106
|
+
width: 100%;
|
|
107
|
+
}
|
|
108
|
+
|
|
105
109
|
.ns_navbar_menu_icon {
|
|
106
110
|
display: block;
|
|
107
111
|
cursor: pointer;
|
|
@@ -119,7 +123,8 @@
|
|
|
119
123
|
}
|
|
120
124
|
|
|
121
125
|
.ns_navbar_elements.ns_navbar_active {
|
|
122
|
-
width:
|
|
126
|
+
width: 100%;
|
|
127
|
+
text-align: center;
|
|
123
128
|
}
|
|
124
129
|
|
|
125
130
|
.ns_navbar_elements ul {
|