@pmidc/upyog-css 1.2.36 → 1.2.37

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/dist/index.css CHANGED
@@ -16,7 +16,7 @@ h1 {
16
16
 
17
17
  hr {
18
18
  -webkit-box-sizing: content-box;
19
- box-sizing: initial;
19
+ box-sizing: content-box;
20
20
  height: 0;
21
21
  overflow: visible; }
22
22
 
@@ -25,7 +25,7 @@ pre {
25
25
  font-size: 1em; }
26
26
 
27
27
  a {
28
- background-color: initial; }
28
+ background-color: transparent; }
29
29
 
30
30
  abbr[title] {
31
31
  border-bottom: none;
@@ -47,7 +47,7 @@ sub, sup {
47
47
  font-size: 75%;
48
48
  line-height: 0;
49
49
  position: relative;
50
- vertical-align: initial; }
50
+ vertical-align: baseline; }
51
51
 
52
52
  sub {
53
53
  bottom: -.25em; }
@@ -93,7 +93,7 @@ legend {
93
93
  white-space: normal; }
94
94
 
95
95
  progress {
96
- vertical-align: initial; }
96
+ vertical-align: baseline; }
97
97
 
98
98
  textarea {
99
99
  overflow: auto; }
@@ -126,7 +126,7 @@ blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
126
126
  margin: 0; }
127
127
 
128
128
  button {
129
- background-color: initial;
129
+ background-color: transparent;
130
130
  background-image: none; }
131
131
 
