@woosmap/ui 2.58.0 → 3.4.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.
@@ -0,0 +1,343 @@
1
+ .btn
2
+ cursor pointer
3
+ text-decoration none
4
+ .icon
5
+ flex-shrink 0
6
+ &.active
7
+ cursor default
8
+ &:disabled
9
+ &:not(.btn--group)
10
+ cursor default
11
+ opacity .3
12
+ box-shadow none
13
+ &:hover
14
+ opacity .3
15
+ &--icon
16
+ &:not(.btn--link):not(.btn--link-primary):not(.btn--link-info):not(.btn--link-flex):not(.btn--link-flex-info):not(.btn--group):not(.btn--sidebar-link)
17
+ sq()
18
+ btn()
19
+ justify-content center
20
+ padding 0
21
+ &.btn--loading
22
+ padding 0
23
+ .icon
24
+ sq(2.4)
25
+ &.btn--small
26
+ buttonSmall()
27
+ width $buttonHeightSmall
28
+ &.btn--mini
29
+ buttonMini()
30
+ width $buttonHeightMini
31
+ &.btn--large
32
+ buttonLarge()
33
+ width $buttonHeightLarge
34
+ &.btn--primary
35
+ &:disabled
36
+ &:hover
37
+ background-color $primary
38
+ .icon
39
+ fill $light
40
+ &.btn--loading
41
+ &:hover
42
+ background-color $primary
43
+ &.btn--secondary
44
+ &:disabled
45
+ &:hover
46
+ background-color transparent
47
+ border-color $inputBorderColor
48
+ .icon
49
+ fill $secondary
50
+ &.btn--important
51
+ &:disabled
52
+ &:hover
53
+ background-color $error
54
+ .icon
55
+ fill $light
56
+ &.btn--has-icon
57
+ &:not(.btn--small):not(.btn--large)
58
+ mbi(.4)
59
+ &.btn--icon
60
+ flex-shrink 0
61
+ .icon
62
+ flex-shrink 0
63
+ &--primary
64
+ &--important
65
+ btn()
66
+ textShadow()
67
+ color $light
68
+ .icon
69
+ fill $light
70
+ trans()
71
+ &.btn--loading:not(.btn--small):not(.btn--large)
72
+ disableHoverEffect()
73
+ .icon
74
+ margin-right .3rem
75
+ sq(2.2)
76
+ &.btn--has-icon
77
+ &:not(.btn--small):not(.btn--large)
78
+ mbi(.4)
79
+ &.btn--icon
80
+ flex-shrink 0
81
+ .icon
82
+ flex-shrink 0
83
+ &--primary
84
+ background-color $primary
85
+ &:disabled
86
+ &:hover
87
+ background-color $primary
88
+ &--important
89
+ background-color $error
90
+ &:disabled
91
+ &:hover
92
+ background-color $error
93
+ &--secondary
94
+ btn()
95
+ color $secondary
96
+ background-color $light
97
+ border .1rem solid $inputBorderColor
98
+ .icon
99
+ fill $secondary
100
+ trans()
101
+ &.btn--has-icon
102
+ mbi(.4)
103
+ &.btn--icon
104
+ flex-shrink 0
105
+ .icon
106
+ flex-shrink 0
107
+ &:hover
108
+ border-color $success
109
+ &.btn--loading
110
+ &:hover
111
+ background-color transparent
112
+ color $secondary
113
+ cursor default
114
+ border-color $inputBorderColor
115
+ .icon
116
+ fill $secondary
117
+ &:disabled
118
+ opacity .4
119
+ cursor default
120
+ &:disabled
121
+ &:hover
122
+ opacity .4
123
+ background-color transparent
124
+ color $secondary
125
+ border-color $inputBorderColor
126
+ .icon
127
+ fill $secondary
128
+ &--inverse
129
+ btn()
130
+ background-color transparent
131
+ border .1rem solid $light
132
+ color $light
133
+ .icon
134
+ fill $light
135
+ &.btn--has-icon
136
+ mbi(.4)
137
+ &.btn--icon
138
+ flex-shrink 0
139
+ .icon
140
+ flex-shrink 0
141
+ &:hover
142
+ border-color $success
143
+ color $light
144
+ .icon
145
+ fill $light
146
+ &:disabled
147
+ opacity .3
148
+ &:hover
149
+ cursor default
150
+ border-color $success
151
+ color $light
152
+ .icon
153
+ fill $light
154
+ &--link-flex
155
+ &--link-flex-info
156
+ &--link
157
+ &--link-primary
158
+ &--link-info
159
+ focus()
160
+ trans()
161
+ height auto
162
+ padding 0
163
+ line-height $fontSize
164
+ color $secondary
165
+ vertical-align baseline
166
+ position relative
167
+ .btn__label
168
+ line-height $fontSize
169
+ vertical-align baseline
170
+ &:hover
171
+ text-decoration underline
172
+ color $primary
173
+ .icon
174
+ fill $primary
175
+ &:disabled
176
+ cursor default
177
+ opacity .3
178
+ &:hover
179
+ color inherit
180
+ opacity .3
181
+ text-decoration underline
182
+ .icon
183
+ fill inherit
184
+ .label &
185
+ &:hover
186
+ .icon
187
+ fill $light
188
+ &.btn--icon
189
+ padding 0
190
+ text-decoration none
191
+ &.btn--has-icon
192
+ &:not(.btn--icon-right)
193
+ .icon
194
+ margin-right .3rem
195
+ &.btn--icon-right
196
+ .icon
197
+ margin-left .3rem
198
+ &--link
199
+ &--link-primary
200
+ &--link-info
201
+ .icon
202
+ trans()
203
+ position relative
204
+ top .7rem
205
+ &:not(.btn--icon-right)
206
+ .icon
207
+ left -.3rem
208
+ &.btn--small
209
+ .icon
210
+ top .5rem
211
+ left -.3rem
212
+ &.btn--large
213
+ .icon
214
+ top 1.2rem
215
+ left -.3rem
216
+ &.btn--icon-right
217
+ .icon
218
+ right -.3rem
219
+ &.btn--small
220
+ .icon
221
+ top .5rem
222
+ rigth -.3rem
223
+ &.btn--large
224
+ .icon
225
+ top 1.2rem
226
+ rigth -.3rem
227
+ &--link-flex
228
+ &--link-flex-info
229
+ display flex
230
+ align-items center
231
+ &.btn--no-label
232
+ display flex
233
+ align-items center
234
+ justify-content center
235
+ &.btn--large
236
+ &.btn--small
237
+ height auto
238
+ padding 0 !important
239
+ &--link-flex-info
240
+ &:hover
241
+ color $primary
242
+ text-decoration none
243
+ .icon
244
+ fill $primary
245
+ &:disabled
246
+ &:hover
247
+ color $primary
248
+ text-decoration none
249
+ .icon
250
+ fill $primary
251
+ &--link
252
+ &--link-flex
253
+ &.btn--light-color
254
+ color $secondary-medium40
255
+ .icon
256
+ trans()
257
+ fill $secondary-medium40
258
+ &:hover
259
+ color $primary
260
+ .icon
261
+ fill $primary
262
+ &--link-primary
263
+ color $primary
264
+ .icon
265
+ fill $primary
266
+ &:disabled
267
+ &:hover
268
+ color $primary
269
+ text-decoration none
270
+ .icon
271
+ fill $primary
272
+ &--link-info
273
+ &--link-flex-info
274
+ color $info
275
+ .icon
276
+ fill $info
277
+ &:hover
278
+ color $primary
279
+ text-decoration underline
280
+ .icon
281
+ fill $primary
282
+ &--link-info
283
+ &--link-flex-info
284
+ &--link-flex
285
+ transition none
286
+ .icon
287
+ trans()
288
+ .btn__label
289
+ trans()
290
+
291
+ &--has-icon
292
+ &:not(.btn--icon):not(.btn--link):not(.btn--link-primary):not(.btn--link-info):not(.btn--link-flex):not(.btn--link-flex-info):not(.btn--loading):not(.btn--mini):not(.btn--small):not(.btn--large):not(.btn--dropdown-item):not(.btn--tab):not(.btn--sidebar-link):not(.btn--icon-right)
293
+ padding 0 $padding 0 $padding - .6
294
+ &:not(.btn--icon):not(.btn--link):not(.btn--link-primary):not(.btn--link-info):not(.btn--link-flex):not(.btn--link-flex-info):not(.btn--loading):not(.btn--mini):not(.btn--small):not(.btn--large):not(.btn--dropdown-item):not(.btn--tab):not(.btn--sidebar-link)
295
+ &.btn--icon-right
296
+ padding 0 $padding - .6 0 $padding
297
+ &--loading
298
+ &:not(.btn--icon):not(.btn--small):not(.btn--large):not(.btn--sidebar-link)
299
+ padding-left $padding - .4
300
+ &:hover
301
+ &.btn--important
302
+ background-color $error
303
+ .icon
304
+ sq(2.2)
305
+
306
+
307
+ &--small
308
+ buttonSmall()
309
+ &.btn--group
310
+ &.btn--switch
311
+ buttonSmall()
312
+ &.btn--icon
313
+ width auto
314
+ img
315
+ max-width 2.2rem
316
+ &:not(.btn--custom-icon-size)
317
+ .icon
318
+ sq(1.8)
319
+ &:not(.btn--icon)
320
+ .icon
321
+ margin-right .4rem
322
+ &.btn--has-icon
323
+ padding-left $padding - .5
324
+ &.btn--loading
325
+ padding-left $padding - .4
326
+ disableHoverEffect()
327
+ .icon
328
+ sq(1.8)
329
+ &--large
330
+ buttonLarge()
331
+ &:not(.btn--custom-icon-size)
332
+ .icon
333
+ sq(3.2)
334
+ &:not(.btn--icon)
335
+ .icon
336
+ margin-right .6rem
337
+ &.btn--has-icon
338
+ padding-left $padding - .4
339
+ &.btn--loading
340
+ padding-left $padding
341
+ disableHoverEffect()
342
+ .icon
343
+ sq(3.2)
@@ -0,0 +1,279 @@
1
+
2
+ // Main colors
3
+ $logo1 = rgba(79, 195, 247, 1) // #4fc3f7
4
+ $logo2 = rgba(85, 134, 255, 1) // #5586ff
5
+ $logo3 = rgba(61, 90, 254, 1) // #3d5afe
6
+ $logo4 = rgba(57, 73, 171, 1) // #3949ab
7
+ $logo5 = rgba(197, 17, 98, 1) // #c51162
8
+ $logo6 = rgba(245, 0, 87, 1) // #f50057
9
+ $logo7 = rgba(255, 82, 82, 1) // #ff5252
10
+ $logo8 = rgba(255, 171, 0, 1) // #ffab00
11
+
12
+ $linkColorDark = #01b3ff
13
+ $linkColor = $logo3
14
+
15
+ $primary = $logo3 // 3d5afe
16
+ $primary90 = rgba(61, 90, 254, .9)
17
+ $primary80 = rgba(61, 90, 254, .8)
18
+ $primary70 = rgba(61, 90, 254, .7)
19
+ $primary60 = rgba(61, 90, 254, .6)
20
+ $primary50 = rgba(61, 90, 254, .5)
21
+ $primary40 = rgba(61, 90, 254, .4)
22
+ $primary30 = rgba(61, 90, 254, .3)
23
+ $primary25 = rgba(61, 90, 254, .25)
24
+ $primary20 = rgba(61, 90, 254, .2)
25
+ $primary15 = rgba(61, 90, 254, .15)
26
+ $primary14 = rgba(61, 90, 254, .14)
27
+ $primary13 = rgba(61, 90, 254, .13)
28
+ $primary12 = rgba(61, 90, 254, .12)
29
+ $primary11 = rgba(61, 90, 254, .11)
30
+ $primary10 = rgba(61, 90, 254, .1)
31
+ $primary9 = rgba(61, 90, 254, .09)
32
+ $primary8 = rgba(61, 90, 254, .08)
33
+ $primary7 = rgba(61, 90, 254, .07)
34
+ $primary6 = rgba(61, 90, 254, .06)
35
+ $primary5 = rgba(61, 90, 254, .05)
36
+ $primary4 = rgba(61, 90, 254, .04)
37
+ $primary3 = rgba(61, 90, 254, .03)
38
+ $primary2 = rgba(61, 90, 254, .02)
39
+ $primary1 = rgba(61, 90, 254, .01)
40
+
41
+
42
+ $secondary = #252525
43
+ $secondary-medium60 = $secondary
44
+ $secondary-medium40 = $secondary
45
+ $secondary-medium30 = $secondary
46
+ $secondary-medium25 = $secondary
47
+
48
+ $bodyColor = #F8FAFD
49
+ // Texts & Components
50
+ $textColor = $secondary
51
+
52
+ $category = #A6A9B4
53
+
54
+ $darkGradient1 = #262D3E
55
+ $darkGradient2 = #31436C
56
+
57
+ $coloredGradient1 = $logo3
58
+ $coloredGradient2 = $logo6
59
+ $coloredGradient3 = $logo8
60
+
61
+ $buttonHover = $success2
62
+ $buttonBorderColor = #454545
63
+ $borderColor = #ebebed
64
+
65
+ $special = #FF368B
66
+ $special2 = #ff3260
67
+ $special3 = #46cebc
68
+ $focus = #3633ff
69
+
70
+ $favorite = #ffc200
71
+
72
+ $modalBg = rgba(0, 11, 31, .85)
73
+
74
+ // Labels
75
+ $labelBlue = #52a6e2
76
+ $labelMauve = #7d74c7
77
+ $labelGreen = #47bb90
78
+ $labelGrey = #7a86a7
79
+ $labelOrange = #dc9d40
80
+ $labelRed = #dc4e7e
81
+
82
+ // Metric
83
+ $metricsProjects = rgba(71, 72, 107, 1) // #47486b
84
+ $metricsProjects80 = rgba(71, 72, 107, .8) // #47486b
85
+ $metricsProjects60 = rgba(71, 72, 107, .6) // #47486b
86
+ $metricsProjects20 = rgba(71, 72, 107, .2) // #47486b
87
+ $metricsProjects10 = rgba(71, 72, 107, .1) // #47486b
88
+ $metricsProjects5 = rgba(71, 72, 107, .05) // #47486b
89
+ $metricsAssets = $metricsProjects
90
+ $metricsMembers = rgba(100, 107, 142, 1) // #646b8e
91
+ $metricsMembers20 = rgba(100, 107, 142, .2) // #646b8e
92
+ $metricsMembers10 = rgba(100, 107, 142, .1) // #646b8e
93
+ $metricsMembers5 = rgba(100, 107, 142, .05) // #646b8e
94
+ $metricsTeams = #839ba7
95
+
96
+ $metricsTopProjects = rgba(237, 247, 249, 1) // #edf7f9
97
+ $metricsLastCreatedProjects = rgba(233, 249, 242, 1) // #e9f9f2
98
+
99
+ $apiKey = #595390
100
+
101
+ // Privilege
102
+ $superuser = #277ed7
103
+ $staff = #ec4a8e
104
+ $owner = #4e6d94
105
+ $co-owner = #6fbb8a
106
+
107
+ // Plans
108
+ $free = #72b3a7
109
+ $standard = #4b7bd3
110
+ $enterprise = #c3417d
111
+
112
+ // Alerts
113
+ $success2 = rgba(14, 206, 170, 1)// #0eceaa
114
+
115
+ $success = rgba(47, 188, 114, 1)
116
+ $success-light = #0ff1c6
117
+ $success-dark = #0cc7a4
118
+
119
+ $success80 = rgba(47, 188, 114, .8)
120
+ $success70 = rgba(47, 188, 114, .7)
121
+ $success60 = rgba(47, 188, 114, .6)
122
+ $success50 = rgba(47, 188, 114, .5)
123
+ $success20 = rgba(47, 188, 114, .2)
124
+ $success50 = rgba(47, 188, 114, .5)
125
+
126
+ $error = rgba(220, 55, 71, 1) // #FF1744
127
+ $error-light = #ff6785
128
+ $error-dark = #ca0f33
129
+
130
+ $error50 = rgba(220, 55, 71, 5)
131
+ $error12 = rgba(220, 55, 71, .12)
132
+ $error30 = rgba(220, 55, 71, .3)
133
+
134
+ $info = rgba(0, 124, 255, 1) // #00B0FF
135
+ $info12 = rgba(0, 124, 255, .12)
136
+ $info30 = rgba(0, 124, 255, .3)
137
+
138
+ $warning = rgba(240, 116, 34, 1) // #ff6a00
139
+ $warning12 = rgba(240, 116, 34, .12)
140
+ $warning30 = rgba(240, 116, 34, .3)
141
+
142
+ $tip = rgba(240, 186, 34, 1) // #f0ba22
143
+ $tip12 = rgba(240, 186, 34, .12)
144
+ $tip50 = rgba(240, 186, 34, .5)
145
+ $tipInverse = rgba(223, 169, 16, 1)
146
+
147
+
148
+ $flashError = $error
149
+ $flashBgError = $error12
150
+ $flashBorderError = $error30
151
+
152
+ $flashSuccess = $success
153
+ $flashBgSuccess = $success20
154
+ $flashBorderSuccess = $success50
155
+
156
+ $flashInfo = $info
157
+ $flashBgInfo = $info12
158
+ $flashBorderInfo = $info30
159
+
160
+ $flashWarning = $warning
161
+ $flashBgWarning = $warning12
162
+ $flashBorderWarning = $warning30
163
+
164
+
165
+ $flashTip = $tip
166
+ $flashBgTip = $tip12
167
+ $flashBorderTip = $tip50
168
+ $flashTipInverse = $tipInverse
169
+
170
+ $flashHowto = $howto
171
+ $flashBgHowto = $howtoLight
172
+ $flashBorderHowto = $howtoDark
173
+
174
+ // Switch
175
+ $switch-inactive=$dark40
176
+ $switch-disabled= $dark10
177
+ $switch-active= $success2
178
+ $switch-focus= $primary
179
+
180
+
181
+ // Tabs
182
+
183
+
184
+ // DEMO
185
+ $demoWrapper = $primary5
186
+ $demoWrapper2 = $primary20
187
+ $demoWrapperBorder = $light
188
+ $result = $tabContent
189
+ $resultDark = $tabHeaderDark
190
+ $resultMatch = #ffe000
191
+
192
+
193
+ // Inputs
194
+ $inputBorderColor =$buttonBorderColor
195
+ $placeHolderColor = #a4a4a4
196
+
197
+
198
+ $dark = rgba(0, 0, 0, 1)
199
+ $dark90 = rgba(0, 0, 0, .9)
200
+ $dark80 = rgba(0, 0, 0, .8)
201
+ $dark70 = rgba(0, 0, 0, .7)
202
+ $dark60 = rgba(0, 0, 0, .6)
203
+ $dark50 = rgba(0, 0, 0, .5)
204
+ $dark40 = rgba(0, 0, 0, .4)
205
+ $dark35 = rgba(0, 0, 0, .35)
206
+ $dark30 = rgba(0, 0, 0, .3)
207
+ $dark25 = rgba(0, 0, 0, .25)
208
+ $dark20 = rgba(0, 0, 0, .2)
209
+ $dark15 = rgba(0, 0, 0, .15)
210
+ $dark14 = rgba(0, 0, 0, .14)
211
+ $dark13 = rgba(0, 0, 0, .13)
212
+ $dark12 = rgba(0, 0, 0, .12)
213
+ $dark11 = rgba(0, 0, 0, .11)
214
+ $dark10 = rgba(0, 0, 0, .1)
215
+ $dark9 = rgba(0, 0, 0, .09)
216
+ $dark8 = rgba(0, 0, 0, .08)
217
+ $dark7 = rgba(0, 0, 0, .07)
218
+ $dark6 = rgba(0, 0, 0, .06)
219
+ $dark5 = rgba(0, 0, 0, .05)
220
+ $dark4 = rgba(0, 0, 0, .04)
221
+ $dark3 = rgba(0, 0, 0, .03)
222
+ $dark2 = rgba(0, 0, 0, .02)
223
+ $dark1 = rgba(0, 0, 0, .01)
224
+
225
+ $light = rgba(255, 255, 255, 1)
226
+ $light90 = rgba(255, 255, 255, .9)
227
+ $light80 = rgba(255, 255, 255, .8)
228
+ $light70 = rgba(255, 255, 255, .7)
229
+ $light60 = rgba(255, 255, 255, .6)
230
+ $light50 = rgba(255, 255, 255, .5)
231
+ $light40 = rgba(255, 255, 255, .4)
232
+ $light30 = rgba(255, 255, 255, .3)
233
+ $light20 = rgba(255, 255, 255, .2)
234
+ $light10 = rgba(255, 255, 255, .1)
235
+ $light9 = rgba(255, 255, 255, .09)
236
+ $light8 = rgba(255, 255, 255, .08)
237
+ $light7 = rgba(255, 255, 255, .07)
238
+ $light6 = rgba(255, 255, 255, .06)
239
+ $light5 = rgba(255, 255, 255, .05)
240
+ $light4 = rgba(255, 255, 255, .04)
241
+ $light3 = rgba(255, 255, 255, .03)
242
+ $light2 = rgba(255, 255, 255, .02)
243
+ $light1 = rgba(255, 255, 255, .01)
244
+
245
+
246
+
247
+ // Products
248
+
249
+ $localitiesDark = rgba(0, 152, 220, 1) // #00b0ff
250
+ $localities = rgba(0, 176, 255, 1) // #00B0FF
251
+ $localities10 = rgba(0, 176, 255, .1)
252
+
253
+ $geolocationDark = rgba(1, 175, 73, 1) // #01af49
254
+ $geolocation = rgba(0, 200, 83, 1) // #00c853
255
+ $geolocation10 = rgba(0, 200, 83, .1)
256
+
257
+ $distanceDark = rgba(255, 115, 0, 1) // #FF7300
258
+ $distance = rgba(255, 145, 0, 1) // #FF9100
259
+ $distance10 = rgba(255, 145, 0, .1)
260
+
261
+ $storesDark = rgba(37, 109, 212, 1) // #256dd4
262
+ $stores = rgba(56, 138, 255, 1) // #388aff
263
+ $stores10 = rgba(56, 138, 255, .1)
264
+
265
+ $addressDark = rgba(59, 179, 195, 1) // #38b3c3
266
+ $address = rgba(77, 208, 255, 1) // #4dd0ff
267
+ $address10 = rgba(77, 208, 255, .1)
268
+
269
+ $mapDark = rgba(134, 106, 96, 1) // #866a60
270
+ $map = rgba(161, 136, 127, 1) // #A1887F
271
+ $map10 = rgba(161, 136, 127, .1)
272
+
273
+ $merchantDark = rgba(81, 107, 119, 1) // #516b77
274
+ $merchant = rgba(120, 144, 156, 1) // #78909C
275
+ $merchant10 = rgba(120, 144, 156, .1)
276
+
277
+ $trafficDark = rgba(2165, 46, 111, 1)// #D82E6F
278
+ $traffic = rgba(255, 124, 129, 1) // #ff7c81
279
+ $traffic10 = rgba(255, 124, 129, .1)
@@ -0,0 +1,65 @@
1
+ $demoResultHeaders = 6rem
2
+ $demofilterWidth = 27.4rem
3
+ .demo
4
+ fullwh()
5
+ margin 6rem auto
6
+ .title
7
+ font-size $title3
8
+ &__header
9
+ fullw()
10
+ position relative
11
+ &__content
12
+ fullw()
13
+ br()
14
+ overflow hidden
15
+ position relative
16
+ box-shadow 0 0 3rem rgba($logo2, .15)
17
+ color #fff
18
+ &__showcase
19
+ &__data
20
+ display flex
21
+ &__filters
22
+ font-size 1.5rem
23
+ font-weight 700
24
+ padding 3.2rem 2.6rem
25
+ width $demofilterWidth
26
+ min-height 71rem
27
+ background-color rgba($logo2, .82)
28
+ &__map
29
+ flex-grow 1
30
+ background-color $logo2
31
+ &__results
32
+ font-size 1.5rem
33
+ font-weight 700
34
+ width $demofilterWidth
35
+ display flex
36
+ flex-direction column
37
+ &__header
38
+ display flex
39
+ align-items center
40
+ flex-shrink 0
41
+ padding 0 2.6rem
42
+ height $demoResultHeaders
43
+ background-color $logo2
44
+ &__content
45
+ font-weight 400
46
+ color $textColor
47
+ padding 3.2rem 2.6rem
48
+ min-height $demofilterWidth
49
+ background-color #eff3ff
50
+ &__code
51
+ flex-grow 1
52
+ display flex
53
+ flex-direction column
54
+ &__header
55
+ display flex
56
+ align-items center
57
+ flex-shrink 0
58
+ padding 0 2.6rem
59
+ height $demoResultHeaders
60
+ background-color rgba($logo2, .82)
61
+ &__content
62
+ padding 2.6rem
63
+ background-color #fff
64
+ height 100%
65
+