@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
|
@@ -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
|