132
132
  button:focus {
@@ -850,7 +850,7 @@ code, kbd, pre, samp {
850
850
 
851
851
  .ldio-pjg92h09b2o div {
852
852
  -webkit-box-sizing: content-box;
853
- box-sizing: initial; }
853
+ box-sizing: content-box; }
854
854
 
855
855
  body {
856
856
  --bg-opacity:1;
@@ -1090,7 +1090,7 @@ body {
1090
1090
 
1091
1091
  .custom-card-table {
1092
1092
  width: 100%;
1093
- border-collapse: initial;
1093
+ border-collapse: separate;
1094
1094
  border-spacing: 24px 20px; }
1095
1095
 
1096
1096
  .custom-card-td {
@@ -2577,7 +2577,7 @@ body {
2577
2577
  height: 50px; }
2578
2578
  .employee-select-wrap .select input[type=text], .employee-select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .employee-select-wrap .select .input-emp[type=text] {
2579
2579
  width: calc(100% - 32px);
2580
- background-color: initial;
2580
+ background-color: transparent;
2581
2581
  position: absolute;
2582
2582
  z-index: 10;
2583
2583
  width: 100%;
@@ -2621,7 +2621,7 @@ body {
2621
2621
  position: relative; }
2622
2622
  .employee-select-wrap .select-active input[type=text], .employee-select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .employee-select-wrap .select-active .input-emp[type=text] {
2623
2623
  width: calc(100% - 32px);
2624
- background-color: initial;
2624
+ background-color: transparent;
2625
2625
  position: absolute;
2626
2626
  z-index: 10;
2627
2627
  width: 100%;
@@ -2751,7 +2751,7 @@ body {
2751
2751
  background-color: #fff; }
2752
2752
  .select-wrap .select input[type=text], .select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select .input-emp[type=text] {
2753
2753
  width: calc(100% - 32px);
2754
- background-color: initial;
2754
+ background-color: transparent;
2755
2755
  position: absolute;
2756
2756
  z-index: 10;
2757
2757
  width: 100%;
@@ -2788,7 +2788,11 @@ body {
2788
2788
  border-color: #2563eb;
2789
2789
  -webkit-box-shadow: 0 6px 18px rgba(37, 99, 235, 0.06);
2790
2790
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.06); }
2791
- .select-wrap .select:focus-within, .select-wrap .select[focus-within] {
2791
+ .select-wrap .select[focus-within] {
2792
+ border-color: #2563eb !important;
2793
+ -webkit-box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important;
2794
+ box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important; }
2795
+ .select-wrap .select:focus-within {
2792
2796
  border-color: #2563eb !important;
2793
2797
  -webkit-box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important;
2794
2798
  box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important; }
@@ -2802,7 +2806,7 @@ body {
2802
2806
  border-color: rgba(41, 71, 163, var(--border-opacity)); }
2803
2807
  .select-wrap .select-active input[type=text], .select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select-active .input-emp[type=text] {
2804
2808
  width: calc(100% - 32px);
2805
- background-color: initial;
2809
+ background-color: transparent;
2806
2810
  position: absolute;
2807
2811
  z-index: 10;
2808
2812
  width: 100%;
@@ -2886,7 +2890,12 @@ body {
2886
2890
  -webkit-box-shadow: 0 6px 18px rgba(37, 99, 235, 0.06);
2887
2891
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.06); }
2888
2892
 
2889
- .employee-select-wrap .select-active, .employee-select-wrap .select:focus-within, .employee-select-wrap .select[focus-within] {
2893
+ .employee-select-wrap .select-active, .employee-select-wrap .select[focus-within] {
2894
+ border-color: #2563eb !important;
2895
+ -webkit-box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important;
2896
+ box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important; }
2897
+
2898
+ .employee-select-wrap .select-active, .employee-select-wrap .select:focus-within {
2890
2899
  border-color: #2563eb !important;
2891
2900
  -webkit-box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important;
2892
2901
  box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important; }
@@ -3982,7 +3991,7 @@ body {
3982
3991
  display: block;
3983
3992
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
3984
3993
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
3985
- border-collapse: initial;
3994
+ border-collapse: separate;
3986
3995
  border-spacing: 0;
3987
3996
  -webkit-transition: -webkit-box-shadow .3s ease;
3988
3997
  transition: -webkit-box-shadow .3s ease;
@@ -5043,7 +5052,7 @@ video::-webkit-media-controls-panel {
5043
5052
  height: 30px;
5044
5053
  line-height: 30px;
5045
5054
  border: transparent;
5046
- background-color: initial; }
5055
+ background-color: transparent; }
5047
5056
 
5048
5057
  .customBtn-selected {
5049
5058
  --bg-opacity:1;
@@ -8237,7 +8246,7 @@ video::-webkit-media-controls-panel {
8237
8246
  .citizen .sidebar .sidebar-link .employee-search-input, .employee .sidebar .sidebar-link .employee-search-input {
8238
8247
  border: none;
8239
8248
  outline: none;
8240
- background-color: initial;
8249
+ background-color: transparent;
8241
8250
  margin-left: 13px; }
8242
8251
  .citizen .sidebar .sidebar-link .custom-link .tooltip, .employee .sidebar .sidebar-link .custom-link .tooltip {
8243
8252
  margin-left: 8px; }
@@ -16568,7 +16577,7 @@ body {
16568
16577
  outline: none; }
16569
16578
 
16570
16579
  .employee-header-header-btn-login {
16571
- background-color: initial;
16580
+ background-color: transparent;
16572
16581
  border: 2px solid #2947a3; }
16573
16582
 
16574
16583
  .employee-header-header-btn-login:hover {
@@ -19452,7 +19461,7 @@ body {
19452
19461
 
19453
19462
  .hrms-search-clear-btn {
19454
19463
  width: 100%;
19455
- background-color: initial;
19464
+ background-color: transparent;
19456
19465
  color: #2563eb;
19457
19466
  border: 1px solid #2563eb;
19458
19467
  border-radius: 8px;
@@ -19527,7 +19536,7 @@ body {
19527
19536
  justify-content: center;
19528
19537
  -webkit-transition: all .2s ease;
19529
19538
  transition: all .2s ease;
19530
- background-color: initial; }
19539
+ background-color: transparent; }
19531
19540
  .hrms-delete-icon-button:hover {
19532
19541
  -webkit-transform: scale(1.1);
19533
19542
  transform: scale(1.1);