@selco/selco-css 1.8.18 → 1.8.20

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
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @selco/selco-css - 1.8.17
2
+ * @selco/selco-css - 1.8.19
3
3
  *
4
4
  * Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -2992,16 +2992,23 @@ img, video {
2992
2992
  display: -ms-flexbox;
2993
2993
  display: flex;
2994
2994
  width: 100%;
2995
- margin-bottom: 24px; }
2995
+ margin-bottom: 24px;
2996
+ -webkit-box-pack: justify;
2997
+ -ms-flex-pack: justify;
2998
+ justify-content: space-between; }
2996
2999
  .rating-star-wrap img, .rating-star-wrap svg {
2997
3000
  width: 40px;
2998
3001
  height: 38px;
2999
3002
  display: block;
3000
3003
  margin-right: 8px; }
3001
3004
 
3002
- @media (min-width: 780px) {
3005
+ @media (min-width: 640px) {
3003
3006
  .rating-star-wrap {
3004
- width: 40%; } }
3007
+ -webkit-box-pack: center;
3008
+ -ms-flex-pack: center;
3009
+ justify-content: center;
3010
+ grid-gap: 4rem;
3011
+ gap: 4rem; } }
3005
3012
 
3006
3013
  .rating-with-text {
3007
3014
  display: -webkit-box;
@@ -5045,6 +5052,16 @@ video::-webkit-media-controls-panel {
5045
5052
  .TLComments p {
5046
5053
  line-height: 24px; }
5047
5054
 
5055
+ span.link {
5056
+ --text-opacity:1;
5057
+ color: #7a2829;
5058
+ color: rgba(122, 40, 41, var(--text-opacity));
5059
+ cursor: pointer; }
5060
+ span.link:hover {
5061
+ --text-opacity:1;
5062
+ color: #c8602b;
5063
+ color: rgba(200, 96, 43, var(--text-opacity)); }
5064
+
5048
5065
  @media (min-width: 780px) {
5049
5066
  .TLComments {
5050
5067
  width: 360px; }
@@ -6039,8 +6056,8 @@ video::-webkit-media-controls-panel {
6039
6056
  padding-top: 88px; }
6040
6057
 
6041
6058
  .employee .loginContainer {
6042
- background: -webkit-gradient(linear, left top, left bottom, from(#06263e), to(rgba(29, 112, 184, 0.36078))), url(https://selco-assets.s3.ap-south-1.amazonaws.com/bg.jpg);
6043
- background: linear-gradient(#06263e, rgba(29, 112, 184, 0.36078)), url(https://selco-assets.s3.ap-south-1.amazonaws.com/bg.jpg);
6059
+ background: -webkit-gradient(linear, left top, left bottom, from(#06263e), to(rgba(29, 112, 184, 0.36078))), var(--bg-image-url);
6060
+ background: linear-gradient(#06263e, rgba(29, 112, 184, 0.36078)), var(--bg-image-url);
6044
6061
  background-size: cover;
6045
6062
  background-position: 50%;
6046
6063
  background-repeat: no-repeat; }