@woosmap/ui 3.32.0 → 3.33.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/.storybook/preview.js +2 -2
- package/package.json +2 -2
- package/src/styles/style-console.styl +7 -6
- package/src/styles/style-website.styl +13 -9
- package/src/styles/website/MerchantDemo.styl +73 -54
- package/src/styles/website/button.styl +390 -140
- package/src/styles/website/card.styl +302 -0
- package/src/styles/website/colors.styl +279 -46
- package/src/styles/website/dropdown.styl +123 -0
- package/src/styles/website/fonts.styl +1 -1
- package/src/styles/website/input.styl +7 -7
- package/src/styles/website/mixins.styl +192 -4
- package/src/styles/website/popover.styl +8 -0
- package/src/styles/website/select.styl +47 -25
- package/src/styles/website/skeletondemo.styl +246 -521
- package/src/styles/website/tab.styl +5 -2
- package/src/styles/website/variables.styl +111 -28
- package/src/styles/next-website/MerchantDemo.styl +0 -222
- package/src/styles/next-website/button.styl +0 -416
- package/src/styles/next-website/colors.styl +0 -287
- package/src/styles/next-website/demo.styl +0 -264
- package/src/styles/next-website/dropdown.styl +0 -82
- package/src/styles/next-website/font.styl +0 -1
- package/src/styles/next-website/input.styl +0 -138
- package/src/styles/next-website/mixins.styl +0 -128
- package/src/styles/next-website/select.styl +0 -113
- package/src/styles/next-website/tab.styl +0 -41
- package/src/styles/next-website/variables.styl +0 -120
- package/src/styles/style-next-website.styl +0 -26
- package/src/styles/website/style.styl +0 -2
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
.wcard
|
|
2
|
+
border .1rem solid $borderColor
|
|
3
|
+
trans()
|
|
4
|
+
br()
|
|
5
|
+
display flex
|
|
6
|
+
position relative
|
|
7
|
+
text-decoration none
|
|
8
|
+
overflow hidden
|
|
9
|
+
box-shadow 0 1.5rem 3rem $dark15
|
|
10
|
+
font-size $cardFontSize
|
|
11
|
+
line-height $cardLineHeight
|
|
12
|
+
background $light
|
|
13
|
+
color $textColor
|
|
14
|
+
cursor pointer
|
|
15
|
+
&-container
|
|
16
|
+
margin 0 auto
|
|
17
|
+
max-width 103rem
|
|
18
|
+
width 100%
|
|
19
|
+
display flex
|
|
20
|
+
flex-wrap wrap
|
|
21
|
+
justify-content center
|
|
22
|
+
a
|
|
23
|
+
cursor default
|
|
24
|
+
&:hover
|
|
25
|
+
.icon
|
|
26
|
+
fill $primary !important
|
|
27
|
+
.wcard--small
|
|
28
|
+
.icon
|
|
29
|
+
fill $secondary !important
|
|
30
|
+
|
|
31
|
+
.wcard--office
|
|
32
|
+
border 0
|
|
33
|
+
> :nth-child(1)
|
|
34
|
+
> :nth-child(9)
|
|
35
|
+
.wcard--office
|
|
36
|
+
background-color rgba($logo1, 90%)
|
|
37
|
+
> :nth-child(2)
|
|
38
|
+
> :nth-child(10)
|
|
39
|
+
.wcard--office
|
|
40
|
+
background-color rgba($logo2, 90%)
|
|
41
|
+
> :nth-child(3)
|
|
42
|
+
> :nth-child(11)
|
|
43
|
+
.wcard--office
|
|
44
|
+
background-color rgba($logo3, 90%)
|
|
45
|
+
> :nth-child(4)
|
|
46
|
+
> :nth-child(12)
|
|
47
|
+
.wcard--office
|
|
48
|
+
background-color rgba($logo4, 90%)
|
|
49
|
+
> :nth-child(5)
|
|
50
|
+
> :nth-child(13)
|
|
51
|
+
.wcard--office
|
|
52
|
+
background-color rgba($logo5, 90%)
|
|
53
|
+
> :nth-child(6)
|
|
54
|
+
> :nth-child(14)
|
|
55
|
+
.wcard--office
|
|
56
|
+
background-color rgba($logo6, 90%)
|
|
57
|
+
> :nth-child(7)
|
|
58
|
+
> :nth-child(15)
|
|
59
|
+
.wcard--office
|
|
60
|
+
background-color rgba($logo7, 90%)
|
|
61
|
+
> :nth-child(8)
|
|
62
|
+
> :nth-child(16)
|
|
63
|
+
.wcard--office
|
|
64
|
+
background-color rgba($logo8, 90%)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
.section--dark &
|
|
68
|
+
.section--color1 &
|
|
69
|
+
.section--color2 &
|
|
70
|
+
.section--color3 &
|
|
71
|
+
.section--color4 &
|
|
72
|
+
.section--color5 &
|
|
73
|
+
.section--color6 &
|
|
74
|
+
.section--color7 &
|
|
75
|
+
.section--color8 &
|
|
76
|
+
border-color $dark50
|
|
77
|
+
box-shadow 0 1.5rem 3rem $dark60
|
|
78
|
+
&:not(.wcard--featured)
|
|
79
|
+
flex-direction column
|
|
80
|
+
.category
|
|
81
|
+
font-weight 400
|
|
82
|
+
font-size $fontSizeSmall
|
|
83
|
+
margin-top $cardPadding + 1
|
|
84
|
+
margin-bottom $cardPadding
|
|
85
|
+
.title
|
|
86
|
+
font-size $cardTitle
|
|
87
|
+
line-height $cardTitleLineHeight
|
|
88
|
+
font-weight 600
|
|
89
|
+
margin-bottom 0
|
|
90
|
+
min-height 7.8rem
|
|
91
|
+
overflow hidden
|
|
92
|
+
text-overflow ellipsis
|
|
93
|
+
display -webkit-box
|
|
94
|
+
-webkit-line-clamp 3
|
|
95
|
+
-webkit-box-orient vertical
|
|
96
|
+
text-shadow none
|
|
97
|
+
.image-title
|
|
98
|
+
max-width 16rem
|
|
99
|
+
margin auto
|
|
100
|
+
.paragraph
|
|
101
|
+
margin-bottom 0 !important
|
|
102
|
+
height 7rem
|
|
103
|
+
display -webkit-box
|
|
104
|
+
-webkit-line-clamp 3
|
|
105
|
+
-webkit-box-orient vertical
|
|
106
|
+
text-shadow none
|
|
107
|
+
&__header
|
|
108
|
+
trans()
|
|
109
|
+
height $cardHeaderHeight
|
|
110
|
+
background-repeat no-repeat
|
|
111
|
+
background-size cover
|
|
112
|
+
background-position 50% 50%
|
|
113
|
+
opacity .7
|
|
114
|
+
&__body
|
|
115
|
+
padding 0 $cardPadding
|
|
116
|
+
&__footer
|
|
117
|
+
padding $cardPadding
|
|
118
|
+
&__boxlink
|
|
119
|
+
width 100%
|
|
120
|
+
&--featured
|
|
121
|
+
flex-grow 1
|
|
122
|
+
justify-content center
|
|
123
|
+
.category
|
|
124
|
+
margin 0 0 2rem 0
|
|
125
|
+
font-weight 400
|
|
126
|
+
font-size $fontSizeSmall
|
|
127
|
+
.title
|
|
128
|
+
height auto
|
|
129
|
+
font-weight 700
|
|
130
|
+
font-size $title4
|
|
131
|
+
line-height $title4 * 1.4
|
|
132
|
+
display -webkit-box
|
|
133
|
+
-webkit-line-clamp 6
|
|
134
|
+
-webkit-box-orient vertical
|
|
135
|
+
margin-bottom 3rem !important
|
|
136
|
+
.wcard
|
|
137
|
+
&__content
|
|
138
|
+
display flex
|
|
139
|
+
flex-direction column
|
|
140
|
+
flex-grow 1
|
|
141
|
+
border-left 3rem solid $logo6
|
|
142
|
+
padding 2.3rem 4rem
|
|
143
|
+
height 39.2rem
|
|
144
|
+
&__header
|
|
145
|
+
width 100%
|
|
146
|
+
max-width 43rem
|
|
147
|
+
height auto
|
|
148
|
+
&__body
|
|
149
|
+
padding 0
|
|
150
|
+
flex-grow 1
|
|
151
|
+
&__footer
|
|
152
|
+
padding 0
|
|
153
|
+
&--small
|
|
154
|
+
max-width 28rem
|
|
155
|
+
flex-shrink 1
|
|
156
|
+
background-color unset
|
|
157
|
+
box-shadow none
|
|
158
|
+
border 0
|
|
159
|
+
margin 0 3rem 13rem 3rem
|
|
160
|
+
.title
|
|
161
|
+
font-size $title6 + .2
|
|
162
|
+
font-weight 700
|
|
163
|
+
line-height $title6 * 1.6
|
|
164
|
+
margin-bottom 3rem
|
|
165
|
+
-webkit-line-clamp 4
|
|
166
|
+
.wcard
|
|
167
|
+
&__header
|
|
168
|
+
br()
|
|
169
|
+
border .1rem solid $borderColor
|
|
170
|
+
width 100%
|
|
171
|
+
height 17rem
|
|
172
|
+
display flex
|
|
173
|
+
align-items center
|
|
174
|
+
justify-content center
|
|
175
|
+
background-color $light
|
|
176
|
+
margin-bottom 3rem
|
|
177
|
+
img
|
|
178
|
+
svg
|
|
179
|
+
width 20rem
|
|
180
|
+
&__body
|
|
181
|
+
padding 0
|
|
182
|
+
flex-grow 1
|
|
183
|
+
&__footer
|
|
184
|
+
padding 0
|
|
185
|
+
&__link
|
|
186
|
+
.btn
|
|
187
|
+
color $secondary
|
|
188
|
+
.icon
|
|
189
|
+
fill $secondary
|
|
190
|
+
&:hover
|
|
191
|
+
&.wcard
|
|
192
|
+
background-color unset
|
|
193
|
+
box-shadow none
|
|
194
|
+
border 0
|
|
195
|
+
&--demo
|
|
196
|
+
.title
|
|
197
|
+
margin-bottom 1rem
|
|
198
|
+
display flex
|
|
199
|
+
align-items center
|
|
200
|
+
color $light
|
|
201
|
+
span
|
|
202
|
+
display -webkit-box
|
|
203
|
+
-webkit-line-clamp 2
|
|
204
|
+
-webkit-box-orient vertical
|
|
205
|
+
|
|
206
|
+
.wcard
|
|
207
|
+
&__header
|
|
208
|
+
opacity 1
|
|
209
|
+
&__body
|
|
210
|
+
.paragraph
|
|
211
|
+
margin-bottom 2rem !important
|
|
212
|
+
overflow hidden
|
|
213
|
+
color $light
|
|
214
|
+
&__link
|
|
215
|
+
.btn
|
|
216
|
+
color $logo1
|
|
217
|
+
.icon
|
|
218
|
+
fill $logo1 !important
|
|
219
|
+
|
|
220
|
+
&--office
|
|
221
|
+
margin 0 2rem 10rem 2rem
|
|
222
|
+
width 28rem
|
|
223
|
+
min-height 38.4rem
|
|
224
|
+
justify-content space-between
|
|
225
|
+
position relative
|
|
226
|
+
opacity 1
|
|
227
|
+
.city
|
|
228
|
+
trans()
|
|
229
|
+
fullwh()
|
|
230
|
+
z-index 0
|
|
231
|
+
position absolute
|
|
232
|
+
top 0
|
|
233
|
+
left 0
|
|
234
|
+
background-repeat no-repeat
|
|
235
|
+
background-size cover
|
|
236
|
+
opacity .2
|
|
237
|
+
.title
|
|
238
|
+
trans()
|
|
239
|
+
font-size $title5
|
|
240
|
+
line-height $title5 * 1.3
|
|
241
|
+
margin-bottom 1rem
|
|
242
|
+
display flex
|
|
243
|
+
align-items center
|
|
244
|
+
.wcard
|
|
245
|
+
&__header
|
|
246
|
+
trans()
|
|
247
|
+
textShadow()
|
|
248
|
+
z-index 1
|
|
249
|
+
opacity 1
|
|
250
|
+
padding 2rem 2rem 0 2rem
|
|
251
|
+
color $light
|
|
252
|
+
&__body
|
|
253
|
+
trans()
|
|
254
|
+
textShadow()
|
|
255
|
+
z-index 1
|
|
256
|
+
padding 2rem
|
|
257
|
+
color $light
|
|
258
|
+
&:hover
|
|
259
|
+
border-color transparent
|
|
260
|
+
.city
|
|
261
|
+
opacity 1
|
|
262
|
+
.wcard
|
|
263
|
+
&__header .title
|
|
264
|
+
&__body
|
|
265
|
+
opacity 0.01
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
&:hover
|
|
269
|
+
border-color $dark15
|
|
270
|
+
box-shadow 0 1.5rem 1.6rem $dark15
|
|
271
|
+
transform translateY(-.4rem)
|
|
272
|
+
color $textColor
|
|
273
|
+
.wcard
|
|
274
|
+
&__header
|
|
275
|
+
opacity 1
|
|
276
|
+
&__link
|
|
277
|
+
.btn
|
|
278
|
+
color $linkColorHover !important
|
|
279
|
+
.icon
|
|
280
|
+
fill $linkColorHover !important
|
|
281
|
+
@media screen and (max-width 768px)
|
|
282
|
+
.wcard--featured
|
|
283
|
+
flex-direction column
|
|
284
|
+
.title
|
|
285
|
+
font-size $title5
|
|
286
|
+
line-height $title5 * 1.3
|
|
287
|
+
.wcard
|
|
288
|
+
&__header
|
|
289
|
+
height 22rem
|
|
290
|
+
max-width 100%
|
|
291
|
+
&__content
|
|
292
|
+
height auto
|
|
293
|
+
border-top 3rem solid $logo6
|
|
294
|
+
border-left 0
|
|
295
|
+
padding 2.3rem
|
|
296
|
+
@media screen and (max-width 580px)
|
|
297
|
+
.wcard--small
|
|
298
|
+
width auto
|
|
299
|
+
max-width unset
|
|
300
|
+
margin 0 0 5rem 0
|
|
301
|
+
.wcard--office
|
|
302
|
+
margin 0 0 5rem 0
|
|
@@ -1,42 +1,204 @@
|
|
|
1
|
-
$importantColor = red
|
|
2
|
-
$error = #a94442
|
|
3
|
-
$primary = rgba(30, 136, 229, 1)
|
|
4
|
-
$primary90 = rgba(30, 136, 229, .9)
|
|
5
|
-
$primary80 = rgba(30, 136, 229, .8)
|
|
6
|
-
$primary70 = rgba(30, 136, 229, .7)
|
|
7
|
-
$primary60 = rgba(30, 136, 229, .6)
|
|
8
|
-
$primary50 = rgba(30, 136, 229, .5)
|
|
9
|
-
$primary40 = rgba(30, 136, 229, .4)
|
|
10
|
-
$primary30 = rgba(30, 136, 229, .3)
|
|
11
|
-
$primary20 = rgba(30, 136, 229, .2)
|
|
12
|
-
$primary15 = rgba(30, 136, 229, .15)
|
|
13
|
-
$primary10 = rgba(30, 136, 229, .1)
|
|
14
|
-
$primary8 = rgba(30, 136, 229, .08)
|
|
15
|
-
$primary5 = rgba(30, 136, 229, .05)
|
|
16
|
-
$primary2 = rgba(30, 136, 229, .02)
|
|
17
|
-
|
|
18
|
-
$primary-dark = #187bd1
|
|
19
|
-
$primary-light = $primary15
|
|
20
|
-
|
|
21
|
-
$secondary = #c83587
|
|
22
|
-
$secondary-light = #f6b8da
|
|
23
|
-
|
|
24
|
-
$textColor = #000
|
|
25
|
-
$success = #2ad685 // #21db83
|
|
26
|
-
|
|
27
|
-
$focus = $primary
|
|
28
|
-
// Tabs
|
|
29
1
|
|
|
30
|
-
|
|
31
|
-
$
|
|
32
|
-
$
|
|
2
|
+
// Main colors
|
|
3
|
+
$logo1 = #4fc3f7
|
|
4
|
+
$logo1Dark = #0BB1FC
|
|
5
|
+
|
|
6
|
+
$logo2 = #5586ff
|
|
7
|
+
$logo2Dark = #376BED
|
|
8
|
+
|
|
9
|
+
$logo3 = #3d5afe
|
|
10
|
+
$logo3Dark = #2540D8
|
|
11
|
+
|
|
12
|
+
$logo4 = #3949ab
|
|
13
|
+
$logo4Dark = #212F88
|
|
14
|
+
|
|
15
|
+
$logo5 = #c51162
|
|
16
|
+
$logo5Dark = #A50A50
|
|
17
|
+
|
|
18
|
+
$logo6 = #f50057
|
|
19
|
+
$logo6Dark = #D5014C
|
|
20
|
+
|
|
21
|
+
$logo7 = #ff5252
|
|
22
|
+
$logo7Dark = #DB4545
|
|
23
|
+
|
|
24
|
+
$logo8 = #ffab00
|
|
25
|
+
$logo8Dark = #E39800
|
|
26
|
+
|
|
27
|
+
$linkColorLight = #01b3ff
|
|
28
|
+
$linkColor = $logo3
|
|
29
|
+
$linkColorHover = $logo8
|
|
30
|
+
|
|
31
|
+
$enterprisePlan = #31436C
|
|
32
|
+
$checked = #60CE97
|
|
33
|
+
|
|
34
|
+
$primary = $logo3 // 3d5afe
|
|
35
|
+
$primary90 = rgba(61, 90, 254, .9)
|
|
36
|
+
$primary80 = rgba(61, 90, 254, .8)
|
|
37
|
+
$primary70 = rgba(61, 90, 254, .7)
|
|
38
|
+
$primary60 = rgba(61, 90, 254, .6)
|
|
39
|
+
$primary50 = rgba(61, 90, 254, .5)
|
|
40
|
+
$primary40 = rgba(61, 90, 254, .4)
|
|
41
|
+
$primary30 = rgba(61, 90, 254, .3)
|
|
42
|
+
$primary25 = rgba(61, 90, 254, .25)
|
|
43
|
+
$primary20 = rgba(61, 90, 254, .2)
|
|
44
|
+
$primary15 = rgba(61, 90, 254, .15)
|
|
45
|
+
$primary14 = rgba(61, 90, 254, .14)
|
|
46
|
+
$primary13 = rgba(61, 90, 254, .13)
|
|
47
|
+
$primary12 = rgba(61, 90, 254, .12)
|
|
48
|
+
$primary11 = rgba(61, 90, 254, .11)
|
|
49
|
+
$primary10 = rgba(61, 90, 254, .1)
|
|
50
|
+
$primary9 = rgba(61, 90, 254, .09)
|
|
51
|
+
$primary8 = rgba(61, 90, 254, .08)
|
|
52
|
+
$primary7 = rgba(61, 90, 254, .07)
|
|
53
|
+
$primary6 = rgba(61, 90, 254, .06)
|
|
54
|
+
$primary5 = rgba(61, 90, 254, .05)
|
|
55
|
+
$primary4 = rgba(61, 90, 254, .04)
|
|
56
|
+
$primary3 = rgba(61, 90, 254, .03)
|
|
57
|
+
$primary2 = rgba(61, 90, 254, .02)
|
|
58
|
+
$primary1 = rgba(61, 90, 254, .01)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
$secondary = #252525
|
|
62
|
+
$secondary-medium60 = $secondary
|
|
63
|
+
$secondary-medium40 = $secondary
|
|
64
|
+
$secondary-medium30 = $secondary
|
|
65
|
+
$secondary-medium25 = $secondary
|
|
66
|
+
|
|
67
|
+
$bodyColor = #F8FAFD
|
|
68
|
+
// Texts & Components
|
|
69
|
+
$textColor = $secondary
|
|
70
|
+
|
|
71
|
+
$category = #A6A9B4
|
|
72
|
+
|
|
73
|
+
$darkGradient1 = #262D3E
|
|
74
|
+
$darkGradient2 = #31436C
|
|
75
|
+
|
|
76
|
+
$coloredGradient1 = $logo3
|
|
77
|
+
$coloredGradient2 = $logo6
|
|
78
|
+
$coloredGradient3 = $logo8
|
|
79
|
+
|
|
80
|
+
$buttonHover = $success2
|
|
81
|
+
$buttonBorderColor = #454545
|
|
82
|
+
$borderColor = rgba($secondary, .24)
|
|
83
|
+
|
|
84
|
+
$special = #FF368B
|
|
85
|
+
$special2 = #ff3260
|
|
86
|
+
$special3 = #46cebc
|
|
87
|
+
$focus = #3633ff
|
|
88
|
+
|
|
89
|
+
$favorite = #ffc200
|
|
90
|
+
|
|
91
|
+
$modalBg = rgba(0, 11, 31, .85)
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
// Labels
|
|
95
|
+
$labelBlue = #52a6e2
|
|
96
|
+
$labelMauve = #7d74c7
|
|
97
|
+
$labelGreen = #47bb90
|
|
98
|
+
$labelGrey = #7a86a7
|
|
99
|
+
$labelOrange = #dc9d40
|
|
100
|
+
$labelRed = #dc4e7e
|
|
101
|
+
|
|
102
|
+
// Metric
|
|
103
|
+
$metricsProjects = rgba(71, 72, 107, 1) // #47486b
|
|
104
|
+
$metricsProjects80 = rgba(71, 72, 107, .8) // #47486b
|
|
105
|
+
$metricsProjects60 = rgba(71, 72, 107, .6) // #47486b
|
|
106
|
+
$metricsProjects20 = rgba(71, 72, 107, .2) // #47486b
|
|
107
|
+
$metricsProjects10 = rgba(71, 72, 107, .1) // #47486b
|
|
108
|
+
$metricsProjects5 = rgba(71, 72, 107, .05) // #47486b
|
|
109
|
+
$metricsAssets = $metricsProjects
|
|
110
|
+
$metricsMembers = rgba(100, 107, 142, 1) // #646b8e
|
|
111
|
+
$metricsMembers20 = rgba(100, 107, 142, .2) // #646b8e
|
|
112
|
+
$metricsMembers10 = rgba(100, 107, 142, .1) // #646b8e
|
|
113
|
+
$metricsMembers5 = rgba(100, 107, 142, .05) // #646b8e
|
|
114
|
+
$metricsTeams = #839ba7
|
|
115
|
+
|
|
116
|
+
$metricsTopProjects = rgba(237, 247, 249, 1) // #edf7f9
|
|
117
|
+
$metricsLastCreatedProjects = rgba(233, 249, 242, 1) // #e9f9f2
|
|
118
|
+
|
|
119
|
+
$apiKey = #595390
|
|
120
|
+
|
|
121
|
+
// Privilege
|
|
122
|
+
$superuser = #277ed7
|
|
123
|
+
$staff = #ec4a8e
|
|
124
|
+
$owner = #4e6d94
|
|
125
|
+
$co-owner = #6fbb8a
|
|
126
|
+
|
|
127
|
+
// Plans
|
|
128
|
+
$free = #72b3a7
|
|
129
|
+
$standard = #4b7bd3
|
|
130
|
+
Plan = #c3417d
|
|
131
|
+
|
|
132
|
+
// Alerts
|
|
133
|
+
$success2 = rgba(14, 206, 170, 1)// #0eceaa
|
|
134
|
+
|
|
135
|
+
$success = rgba(47, 188, 114, 1)
|
|
136
|
+
$success-light = #0ff1c6
|
|
137
|
+
$success-dark = #0cc7a4
|
|
138
|
+
|
|
139
|
+
$success80 = rgba(47, 188, 114, .8)
|
|
140
|
+
$success70 = rgba(47, 188, 114, .7)
|
|
141
|
+
$success60 = rgba(47, 188, 114, .6)
|
|
142
|
+
$success50 = rgba(47, 188, 114, .5)
|
|
143
|
+
$success20 = rgba(47, 188, 114, .2)
|
|
144
|
+
$success50 = rgba(47, 188, 114, .5)
|
|
145
|
+
|
|
146
|
+
$error = rgba(220, 55, 71, 1) // #FF1744
|
|
147
|
+
$error-light = #ff6785
|
|
148
|
+
$error-dark = #ca0f33
|
|
149
|
+
|
|
150
|
+
$error50 = rgba(220, 55, 71, 5)
|
|
151
|
+
$error12 = rgba(220, 55, 71, .12)
|
|
152
|
+
$error30 = rgba(220, 55, 71, .3)
|
|
153
|
+
|
|
154
|
+
$info = rgba(0, 124, 255, 1) // #00B0FF
|
|
155
|
+
$info12 = rgba(0, 124, 255, .12)
|
|
156
|
+
$info30 = rgba(0, 124, 255, .3)
|
|
157
|
+
|
|
158
|
+
$warning = rgba(240, 116, 34, 1) // #ff6a00
|
|
159
|
+
$warning12 = rgba(240, 116, 34, .12)
|
|
160
|
+
$warning30 = rgba(240, 116, 34, .3)
|
|
161
|
+
|
|
162
|
+
$tip = rgba(240, 186, 34, 1) // #f0ba22
|
|
163
|
+
$tip12 = rgba(240, 186, 34, .12)
|
|
164
|
+
$tip50 = rgba(240, 186, 34, .5)
|
|
165
|
+
$tipInverse = rgba(223, 169, 16, 1)
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
$flashError = $error
|
|
169
|
+
$flashBgError = $error12
|
|
170
|
+
$flashBorderError = $error30
|
|
171
|
+
|
|
172
|
+
$flashSuccess = $success
|
|
173
|
+
$flashBgSuccess = $success20
|
|
174
|
+
$flashBorderSuccess = $success50
|
|
175
|
+
|
|
176
|
+
$flashInfo = $info
|
|
177
|
+
$flashBgInfo = $info12
|
|
178
|
+
$flashBorderInfo = $info30
|
|
33
179
|
|
|
180
|
+
$flashWarning = $warning
|
|
181
|
+
$flashBgWarning = $warning12
|
|
182
|
+
$flashBorderWarning = $warning30
|
|
34
183
|
|
|
35
|
-
|
|
36
|
-
$
|
|
37
|
-
$
|
|
38
|
-
$
|
|
39
|
-
$
|
|
184
|
+
|
|
185
|
+
$flashTip = $tip
|
|
186
|
+
$flashBgTip = $tip12
|
|
187
|
+
$flashBorderTip = $tip50
|
|
188
|
+
$flashTipInverse = $tipInverse
|
|
189
|
+
|
|
190
|
+
$flashHowto = $howto
|
|
191
|
+
$flashBgHowto = $howtoLight
|
|
192
|
+
$flashBorderHowto = $howtoDark
|
|
193
|
+
|
|
194
|
+
// Switch
|
|
195
|
+
$switch-inactive=$dark40
|
|
196
|
+
$switch-disabled= $dark10
|
|
197
|
+
$switch-active= $success2
|
|
198
|
+
$switch-focus= $primary
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
// Tabs
|
|
40
202
|
|
|
41
203
|
|
|
42
204
|
// DEMO
|
|
@@ -44,20 +206,25 @@ $demoWrapper = $primary5
|
|
|
44
206
|
$demoWrapper2 = $primary20
|
|
45
207
|
$demoWrapperBorder = $light
|
|
46
208
|
$result = $tabContent
|
|
209
|
+
$resultDark = $tabHeaderDark
|
|
47
210
|
$resultMatch = #ffe000
|
|
48
211
|
|
|
49
212
|
|
|
213
|
+
//new version of demos
|
|
214
|
+
$inputDemoBgColor = #f6f7f8
|
|
215
|
+
$inputDemoBorderColor = #bcc4d7
|
|
216
|
+
$inputDemoPlaceholderColor = #818ca5
|
|
217
|
+
|
|
218
|
+
$activeColor = #7f98b3
|
|
219
|
+
$activeColorDark = #4c657e
|
|
220
|
+
|
|
50
221
|
// Inputs
|
|
51
|
-
$
|
|
52
|
-
$
|
|
53
|
-
$
|
|
54
|
-
|
|
222
|
+
$inputBgColor = $light
|
|
223
|
+
$inputBorderColor = $inputDemoBorderColor
|
|
224
|
+
$placeHolderColor = $inputDemoPlaceholderColor
|
|
225
|
+
|
|
226
|
+
|
|
55
227
|
|
|
56
|
-
// Switch
|
|
57
|
-
$switch-inactive=$dark40
|
|
58
|
-
$switch-disabled= $dark10
|
|
59
|
-
$switch-active= $success
|
|
60
|
-
$switch-focus= $primary
|
|
61
228
|
|
|
62
229
|
$dark = rgba(0, 0, 0, 1)
|
|
63
230
|
$dark90 = rgba(0, 0, 0, .9)
|
|
@@ -66,7 +233,9 @@ $dark70 = rgba(0, 0, 0, .7)
|
|
|
66
233
|
$dark60 = rgba(0, 0, 0, .6)
|
|
67
234
|
$dark50 = rgba(0, 0, 0, .5)
|
|
68
235
|
$dark40 = rgba(0, 0, 0, .4)
|
|
236
|
+
$dark35 = rgba(0, 0, 0, .35)
|
|
69
237
|
$dark30 = rgba(0, 0, 0, .3)
|
|
238
|
+
$dark25 = rgba(0, 0, 0, .25)
|
|
70
239
|
$dark20 = rgba(0, 0, 0, .2)
|
|
71
240
|
$dark15 = rgba(0, 0, 0, .15)
|
|
72
241
|
$dark14 = rgba(0, 0, 0, .14)
|
|
@@ -102,4 +271,68 @@ $light5 = rgba(255, 255, 255, .05)
|
|
|
102
271
|
$light4 = rgba(255, 255, 255, .04)
|
|
103
272
|
$light3 = rgba(255, 255, 255, .03)
|
|
104
273
|
$light2 = rgba(255, 255, 255, .02)
|
|
105
|
-
$light1 = rgba(255, 255, 255, .01)
|
|
274
|
+
$light1 = rgba(255, 255, 255, .01)
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
// Products
|
|
279
|
+
|
|
280
|
+
$search = #388aff
|
|
281
|
+
$search10 = rgba($search, .1)
|
|
282
|
+
$searchDark = #0D63DD
|
|
283
|
+
|
|
284
|
+
$localities = #009DFF
|
|
285
|
+
$localities10 = rgba($localities, .1)
|
|
286
|
+
$localitiesDark = #0085D8
|
|
287
|
+
|
|
288
|
+
$address = #4AC6F2
|
|
289
|
+
$address10 = rgba($address, .1)
|
|
290
|
+
$addressDark = #0D9ED1
|
|
291
|
+
|
|
292
|
+
$multiSearch = #688FCE
|
|
293
|
+
$multiSearch10 = rgba($multiSearch, .1)
|
|
294
|
+
$multiSearchDark = #3A68B2
|
|
295
|
+
|
|
296
|
+
$geolocation = #506BDE
|
|
297
|
+
$geolocation10 = rgba($geolocation, .1)
|
|
298
|
+
$geolocationDark = #1F40CC
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
$merchant = #7F8A98
|
|
302
|
+
$merchant10 = rgba($merchant, .1)
|
|
303
|
+
$merchantDark = #4F5D6E
|
|
304
|
+
|
|
305
|
+
$storeLocator = #82A1A7
|
|
306
|
+
$storeLocator10 = rgba($storeLocator, .1)
|
|
307
|
+
$storeLocatorDark = #546D72
|
|
308
|
+
|
|
309
|
+
$geofencing = #939AB1
|
|
310
|
+
$geofencing10 = rgba($geofencing, .1)
|
|
311
|
+
$geofencingDark = #59617C
|
|
312
|
+
|
|
313
|
+
$connectors = #A193BC
|
|
314
|
+
$connectors10 = rgba($connectors, .1)
|
|
315
|
+
$connectorsDark = #6C5E88
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
$distance = #FF8A65
|
|
319
|
+
$distance10 = rgba($distance, .1)
|
|
320
|
+
$distanceDark = #E06138
|
|
321
|
+
|
|
322
|
+
$traffic = #FF6565
|
|
323
|
+
$traffic10 = rgba($traffic, .1)
|
|
324
|
+
$trafficDark = #E04B4B
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
$map = #A1887F
|
|
328
|
+
$map10 = rgba($map, .1)
|
|
329
|
+
$mapDark = #906455
|
|
330
|
+
|
|
331
|
+
$mapping = #B9715A
|
|
332
|
+
$mapping10 = rgba($mapping, .1)
|
|
333
|
+
$mappingDark = #96503A
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
$showcases = #68668E
|
|
337
|
+
$showcases10 = rgba($showcases, .1)
|
|
338
|
+
$showcasesDark = #444177
|