@selco/selco-css 1.8.18 → 1.8.19

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.18
3
3
  *
4
4
  * Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -6039,8 +6039,8 @@ video::-webkit-media-controls-panel {
6039
6039
  padding-top: 88px; }
6040
6040
 
6041
6041
  .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);
6042
+ background: -webkit-gradient(linear, left top, left bottom, from(#06263e), to(rgba(29, 112, 184, 0.36078))), var(--bg-image-url);
6043
+ background: linear-gradient(#06263e, rgba(29, 112, 184, 0.36078)), var(--bg-image-url);
6044
6044
  background-size: cover;
6045
6045
  background-position: 50%;
6046
6046
  background-repeat: no-repeat; }