raise-common-lib 0.0.107 → 0.0.109

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": "raise-common-lib",
3
- "version": "0.0.107",
3
+ "version": "0.0.109",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.3 || ^9.0.0",
6
6
  "@angular/core": "^8.2.3 || ^9.0.0"
@@ -112,7 +112,7 @@
112
112
  .e-dropdown-popup {
113
113
  border-radius: 10px;
114
114
  background: #fff;
115
- padding: 16px 12px;
115
+ padding: 8px;
116
116
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
117
117
  ul {
118
118
  border: 0;
@@ -219,7 +219,7 @@
219
219
  .e-rowcell {
220
220
  padding: 2px 12px;
221
221
  border-top: 0;
222
- border-bottom: 1px solid #dee2e6 !important;
222
+ border-bottom: 1px solid #eaedf0;
223
223
  &.e-leftfreeze {
224
224
  border-right: none;
225
225
  border-left: none;