@woosmap/ui 3.110.0 → 3.113.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
|
@@ -28,28 +28,31 @@
|
|
|
28
28
|
color $secondary60
|
|
29
29
|
&.active
|
|
30
30
|
background $primary6 url('../../images/texture.png')
|
|
31
|
-
|
|
32
31
|
&__title
|
|
33
32
|
ellipsis()
|
|
34
33
|
font-weight 600
|
|
35
34
|
margin-bottom .2rem
|
|
35
|
+
padding-right 2rem
|
|
36
|
+
width 100%
|
|
37
|
+
min-width 0
|
|
36
38
|
.inline &
|
|
37
39
|
order 1
|
|
38
|
-
min-width 10rem
|
|
39
40
|
margin-right 1.2rem
|
|
40
41
|
margin-bottom 0
|
|
42
|
+
padding-right 0
|
|
41
43
|
&__subtitle
|
|
44
|
+
ellipsis()
|
|
42
45
|
font-size $fontSizeSmall
|
|
43
46
|
color $secondary60
|
|
47
|
+
width 100%
|
|
48
|
+
min-width 0
|
|
44
49
|
.inline &
|
|
45
50
|
order 3
|
|
46
|
-
ellipsis()
|
|
47
51
|
margin-left auto
|
|
48
|
-
white-space nowrap
|
|
49
52
|
&__content
|
|
53
|
+
flexMiddle()
|
|
50
54
|
margin-top auto
|
|
51
55
|
padding-top 1rem
|
|
52
|
-
flexMiddle()
|
|
53
56
|
.disabled &
|
|
54
57
|
opacity .5
|
|
55
58
|
&__favorite
|