@egovernments/digit-ui-components-css 0.0.2-beta.38 → 0.0.2-beta.39

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
- * @egovernments/digit-ui-components-css - 0.0.2-beta.38
2
+ * @egovernments/digit-ui-components-css - 0.0.2-beta.39
3
3
  *
4
4
  * Copyright (c) 2024 Jagankumar <jagan.kumar@egovernments.org>
5
5
  *
@@ -2585,6 +2585,8 @@ ol, ul {
2585
2585
  box-shadow: inset 0 -0.125rem 0 0 #c84c0e, 0 0.25rem 0.25rem 0 rgba(200, 76, 14, 0.2); }
2586
2586
  .digit-button-secondary:active h2 {
2587
2587
  font-weight: 700; }
2588
+ .digit-button-secondary .digit-button-label, .digit-button-secondary h2 {
2589
+ color: #c84c0e; }
2588
2590
  .digit-button-secondary.disabled {
2589
2591
  opacity: .5;
2590
2592
  border: .063rem solid #c5c5c5; }
@@ -5586,6 +5588,9 @@ ol, ul {
5586
5588
  @media (max-aspect-ratio: 9 / 16) {
5587
5589
  .digit-tag-container .digit-tag {
5588
5590
  height: 2.25rem; } }
5591
+ .digit-tag-container .digit-tag.clickable:hover {
5592
+ -webkit-box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(54, 54, 54, 0.2);
5593
+ box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(54, 54, 54, 0.2); }
5589
5594
  .digit-tag-container .digit-tag svg {
5590
5595
  -ms-flex-negative: 0;
5591
5596
  flex-shrink: 0; }