ps-toolkit-ui 1.15.5 → 1.15.7

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": "ps-toolkit-ui",
3
- "version": "1.15.5",
3
+ "version": "1.15.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"
@@ -99,6 +99,17 @@ a:focus{outline: none!important;}
99
99
  bottom: 0;
100
100
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(50, 50, 50, 0.15), rgba(0, 0, 0, 0.05));
101
101
  }
102
+ .underline-bold:after{
103
+ content:"";
104
+ border: 0;
105
+ height: 2px;
106
+ width: 100%;
107
+ float: right;
108
+ position: absolute;
109
+ right: 0;
110
+ bottom: 0;
111
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(20, 20, 20, 0.7), rgba(0, 0, 0, 0));
112
+ }
102
113
 
103
114
  .report .underline:after, .report .form-group-title:after{
104
115
  background-image: none;