@woosmap/ui 3.41.0 → 3.45.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": "3.41.0",
3
+ "version": "3.45.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -1 +1 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Roboto+Mono:wght@400;600&display=swap')
1
+ @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap')
@@ -2,8 +2,8 @@
2
2
  @import "./commons/reset.styl"
3
3
 
4
4
  // Specicif style - Do not change order
5
- @import "./website/mixins.styl"
6
5
  @import "./website/fonts.styl"
6
+ @import "./website/mixins.styl"
7
7
  @import "./website/variables.styl"
8
8
  @import "./website/colors.styl"
9
9
 
@@ -8,15 +8,16 @@ $topRainbowHeight = 3.8rem
8
8
  $gutter2c = 3rem
9
9
  $quoteIcon = 44rem
10
10
 
11
-
12
- $fontFamily = "Poppins", arial, sans-serif
11
+ $fontFamily = 'Poppins', sans-serif
13
12
  $fontFamily2 = 'Roboto Mono', monospace
14
13
  $fontSize = 1.8rem
15
14
  $lineHeight = $fontSize * 2 - .8
15
+ $fontWeight = 400
16
+
16
17
  $fontSizeSmall = $fontSize - .2
17
18
  $fontSizeMini = $fontSize - .4
18
19
  $fontSizeNano = $fontSize - .6
19
- $fontWeight = 400
20
+
20
21
  $fontSizeHeader = 1.3rem
21
22
  $fontSizeFooter = 1.6rem
22
23