@woosmap/ui 1.397.0 → 1.401.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
|
@@ -14,30 +14,44 @@
|
|
|
14
14
|
.icon
|
|
15
15
|
fill $light
|
|
16
16
|
&--round
|
|
17
|
-
justify-content center
|
|
18
|
-
padding 0
|
|
19
17
|
br(50)
|
|
20
18
|
sq($buttonHeight)
|
|
19
|
+
justify-content center
|
|
20
|
+
padding 0
|
|
21
|
+
min-height unset
|
|
21
22
|
&--pill
|
|
22
23
|
border-radius 5rem
|
|
23
24
|
&--small
|
|
24
|
-
|
|
25
|
+
min-height $buttonHeightSmall
|
|
26
|
+
font-size $buttonFontSizeSmall
|
|
27
|
+
line-height 1.4
|
|
28
|
+
padding .4rem $padding - .4rem .4rem $padding - .4rem
|
|
25
29
|
&.label--round
|
|
26
|
-
padding 0
|
|
27
30
|
br(50)
|
|
28
31
|
sq($buttonHeightSmall)
|
|
32
|
+
padding 0
|
|
33
|
+
width $buttonHeightSmall
|
|
34
|
+
min-height unset
|
|
29
35
|
&--mini
|
|
30
|
-
|
|
36
|
+
min-height $buttonHeightMini
|
|
37
|
+
font-size $buttonFontSizeMini
|
|
38
|
+
line-height 1.2
|
|
39
|
+
padding .4rem $padding - .4rem .4rem $padding - .4rem
|
|
31
40
|
&.label--round
|
|
32
|
-
padding 0
|
|
33
41
|
br(50)
|
|
34
42
|
sq($buttonHeightMini)
|
|
43
|
+
padding 0
|
|
44
|
+
min-height unset
|
|
35
45
|
&--nano
|
|
36
|
-
|
|
46
|
+
min-height $buttonHeightNano
|
|
47
|
+
font-size $buttonFontSizeNano
|
|
48
|
+
line-height 1.1
|
|
49
|
+
padding .4rem $padding - .4rem .4rem $padding - .4rem
|
|
37
50
|
&.label--round
|
|
38
|
-
padding 0
|
|
39
51
|
br(50)
|
|
40
52
|
sq($buttonHeightNano)
|
|
53
|
+
padding 0
|
|
54
|
+
min-height unset
|
|
41
55
|
&--localities
|
|
42
56
|
background-color $localities
|
|
43
57
|
&--geolocation
|
|
@@ -328,6 +328,8 @@
|
|
|
328
328
|
&.error
|
|
329
329
|
color $error
|
|
330
330
|
position relative
|
|
331
|
+
.icon
|
|
332
|
+
fill $error
|
|
331
333
|
&:before
|
|
332
334
|
content ''
|
|
333
335
|
position absolute
|
|
@@ -462,6 +464,10 @@
|
|
|
462
464
|
min-width 3rem
|
|
463
465
|
flex-shrink 1
|
|
464
466
|
padding 0 !important
|
|
467
|
+
&.error
|
|
468
|
+
&:before
|
|
469
|
+
top 0
|
|
470
|
+
right .2rem
|
|
465
471
|
.btn__label
|
|
466
472
|
font-size $fontSizeSmall
|
|
467
473
|
text-align center
|
|
@@ -476,5 +482,5 @@
|
|
|
476
482
|
&--tab
|
|
477
483
|
flex-shrink 1
|
|
478
484
|
mbi(.4)
|
|
479
|
-
|
|
480
|
-
|
|
485
|
+
.btn__label
|
|
486
|
+
font-size $fontSizeMini - .1
|
|
@@ -82,9 +82,15 @@ $labelRed = #dc4e7e
|
|
|
82
82
|
$metricsProjects = rgba(71, 72, 107, 1) // #47486b
|
|
83
83
|
$metricsProjects80 = rgba(71, 72, 107, .8) // #47486b
|
|
84
84
|
$metricsProjects60 = rgba(71, 72, 107, .6) // #47486b
|
|
85
|
+
$metricsProjects20 = rgba(71, 72, 107, .2) // #47486b
|
|
86
|
+
$metricsProjects10 = rgba(71, 72, 107, .1) // #47486b
|
|
87
|
+
$metricsProjects5 = rgba(71, 72, 107, .05) // #47486b
|
|
85
88
|
$metricsAssets = $metricsProjects
|
|
86
89
|
$metricsMembers = rgba(100, 107, 142, 1) // #646b8e
|
|
87
|
-
$
|
|
90
|
+
$metricsMembers20 = rgba(100, 107, 142, .2) // #646b8e
|
|
91
|
+
$metricsMembers10 = rgba(100, 107, 142, .1) // #646b8e
|
|
92
|
+
$metricsMembers5 = rgba(100, 107, 142, .05) // #646b8e
|
|
93
|
+
$metricsTeams = #839ba7
|
|
88
94
|
|
|
89
95
|
$metricsTopProjects = rgba(237, 247, 249, 1) // #edf7f9
|
|
90
96
|
$metricsLastCreatedProjects = rgba(233, 249, 242, 1) // #e9f9f2
|