@woosmap/ui 2.37.0 → 2.38.0

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": "@woosmap/ui",
3
- "version": "2.37.0",
3
+ "version": "2.38.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -23,10 +23,9 @@
23
23
  &.disabled
24
24
  background #fff url('../../images/texture.png')
25
25
  color $secondary60
26
- .simplecard__content
27
- opacity .5
28
26
  &.active
29
27
  background $primary6 url('../../images/texture.png')
28
+
30
29
  &__title
31
30
  font-weight 600
32
31
  margin-bottom .2rem
@@ -37,6 +36,8 @@
37
36
  margin-top auto
38
37
  padding-top 1rem
39
38
  flexMiddle()
39
+ .disabled &
40
+ opacity .5
40
41
  &__favorite
41
42
  position absolute
42
43
  right 1rem