@tattvafoundation/upyog-css 1.0.20 → 1.0.21
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 +12 -7
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +2 -2
- package/src/components/bmc.scss +19 -14
- package/src/components/card.scss +3 -2
package/dist/index.css
CHANGED
|
@@ -1572,7 +1572,7 @@ body {
|
|
|
1572
1572
|
-ms-flex-direction: column;
|
|
1573
1573
|
flex-direction: column; }
|
|
1574
1574
|
.card .card-header, .card-emp .card-header {
|
|
1575
|
-
font-size:
|
|
1575
|
+
font-size: 26px;
|
|
1576
1576
|
line-height: 56px;
|
|
1577
1577
|
color: #c6a32b; }
|
|
1578
1578
|
.card .card-sub-header, .card-emp .card-sub-header {
|
|
@@ -5038,7 +5038,7 @@ video::-webkit-media-controls-panel {
|
|
|
5038
5038
|
color: #858585 !important; }
|
|
5039
5039
|
|
|
5040
5040
|
.citizen .ServicesSection .CardBasedOptions:nth-child(2n) .employeeCustomCard {
|
|
5041
|
-
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/
|
|
5041
|
+
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
|
|
5042
5042
|
background-size: cover; }
|
|
5043
5043
|
|
|
5044
5044
|
.citizen .employeeCustomCard {
|
|
@@ -8995,8 +8995,8 @@ body {
|
|
|
8995
8995
|
transition: all .5s linear; }
|
|
8996
8996
|
|
|
8997
8997
|
.CardBasedOptions:hover, .CitizenHomeCard:hover {
|
|
8998
|
-
-webkit-box-shadow: 0 10px 9px rgba(
|
|
8999
|
-
box-shadow: 0 10px 9px rgba(
|
|
8998
|
+
-webkit-box-shadow: 0 10px 9px rgba(0, 81, 187, 0.98);
|
|
8999
|
+
box-shadow: 0 10px 9px rgba(0, 81, 187, 0.98);
|
|
9000
9000
|
cursor: pointer; }
|
|
9001
9001
|
|
|
9002
9002
|
.ChildOptionName a {
|
|
@@ -10043,7 +10043,7 @@ body {
|
|
|
10043
10043
|
height: 100%; }
|
|
10044
10044
|
|
|
10045
10045
|
.drawer-desktop:hover {
|
|
10046
|
-
width:
|
|
10046
|
+
width: 200px; }
|
|
10047
10047
|
|
|
10048
10048
|
.drawer-desktop:hover .profile-section {
|
|
10049
10049
|
display: block; }
|
|
@@ -10064,7 +10064,7 @@ body {
|
|
|
10064
10064
|
text-align: center; }
|
|
10065
10065
|
|
|
10066
10066
|
.SideBarStatic:hover, .SideBarStatic:hover .drawer-desktop {
|
|
10067
|
-
width:
|
|
10067
|
+
width: 200px; }
|
|
10068
10068
|
|
|
10069
10069
|
.card p.message-text, .card-emp p.message-text {
|
|
10070
10070
|
font-size: 14px;
|
|
@@ -10093,7 +10093,8 @@ body {
|
|
|
10093
10093
|
transition: all .5s linear; }
|
|
10094
10094
|
|
|
10095
10095
|
.ChildOptionName a:hover {
|
|
10096
|
-
font-size: 18px;
|
|
10096
|
+
font-size: 18px;
|
|
10097
|
+
color: #0051bb; }
|
|
10097
10098
|
|
|
10098
10099
|
.bmc-mobile-card .card, .bmc-mobile-card .card-emp {
|
|
10099
10100
|
background-color: rgba(255, 255, 255, 0.76) !important;
|
|
@@ -10118,6 +10119,10 @@ button.submit-bar:hover {
|
|
|
10118
10119
|
margin-left: 42px;
|
|
10119
10120
|
line-height: 8px; }
|
|
10120
10121
|
|
|
10122
|
+
.bmc-label-error {
|
|
10123
|
+
text-align: center;
|
|
10124
|
+
color: red; }
|
|
10125
|
+
|
|
10121
10126
|
@media (max-width: 768px) {
|
|
10122
10127
|
.deonar-security {
|
|
10123
10128
|
display: -webkit-box;
|