@woosmap/ui 4.69.0 → 4.71.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": "4.69.0",
3
+ "version": "4.71.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -66,6 +66,14 @@
66
66
  background $indoorDark !important
67
67
  &__desc
68
68
  color $dark !important
69
+ &__title
70
+ font-size 1.1rem
71
+ text-transform uppercase
72
+ color $category
73
+ font-weight 600
74
+ padding 0 0 0 .6rem
75
+ position relative
76
+ left -.6rem
69
77
  &__icon
70
78
  br()
71
79
  sq(4.2)
@@ -119,13 +127,4 @@
119
127
  margin 0 1rem 3rem 1rem
120
128
  padding 0
121
129
  &--section
122
- padding 1.6rem 0.6rem 1rem 0.6rem
123
- &__item
124
- &__title
125
- font-size 1.1rem
126
- text-transform uppercase
127
- color $category
128
- font-weight 600
129
- padding 0 0 0 .6rem
130
- position relative
131
- left -.6rem
130
+ padding 1.6rem 0.6rem 1rem 0.6rem
@@ -25,9 +25,9 @@ $fontSizeFooter = 1.6rem
25
25
  $title = 4.6rem
26
26
  $title2 = 4rem
27
27
  $title3 = 3.2rem
28
- $title4 = 2.2rem
29
- $title5 = 1.9rem
30
- $title6 = 1.7rem
28
+ $title4 = 2.7rem
29
+ $title5 = 2.2rem
30
+ $title6 = 2rem
31
31
 
32
32
  $borderRadius = .6rem
33
33