@abi-software/map-side-bar 2.10.0-beta.1 → 2.10.0-beta.2

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": "@abi-software/map-side-bar",
3
- "version": "2.10.0-beta.1",
3
+ "version": "2.10.0-beta.2",
4
4
  "files": [
5
5
  "dist/*",
6
6
  "src/*",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@abi-software/gallery": "^1.1.2",
42
- "@abi-software/map-utilities": "^1.6.1-beta.6",
42
+ "@abi-software/map-utilities": "1.6.1-beta.6",
43
43
  "@abi-software/svg-sprite": "^1.0.1",
44
44
  "@element-plus/icons-vue": "^2.3.1",
45
45
  "algoliasearch": "^4.10.5",
@@ -102,6 +102,15 @@ export default {
102
102
  letter-spacing: 1.05px;
103
103
  }
104
104
 
105
+ .el-tag {
106
+ border-radius: 4px!important;
107
+ font-size: 0.75rem!important;
108
+ margin: 2px!important;
109
+ background: #f9f2fc!important;
110
+ border: 1px solid $app-primary-color!important;
111
+ color: $app-primary-color!important;
112
+ }
113
+
105
114
  .card-tags {
106
115
  overflow-y: scroll;
107
116
  max-height: 4.1rem;