@james_jayaraj/test-npm 1.1.7 → 1.1.9
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.
- package/_hola-rx.styles.scss +8 -10
- package/esm2020/lib/hola-rx.component.mjs +3 -7
- package/esm2020/lib/password/password.component.mjs +2 -2
- package/esm2020/lib/rx/rx.component.mjs +8 -21
- package/esm2020/lib/services/common.mjs +20 -3
- package/fesm2015/james_jayaraj-test-npm.mjs +30 -29
- package/fesm2015/james_jayaraj-test-npm.mjs.map +1 -1
- package/fesm2020/james_jayaraj-test-npm.mjs +29 -29
- package/fesm2020/james_jayaraj-test-npm.mjs.map +1 -1
- package/lib/hola-rx.component.d.ts +2 -2
- package/lib/rx/rx.component.d.ts +0 -2
- package/lib/services/common.d.ts +1 -1
- package/package.json +1 -1
package/_hola-rx.styles.scss
CHANGED
|
@@ -1132,7 +1132,6 @@ a {
|
|
|
1132
1132
|
.new_rx_popup_tab_2 {
|
|
1133
1133
|
padding: 0px 20px;
|
|
1134
1134
|
overflow: auto;
|
|
1135
|
-
overflow-x: hidden !important;
|
|
1136
1135
|
height: $pop-h;
|
|
1137
1136
|
background-color: #fff;
|
|
1138
1137
|
border-radius: 0px;
|
|
@@ -1437,13 +1436,13 @@ a {
|
|
|
1437
1436
|
}
|
|
1438
1437
|
|
|
1439
1438
|
.new_rx_popup_mims .ReactModal__Content {
|
|
1440
|
-
|
|
1441
|
-
|
|
1439
|
+
position: relative !important;
|
|
1440
|
+
inset: unset !important;
|
|
1442
1441
|
border: 0px !important;
|
|
1443
1442
|
overflow: auto !important;
|
|
1444
1443
|
border-radius: 5px !important;
|
|
1445
1444
|
outline: none;
|
|
1446
|
-
width:
|
|
1445
|
+
width: 1200px !important;
|
|
1447
1446
|
transform: translate(0, 0) !important;
|
|
1448
1447
|
align-items: center !important;
|
|
1449
1448
|
/* height: -webkit-fill-available;
|
|
@@ -1702,7 +1701,6 @@ a {
|
|
|
1702
1701
|
.new_rx_popup_tab_1_box {
|
|
1703
1702
|
max-height: 250px;
|
|
1704
1703
|
overflow: auto;
|
|
1705
|
-
overflow-x: hidden !important;
|
|
1706
1704
|
}
|
|
1707
1705
|
|
|
1708
1706
|
.new_rx_popup_tab_2 .react-datepicker__portal {
|
|
@@ -2014,19 +2012,19 @@ $subpop-wid: var(--subpop_wid);
|
|
|
2014
2012
|
inset: 0px;
|
|
2015
2013
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2016
2014
|
z-index: 99999999 !important;
|
|
2017
|
-
|
|
2018
|
-
border-radius: 10px;
|
|
2015
|
+
|
|
2019
2016
|
}
|
|
2017
|
+
|
|
2020
2018
|
.view_pop {
|
|
2021
|
-
|
|
2022
|
-
|
|
2019
|
+
position: absolute;
|
|
2020
|
+
inset: 50% auto auto 50%;
|
|
2023
2021
|
border: 1px solid rgb(204, 204, 204);
|
|
2024
2022
|
background: rgb(255, 255, 255);
|
|
2025
2023
|
overflow: auto;
|
|
2026
2024
|
border-radius: 4px;
|
|
2027
2025
|
outline: none;
|
|
2028
2026
|
padding: 20px;
|
|
2029
|
-
margin:
|
|
2027
|
+
margin-right: -50%;
|
|
2030
2028
|
transform: translate(-50%, -50%);
|
|
2031
2029
|
align-items: center;
|
|
2032
2030
|
max-width: $subpop-wid;
|