ps-toolkit-ui 1.10.85 → 1.10.87

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.10.85",
3
+ "version": "1.10.87",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"
@@ -102,7 +102,7 @@ a:focus{outline: none!important;}
102
102
  background-image: none;
103
103
  border-bottom: 1px solid var(--black-light);
104
104
  }
105
- .topline:after{
105
+ .topline:before{
106
106
  content:"";
107
107
  border: 0;
108
108
  height: 1px;
@@ -113,7 +113,7 @@ a:focus{outline: none!important;}
113
113
  top: 0;
114
114
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(50, 50, 50, 0.25), rgba(0, 0, 0, 0));
115
115
  }
116
- .rightline:after{
116
+ .rightline:before{
117
117
  content:"";
118
118
  border: 0;
119
119
  height: 100%;
@@ -124,7 +124,7 @@ a:focus{outline: none!important;}
124
124
  bottom: 0;
125
125
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(50, 50, 50, 0.15), rgba(0, 0, 0, 0.05));
126
126
  }
127
- .leftline:after{
127
+ .leftline:before{
128
128
  content:"";
129
129
  border: 0;
130
130
  height: 100%;