@pmidc/upyog-css 1.0.6 → 1.0.7

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
@@ -5055,25 +5055,27 @@ video::-webkit-media-controls-panel {
5055
5055
  height: 250px !important; } }
5056
5056
 
5057
5057
  .citizen .ServicesSection .CardBasedOptions:nth-child(odd) .employeeCustomCard {
5058
- background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
5058
+ background-image: url(https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashboardImage1.png);
5059
5059
  background-size: cover; }
5060
5060
 
5061
5061
  .citizen .ServicesSection .CardBasedOptions:nth-child(2n) .employeeCustomCard {
5062
- background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-green-card.png);
5062
+ background-image: url(https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashBoardImage2.png);
5063
5063
  background-size: cover; }
5064
5064
 
5065
5065
  .citizen .employeeCustomCard {
5066
5066
  border-radius: 10px;
5067
- background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
5067
+ background-image: url(https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashboardImage1.png);
5068
5068
  background-size: cover; }
5069
5069
  .citizen .employeeCustomCard .employeeCustomCard {
5070
5070
  border-radius: 10px;
5071
- background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
5071
+ background-image: url(https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashboardImage1.png);
5072
5072
  background-size: cover; }
5073
5073
 
5074
5074
  .employee-card-banner {
5075
5075
  height: 60%;
5076
- margin-bottom: -10%; }
5076
+ margin-bottom: -10%;
5077
+ -webkit-box-shadow: 1px 5px 6px 0 #e3e4e3;
5078
+ box-shadow: 1px 5px 6px 0 #e3e4e3; }
5077
5079
 
5078
5080
  .citizen .employee-card-banner {
5079
5081
  margin-bottom: -5% !important;
@@ -6097,18 +6099,13 @@ video::-webkit-media-controls-panel {
6097
6099
  display: flex; }
6098
6100
 
6099
6101
  .loginFormStyleEmployeeNew {
6100
- -webkit-box-shadow: 0 1px 4px 0 rgba(80, 90, 95, 0.37647);
6101
- box-shadow: 0 1px 4px 0 rgba(80, 90, 95, 0.37647);
6102
6102
  width: 40%;
6103
- background-color: #fff;
6104
- border-radius: 8px;
6105
6103
  -webkit-box-align: center;
6106
6104
  -ms-flex-align: center;
6107
6105
  align-items: center;
6108
6106
  -webkit-box-pack: center;
6109
6107
  -ms-flex-pack: center;
6110
6108
  min-height: 400px;
6111
- padding: 3rem;
6112
6109
  -webkit-box-align: start;
6113
6110
  -ms-flex-align: start;
6114
6111
  align-items: flex-start;
@@ -7619,8 +7616,6 @@ video::-webkit-media-controls-panel {
7619
7616
  position: absolute;
7620
7617
  margin: 0 auto -10%;
7621
7618
  left: 6%;
7622
- -webkit-box-shadow: 1px 5px 6px 0 #e3e4e3;
7623
- box-shadow: 1px 5px 6px 0 #e3e4e3;
7624
7619
  border-radius: 10px; }
7625
7620
 
7626
7621
  .text-employee-card {
@@ -8148,13 +8143,14 @@ body {
8148
8143
  -ms-flex-pack: justify;
8149
8144
  justify-content: space-between;
8150
8145
  height: 522px; }
8151
- @media (min-width: 768px) {
8152
- .middle-content .middle-content {
8153
- -webkit-box-orient: horizontal;
8154
- -webkit-box-direction: normal;
8155
- -ms-flex-direction: row;
8156
- flex-direction: row;
8157
- min-height: 360px; } }
8146
+
8147
+ @media (min-width: 768px) {
8148
+ .middle-content {
8149
+ -webkit-box-orient: horizontal;
8150
+ -webkit-box-direction: normal;
8151
+ -ms-flex-direction: row;
8152
+ flex-direction: row;
8153
+ min-height: 360px; } }
8158
8154
 
8159
8155
  .middle-left-half {
8160
8156
  display: -webkit-box;
@@ -8207,7 +8203,7 @@ body {
8207
8203
  border: 1px solid #000; }
8208
8204
  @media (min-width: 768px) {
8209
8205
  .middle-right-half {
8210
- height: 360px;
8206
+ height: 98%;
8211
8207
  width: 48%; } }
8212
8208
 
8213
8209
  .middle-header {