@woosmap/ui 3.39.0 → 3.40.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 +1 -1
- package/src/components/Card/Card.styl +2 -2
- package/src/components/DateTime/datetime.styl +1 -1
- package/src/components/Demo/MerchantDemo.styl +1 -1
- package/src/styles/commons/mixins.styl +0 -8
- package/src/styles/console/button.styl +1 -1
- package/src/styles/console/fonts.styl +1 -1
- package/src/styles/console/mixins.styl +12 -3
- package/src/styles/website/mixins.styl +12 -3
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
align-items center
|
|
14
14
|
text-decoration none
|
|
15
15
|
color $secondary
|
|
16
|
-
font-weight
|
|
16
|
+
font-weight 700
|
|
17
17
|
padding-left 1.6rem
|
|
18
18
|
&.active
|
|
19
19
|
background $primary10
|
|
@@ -168,4 +168,4 @@
|
|
|
168
168
|
box-shadow 0 .2rem .4rem $dark60
|
|
169
169
|
text-transform uppercase
|
|
170
170
|
letter-spacing .1rem
|
|
171
|
-
font-weight
|
|
171
|
+
font-weight 700
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import url('https://fonts.googleapis.com/css2?family=Lato:
|
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Roboto+Mono:wght@400;600&display=swap')
|
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
font()
|
|
2
|
+
font-family $fontFamily
|
|
3
|
+
font-size $fontSize
|
|
4
|
+
font-weight $fontWeight
|
|
5
|
+
color $textColor
|
|
6
|
+
line-height $fontSize + .4
|
|
7
|
+
-webkit-font-smoothing antialiased
|
|
8
|
+
-moz-osx-font-smoothing grayscale
|
|
9
|
+
|
|
10
|
+
inputFont()
|
|
11
|
+
font-family $fontFamily2
|
|
12
|
+
|
|
1
13
|
// Make square
|
|
2
14
|
sq($size = $buttonHeight)
|
|
3
15
|
$size = unit($size, rem)
|
|
@@ -25,9 +37,6 @@ br($a = $borderRadius)
|
|
|
25
37
|
}
|
|
26
38
|
border-radius $a
|
|
27
39
|
|
|
28
|
-
inputFont()
|
|
29
|
-
font-family $fontFamily2
|
|
30
|
-
|
|
31
40
|
// Border and shadow style of dropdowns
|
|
32
41
|
box()
|
|
33
42
|
br()
|
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
font()
|
|
2
|
+
font-family $fontFamily
|
|
3
|
+
font-size $fontSize
|
|
4
|
+
font-weight $fontWeight
|
|
5
|
+
color $secondary
|
|
6
|
+
line-height $fontSize + .4
|
|
7
|
+
-webkit-font-smoothing antialiased
|
|
8
|
+
-moz-osx-font-smoothing grayscale
|
|
9
|
+
|
|
10
|
+
inputFont()
|
|
11
|
+
font-family $fontFamily2
|
|
12
|
+
|
|
1
13
|
f1()
|
|
2
14
|
font-size $title
|
|
3
15
|
font-weight 700
|
|
@@ -138,9 +150,6 @@ fullwh()
|
|
|
138
150
|
min-width 0
|
|
139
151
|
min-height 0
|
|
140
152
|
|
|
141
|
-
inputFont()
|
|
142
|
-
font-family $fontFamily2
|
|
143
|
-
|
|
144
153
|
wrapper()
|
|
145
154
|
trans()
|
|
146
155
|
margin 0 auto
|