namirasoft-site-react 1.3.392 → 1.3.393

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.
@@ -208,8 +208,13 @@
208
208
  }
209
209
 
210
210
  .ns_check_box input {
211
- width: 28px !important;
212
- height: 28px;
211
+ width: 24px !important;
212
+ height: 24px;
213
+ cursor: pointer;
214
+ }
215
+
216
+ .ns_check_box input:checked {
217
+ accent-color: #141B5C;
213
218
  }
214
219
 
215
220
  .ns_indeterminate:indeterminate {
@@ -229,8 +234,9 @@
229
234
  top: 0;
230
235
  left: 0;
231
236
  background: #fff;
232
- border: 5px solid #141B5C;
233
- color: rgb(255 255 255);
237
+ border: 5px solid #fffbff;
238
+ color: #141b5c;
239
+ background: #141b5c;
234
240
  }
235
241
 
236
242
  .ns_checkbox_label {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.392",
11
+ "version": "1.3.393",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh, Mehrab Bahramian",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -208,8 +208,13 @@
208
208
  }
209
209
 
210
210
  .ns_check_box input {
211
- width: 28px !important;
212
- height: 28px;
211
+ width: 24px !important;
212
+ height: 24px;
213
+ cursor: pointer;
214
+ }
215
+
216
+ .ns_check_box input:checked {
217
+ accent-color: #141B5C;
213
218
  }
214
219
 
215
220
  .ns_indeterminate:indeterminate {
@@ -229,8 +234,9 @@
229
234
  top: 0;
230
235
  left: 0;
231
236
  background: #fff;
232
- border: 5px solid #141B5C;
233
- color: rgb(255 255 255);
237
+ border: 5px solid #fffbff;
238
+ color: #141b5c;
239
+ background: #141b5c;
234
240
  }
235
241
 
236
242
  .ns_checkbox_label {