@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selco/selco-css",
3
- "version": "1.8.18",
3
+ "version": "1.8.20",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egov.org.in>",
@@ -55,6 +55,14 @@
55
55
  }
56
56
  }
57
57
 
58
+ span.link {
59
+ @apply text-primary-main cursor-pointer;
60
+
61
+ &:hover {
62
+ @apply text-primary-dark;
63
+ }
64
+ }
65
+
58
66
  @screen dt{
59
67
  .TLComments{
60
68
  width: 360px;
@@ -1,5 +1,6 @@
1
1
  .rating-star-wrap {
2
- @apply flex w-full mb-lg;
2
+ @apply flex w-full mb-lg justify-between;
3
+
3
4
  img {
4
5
  width: 40px;
5
6
  height: 38px;
@@ -15,9 +16,9 @@
15
16
  }
16
17
  }
17
18
 
18
- @screen dt {
19
+ @media (min-width: 640px) {
19
20
  .rating-star-wrap {
20
- @apply w-2/5;
21
+ @apply justify-center gap-16;
21
22
  }
22
23
  }
23
24
 
@@ -67,7 +67,7 @@
67
67
  }
68
68
 
69
69
  .loginContainer {
70
- background: linear-gradient(#06263e, #1d70b85c), url(https://selco-assets.s3.ap-south-1.amazonaws.com/bg.jpg);
70
+ background: linear-gradient(#06263e, #1d70b85c), var(--bg-image-url);
71
71
  background-size: cover;
72
72
  background-position: center;
73
73
  background-repeat: no-repeat;