@natec/mef-dev-ui-kit 0.0.2 → 0.0.5
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/esm2020/lib/markup-kit/card/card/card.component.mjs +3 -4
- package/esm2020/lib/markup-kit/card/card-long/card-long.component.mjs +2 -2
- package/esm2020/lib/markup-kit/card/card-simple/card-simple.component.mjs +2 -2
- package/esm2020/lib/markup-kit/card/card.module.mjs +2 -6
- package/esm2020/lib/markup-kit/card/index.mjs +2 -1
- package/esm2020/lib/markup-kit/collapse/collapse/collapse.component.mjs +3 -3
- package/esm2020/lib/markup-kit/modals/markup-kit.module.mjs +1 -5
- package/esm2020/lib/markup-kit/page-layouts/manage-page/manage-page.component.mjs +2 -2
- package/esm2020/lib/markup-kit/page-layouts/page-layouts.module.mjs +1 -5
- package/esm2020/lib/markup-kit/page-layouts/profile/profile.component.mjs +2 -2
- package/esm2020/lib/markup-kit/utils/help-block/help-block.component.mjs +9 -6
- package/esm2020/lib/markup-kit/utils/help-block/hepl-block.module.mjs +4 -8
- package/esm2020/lib/pg-components/card/card.components.mjs +3 -4
- package/esm2020/lib/pg-components/card/card.module.mjs +4 -5
- package/fesm2015/natec-mef-dev-ui-kit.mjs +31 -41
- package/fesm2015/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/fesm2020/natec-mef-dev-ui-kit.mjs +31 -41
- package/fesm2020/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/lib/fronts/lato/lato-bold.eot +0 -0
- package/lib/fronts/lato/lato-bold.otf +0 -0
- package/lib/fronts/lato/lato-bold.svg +78356 -0
- package/lib/fronts/lato/lato-bold.ttf +0 -0
- package/lib/fronts/lato/lato-bold.woff +0 -0
- package/lib/fronts/lato/lato-bold.woff2 +0 -0
- package/lib/fronts/lato/lato-regular.eot +0 -0
- package/lib/fronts/lato/lato-regular.otf +0 -0
- package/lib/fronts/lato/lato-regular.svg +78251 -0
- package/lib/fronts/lato/lato-regular.ttf +0 -0
- package/lib/fronts/lato/lato-regular.woff +0 -0
- package/lib/fronts/lato/lato-regular.woff2 +0 -0
- package/lib/fronts/main-img-font/icomoon.eot +0 -0
- package/lib/fronts/main-img-font/icomoon.svg +57 -0
- package/lib/fronts/main-img-font/icomoon.ttf +0 -0
- package/lib/fronts/main-img-font/icomoon.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Bold.ttf +0 -0
- package/lib/fronts/montserrat/Montserrat-Bold.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Bold.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-Light.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Light.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-Medium.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Medium.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-Regular.ttf +0 -0
- package/lib/fronts/montserrat/Montserrat-Regular.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Regular.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-SemiBold.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-SemiBold.woff2 +0 -0
- package/lib/fronts/montserrat/montserrat-bold-webfont.svg +1462 -0
- package/lib/fronts/montserrat/montserrat-regular-webfont.svg +1317 -0
- package/lib/fronts/pgicon/Pages-icon.eot +0 -0
- package/lib/fronts/pgicon/Pages-icon.svg +112 -0
- package/lib/fronts/pgicon/Pages-icon.ttf +0 -0
- package/lib/fronts/pgicon/Pages-icon.woff +0 -0
- package/lib/img/editor_tray_2x.png +0 -0
- package/lib/img/noti-cross-2x.png +0 -0
- package/lib/img/progress-circle-lg-master-static.svg +8 -0
- package/lib/img/progress-circle-lg-master.svg +13 -0
- package/lib/img/progress-circle-lg-white-static.svg +8 -0
- package/lib/img/progress-circle-lg-white.svg +13 -0
- package/lib/markup-kit/card/card.module.d.ts +1 -2
- package/lib/markup-kit/card/index.d.ts +1 -0
- package/lib/markup-kit/modals/markup-kit.module.d.ts +3 -4
- package/lib/markup-kit/page-layouts/page-layouts.module.d.ts +2 -3
- package/lib/markup-kit/utils/help-block/help-block.component.d.ts +2 -1
- package/lib/markup-kit/utils/help-block/hepl-block.module.d.ts +1 -2
- package/lib/pg-components/card/card.module.d.ts +1 -2
- package/package.json +23 -15
- package/src/lib/styles/fonts.scss +262 -0
- package/src/lib/styles/pg/_color.scss +689 -0
- package/src/lib/styles/pg/_dropdown.scss +38 -0
- package/src/lib/styles/pg/_mixins.scss +1010 -0
- package/src/lib/styles/pg/_responsive.scss +1140 -0
- package/src/lib/styles/pg/_var.scss +198 -0
- package/src/lib/styles/pg/core.scss +276 -0
- package/src/lib/styles/pg/icons.scss +330 -0
- package/src/lib/styles/pg/modules/_breadcrumb.scss +66 -0
- package/src/lib/styles/pg/modules/_buttons.scss +65 -0
- package/src/lib/styles/pg/modules/_cards.scss +417 -0
- package/src/lib/styles/pg/modules/_form_elements.scss +1335 -0
- package/src/lib/styles/pg/modules/_header.scss +259 -0
- package/src/lib/styles/pg/modules/_horizontal-layout.scss +183 -0
- package/src/lib/styles/pg/modules/_horizontal_menu.scss +344 -0
- package/src/lib/styles/pg/modules/_jqx.scss +11 -0
- package/src/lib/styles/pg/modules/_layout.scss +180 -0
- package/src/lib/styles/pg/modules/_lock_screen.scss +92 -0
- package/src/lib/styles/pg/modules/_login.scss +62 -0
- package/src/lib/styles/pg/modules/_misc.scss +703 -0
- package/src/lib/styles/pg/modules/_modals.scss +281 -0
- package/src/lib/styles/pg/modules/_print.scss +32 -0
- package/src/lib/styles/pg/modules/_secondary-sidebar.scss +243 -0
- package/src/lib/styles/pg/modules/_select.scss +599 -0
- package/src/lib/styles/pg/modules/_sidebar.scss +413 -0
- package/src/lib/styles/pg/modules/_switch.scss +144 -0
- package/src/lib/styles/pg/modules/_tabs.scss +336 -0
- package/src/lib/styles/pg/modules/_tabs_accordian.scss +662 -0
- package/src/lib/styles/pg/modules/_timepicker.scss +34 -0
- package/src/lib/styles/pg/modules/_typography.scss +743 -0
- package/src/lib/styles/pg/modules/_uploader.scss +226 -0
- package/src/lib/styles/pg/modules/_view.scss +127 -0
- package/src/lib/styles/pg/modules/_z_index.scss +33 -0
- package/src/lib/styles/pg/toaster.scss +22 -0
- package/src/lib/styles/pg/utils.scss +32 -0
- package/src/lib/styles/pg/vendor/ng-datatable.scss +263 -0
- package/src/lib/styles/pg/vendor/ngx-google-map.scss +18 -0
- package/src/lib/styles/pg/vendor/typehead.scss +29 -0
- package/esm2020/mef-dev-ui-kit.mjs +0 -5
- package/fesm2015/mef-dev-ui-kit.mjs +0 -3190
- package/fesm2015/mef-dev-ui-kit.mjs.map +0 -1
- package/fesm2020/mef-dev-ui-kit.mjs +0 -3183
- package/fesm2020/mef-dev-ui-kit.mjs.map +0 -1
- package/mef-dev-ui-kit.d.ts +0 -5
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
/*------------------------------------------------------------------
|
|
2
|
+
Pages Icons
|
|
3
|
+
------------------------------------------------------------------ */
|
|
4
|
+
@font-face {
|
|
5
|
+
font-family: 'pages-icon';
|
|
6
|
+
src:url('../fonts/pgicon/Pages-icon.eot?-u69vo5');
|
|
7
|
+
src:url('../fonts/pgicon/Pages-icon.eot?#iefix-u69vo5') format('embedded-opentype'),
|
|
8
|
+
url('../fonts/pgicon/Pages-icon.woff?-u69vo5') format('woff'),
|
|
9
|
+
url('../fonts/pgicon/Pages-icon.ttf?-u69vo5') format('truetype'),
|
|
10
|
+
url('../fonts/pgicon/Pages-icon.svg?-u69vo5#Pages-icon') format('svg');
|
|
11
|
+
font-weight: normal;
|
|
12
|
+
font-style: normal;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.pg {
|
|
16
|
+
display: inline-block;
|
|
17
|
+
font: normal normal normal 14px/1 pages-icon;
|
|
18
|
+
font-size: inherit;
|
|
19
|
+
text-rendering: auto;
|
|
20
|
+
-webkit-font-smoothing: antialiased;
|
|
21
|
+
-moz-osx-font-smoothing: grayscale;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.pg-link:before {
|
|
25
|
+
content: "\e900";
|
|
26
|
+
}
|
|
27
|
+
.pg-menu:before {
|
|
28
|
+
content: "\e901";
|
|
29
|
+
}
|
|
30
|
+
.pg-alt_menu:before {
|
|
31
|
+
content: "\e902";
|
|
32
|
+
}
|
|
33
|
+
.pg-thumbs:before {
|
|
34
|
+
content: "\e903";
|
|
35
|
+
}
|
|
36
|
+
.pg-world:before {
|
|
37
|
+
content: "\e904";
|
|
38
|
+
}
|
|
39
|
+
.pg-boxnet:before {
|
|
40
|
+
content: "\e662";
|
|
41
|
+
}
|
|
42
|
+
.pg-signals:before {
|
|
43
|
+
content: "\e61c";
|
|
44
|
+
}
|
|
45
|
+
.pg-crop:before {
|
|
46
|
+
content: "\e657";
|
|
47
|
+
}
|
|
48
|
+
.pg-folder_alt:before {
|
|
49
|
+
content: "\e658";
|
|
50
|
+
}
|
|
51
|
+
.pg-folder:before {
|
|
52
|
+
content: "\e659";
|
|
53
|
+
}
|
|
54
|
+
.pg-theme:before {
|
|
55
|
+
content: "\e65a";
|
|
56
|
+
}
|
|
57
|
+
.pg-battery_empty:before {
|
|
58
|
+
content: "\e65b";
|
|
59
|
+
}
|
|
60
|
+
.pg-battery:before {
|
|
61
|
+
content: "\e65c";
|
|
62
|
+
}
|
|
63
|
+
.pg-note:before {
|
|
64
|
+
content: "\e65d";
|
|
65
|
+
}
|
|
66
|
+
.pg-server_hard:before {
|
|
67
|
+
content: "\e65e";
|
|
68
|
+
}
|
|
69
|
+
.pg-servers:before {
|
|
70
|
+
content: "\e65f";
|
|
71
|
+
}
|
|
72
|
+
.pg-menu_justify:before {
|
|
73
|
+
content: "\e660";
|
|
74
|
+
}
|
|
75
|
+
.pg-credit_card:before {
|
|
76
|
+
content: "\e60f";
|
|
77
|
+
}
|
|
78
|
+
.pg-fullscreen_restore:before {
|
|
79
|
+
content: "\e633";
|
|
80
|
+
}
|
|
81
|
+
.pg-fullscreen:before {
|
|
82
|
+
content: "\e634";
|
|
83
|
+
}
|
|
84
|
+
.pg-minus:before {
|
|
85
|
+
content: "\e635";
|
|
86
|
+
}
|
|
87
|
+
.pg-minus_circle:before {
|
|
88
|
+
content: "\e63a";
|
|
89
|
+
}
|
|
90
|
+
.pg-plus_circle:before {
|
|
91
|
+
content: "\e656";
|
|
92
|
+
}
|
|
93
|
+
.pg-refresh_new:before {
|
|
94
|
+
content: "\e600";
|
|
95
|
+
}
|
|
96
|
+
.pg-close_line:before {
|
|
97
|
+
content: "\e601";
|
|
98
|
+
}
|
|
99
|
+
.pg-close:before {
|
|
100
|
+
content: "\e60a";
|
|
101
|
+
}
|
|
102
|
+
.pg-arrow_down:before {
|
|
103
|
+
content: "\e60b";
|
|
104
|
+
}
|
|
105
|
+
.pg-arrow_left_line_alt:before {
|
|
106
|
+
content: "\e628";
|
|
107
|
+
}
|
|
108
|
+
.pg-arrow_left:before {
|
|
109
|
+
content: "\e629";
|
|
110
|
+
}
|
|
111
|
+
.pg-arrow_lright_line_alt:before {
|
|
112
|
+
content: "\e62a";
|
|
113
|
+
}
|
|
114
|
+
.pg-arrow_maximize_line:before {
|
|
115
|
+
content: "\e62b";
|
|
116
|
+
}
|
|
117
|
+
.pg-arrow_maximize:before {
|
|
118
|
+
content: "\e62c";
|
|
119
|
+
}
|
|
120
|
+
.pg-arrow_minimize_line:before {
|
|
121
|
+
content: "\e62f";
|
|
122
|
+
}
|
|
123
|
+
.pg-arrow_minimize:before {
|
|
124
|
+
content: "\e630";
|
|
125
|
+
}
|
|
126
|
+
.pg-arrow_right:before {
|
|
127
|
+
content: "\e631";
|
|
128
|
+
}
|
|
129
|
+
.pg-arrow_up:before {
|
|
130
|
+
content: "\e632";
|
|
131
|
+
}
|
|
132
|
+
.pg-more:before {
|
|
133
|
+
content: "\e655";
|
|
134
|
+
}
|
|
135
|
+
.pg-bag:before {
|
|
136
|
+
content: "\e602";
|
|
137
|
+
}
|
|
138
|
+
.pg-bag1:before {
|
|
139
|
+
content: "\e603";
|
|
140
|
+
}
|
|
141
|
+
.pg-bold:before {
|
|
142
|
+
content: "\e604";
|
|
143
|
+
}
|
|
144
|
+
.pg-calender:before {
|
|
145
|
+
content: "\e605";
|
|
146
|
+
}
|
|
147
|
+
.pg-camera:before {
|
|
148
|
+
content: "\e606";
|
|
149
|
+
}
|
|
150
|
+
.pg-centeralign:before {
|
|
151
|
+
content: "\e607";
|
|
152
|
+
}
|
|
153
|
+
.pg-charts:before {
|
|
154
|
+
content: "\e608";
|
|
155
|
+
}
|
|
156
|
+
.pg-clock:before {
|
|
157
|
+
content: "\e609";
|
|
158
|
+
}
|
|
159
|
+
.pg-comment:before {
|
|
160
|
+
content: "\e60c";
|
|
161
|
+
}
|
|
162
|
+
.pg-contact_book:before {
|
|
163
|
+
content: "\e60d";
|
|
164
|
+
}
|
|
165
|
+
.pg-credit_card_line:before {
|
|
166
|
+
content: "\e60e";
|
|
167
|
+
}
|
|
168
|
+
.pg-cupboard:before {
|
|
169
|
+
content: "\e610";
|
|
170
|
+
}
|
|
171
|
+
.pg-desktop:before {
|
|
172
|
+
content: "\e611";
|
|
173
|
+
}
|
|
174
|
+
.pg-download:before {
|
|
175
|
+
content: "\e612";
|
|
176
|
+
}
|
|
177
|
+
.pg-eraser:before {
|
|
178
|
+
content: "\e613";
|
|
179
|
+
}
|
|
180
|
+
.pg-extra:before {
|
|
181
|
+
content: "\e614";
|
|
182
|
+
}
|
|
183
|
+
.pg-form:before {
|
|
184
|
+
content: "\e615";
|
|
185
|
+
}
|
|
186
|
+
.pg-grid:before {
|
|
187
|
+
content: "\e616";
|
|
188
|
+
}
|
|
189
|
+
.pg-home:before {
|
|
190
|
+
content: "\e617";
|
|
191
|
+
}
|
|
192
|
+
.pg-image:before {
|
|
193
|
+
content: "\e618";
|
|
194
|
+
}
|
|
195
|
+
.pg-inbox:before {
|
|
196
|
+
content: "\e619";
|
|
197
|
+
}
|
|
198
|
+
.pg-indent:before {
|
|
199
|
+
content: "\e61a";
|
|
200
|
+
}
|
|
201
|
+
.pg-italic:before {
|
|
202
|
+
content: "\e61b";
|
|
203
|
+
}
|
|
204
|
+
.pg-laptop:before {
|
|
205
|
+
content: "\e61d";
|
|
206
|
+
}
|
|
207
|
+
.pg-layouts:before {
|
|
208
|
+
content: "\e61e";
|
|
209
|
+
}
|
|
210
|
+
.pg-layouts2:before {
|
|
211
|
+
content: "\e61f";
|
|
212
|
+
}
|
|
213
|
+
.pg-layouts3:before {
|
|
214
|
+
content: "\e620";
|
|
215
|
+
}
|
|
216
|
+
.pg-layouts4:before {
|
|
217
|
+
content: "\e621";
|
|
218
|
+
}
|
|
219
|
+
.pg-leftalign:before {
|
|
220
|
+
content: "\e622";
|
|
221
|
+
}
|
|
222
|
+
.pg-like:before {
|
|
223
|
+
content: "\e623";
|
|
224
|
+
}
|
|
225
|
+
.pg-like1:before {
|
|
226
|
+
content: "\e624";
|
|
227
|
+
}
|
|
228
|
+
.pg-lock:before {
|
|
229
|
+
content: "\e625";
|
|
230
|
+
}
|
|
231
|
+
.pg-mail:before {
|
|
232
|
+
content: "\e626";
|
|
233
|
+
}
|
|
234
|
+
.pg-map:before {
|
|
235
|
+
content: "\e627";
|
|
236
|
+
}
|
|
237
|
+
.pg-menu_lv:before {
|
|
238
|
+
content: "\e62d";
|
|
239
|
+
}
|
|
240
|
+
.pg-movie:before {
|
|
241
|
+
content: "\e636";
|
|
242
|
+
}
|
|
243
|
+
.pg-ordered_list:before {
|
|
244
|
+
content: "\e637";
|
|
245
|
+
color: #231f20;
|
|
246
|
+
}
|
|
247
|
+
.pg-outdent:before {
|
|
248
|
+
content: "\e638";
|
|
249
|
+
}
|
|
250
|
+
.pg-phone:before {
|
|
251
|
+
content: "\e639";
|
|
252
|
+
}
|
|
253
|
+
.pg-plus:before {
|
|
254
|
+
content: "\e63b";
|
|
255
|
+
}
|
|
256
|
+
.pg-power:before {
|
|
257
|
+
content: "\e63c";
|
|
258
|
+
}
|
|
259
|
+
.pg-printer:before {
|
|
260
|
+
content: "\e63d";
|
|
261
|
+
}
|
|
262
|
+
.pg-refresh:before {
|
|
263
|
+
content: "\e63e";
|
|
264
|
+
}
|
|
265
|
+
.pg-resize:before {
|
|
266
|
+
content: "\e63f";
|
|
267
|
+
}
|
|
268
|
+
.pg-right_align:before {
|
|
269
|
+
content: "\e640";
|
|
270
|
+
}
|
|
271
|
+
.pg-save:before {
|
|
272
|
+
content: "\e641";
|
|
273
|
+
}
|
|
274
|
+
.pg-search:before {
|
|
275
|
+
content: "\e642";
|
|
276
|
+
}
|
|
277
|
+
.pg-sent:before {
|
|
278
|
+
content: "\e643";
|
|
279
|
+
}
|
|
280
|
+
.pg-settings_small_1:before {
|
|
281
|
+
content: "\e644";
|
|
282
|
+
}
|
|
283
|
+
.pg-settings_small:before {
|
|
284
|
+
content: "\e645";
|
|
285
|
+
}
|
|
286
|
+
.pg-settings:before {
|
|
287
|
+
content: "\e646";
|
|
288
|
+
}
|
|
289
|
+
.pg-shopping_cart:before {
|
|
290
|
+
content: "\e647";
|
|
291
|
+
}
|
|
292
|
+
.pg-social:before {
|
|
293
|
+
content: "\e648";
|
|
294
|
+
}
|
|
295
|
+
.pg-spam:before {
|
|
296
|
+
content: "\e649";
|
|
297
|
+
}
|
|
298
|
+
.pg-suitcase:before {
|
|
299
|
+
content: "\e64a";
|
|
300
|
+
}
|
|
301
|
+
.pg-tables:before {
|
|
302
|
+
content: "\e64b";
|
|
303
|
+
}
|
|
304
|
+
.pg-tablet:before {
|
|
305
|
+
content: "\e64c";
|
|
306
|
+
}
|
|
307
|
+
.pg-telephone:before {
|
|
308
|
+
content: "\e64d";
|
|
309
|
+
}
|
|
310
|
+
.pg-text_style:before {
|
|
311
|
+
content: "\e64e";
|
|
312
|
+
}
|
|
313
|
+
.pg-trash_line:before {
|
|
314
|
+
content: "\e64f";
|
|
315
|
+
}
|
|
316
|
+
.pg-trash:before {
|
|
317
|
+
content: "\e650";
|
|
318
|
+
}
|
|
319
|
+
.pg-ui:before {
|
|
320
|
+
content: "\e651";
|
|
321
|
+
}
|
|
322
|
+
.pg-underline:before {
|
|
323
|
+
content: "\e652";
|
|
324
|
+
}
|
|
325
|
+
.pg-unordered_list:before {
|
|
326
|
+
content: "\e653";
|
|
327
|
+
}
|
|
328
|
+
.pg-video:before {
|
|
329
|
+
content: "\e654";
|
|
330
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* Breadcrumbs
|
|
2
|
+
------------------------------------
|
|
3
|
+
*/
|
|
4
|
+
.breadcrumb {
|
|
5
|
+
font-family: montserrat-regular;
|
|
6
|
+
-webkit-border-radius: 0px;
|
|
7
|
+
-moz-border-radius: 0px;
|
|
8
|
+
border-radius: 0px;
|
|
9
|
+
box-shadow: none;
|
|
10
|
+
background-color: transparent;
|
|
11
|
+
padding: 7px;
|
|
12
|
+
margin: 0;
|
|
13
|
+
border: none;
|
|
14
|
+
text-transform: uppercase;
|
|
15
|
+
&.breadcrumb-alt {
|
|
16
|
+
padding: 8px 0;
|
|
17
|
+
text-transform: none;
|
|
18
|
+
a {
|
|
19
|
+
letter-spacing: normal;
|
|
20
|
+
color: #000;
|
|
21
|
+
font-size: 12px !important;
|
|
22
|
+
}
|
|
23
|
+
& > .breadcrumb-item,
|
|
24
|
+
& > .breadcrumb-item.active {
|
|
25
|
+
letter-spacing: normal;
|
|
26
|
+
opacity: 0.46;
|
|
27
|
+
color: #000;
|
|
28
|
+
font-size: 12px !important;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
a {
|
|
32
|
+
margin-left: 5px;
|
|
33
|
+
margin-right: 5px;
|
|
34
|
+
font-size: 10.5px !important;
|
|
35
|
+
letter-spacing: 0.06em;
|
|
36
|
+
font-weight: 400;
|
|
37
|
+
color: #7b7d82;
|
|
38
|
+
}
|
|
39
|
+
.breadcrumb-item {
|
|
40
|
+
float: left;
|
|
41
|
+
padding-left: 0px;
|
|
42
|
+
}
|
|
43
|
+
& > .breadcrumb-item {
|
|
44
|
+
& + .breadcrumb-item {
|
|
45
|
+
&:before {
|
|
46
|
+
padding: 0 5px;
|
|
47
|
+
color: #515050;
|
|
48
|
+
font-family: FontAwesome;
|
|
49
|
+
content: "\f105";
|
|
50
|
+
font-size: 12px;
|
|
51
|
+
font-weight: bold;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
&.active {
|
|
55
|
+
font-weight: 500;
|
|
56
|
+
color: #0090d9;
|
|
57
|
+
margin-left: 5px;
|
|
58
|
+
margin-right: 5px;
|
|
59
|
+
font-size: 10.5px !important;
|
|
60
|
+
letter-spacing: 0.06em;
|
|
61
|
+
&:before {
|
|
62
|
+
padding-right: 10px;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
@use '../../designe-colors.scss' as v;
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
@mixin _button($main_color, $hover_color, $text_color, $hover_text_color, $hover_color_opacity) {
|
|
5
|
+
padding-left: 2em ;
|
|
6
|
+
padding-right: 2em ;
|
|
7
|
+
min-height: 36px ;
|
|
8
|
+
border: 0 ;
|
|
9
|
+
border-radius: 5px ;
|
|
10
|
+
color: $text_color ;
|
|
11
|
+
background-color: $main_color ;
|
|
12
|
+
font-family: montserrat-regular ;
|
|
13
|
+
font-weight: 500 ;
|
|
14
|
+
font-size: 14px ;
|
|
15
|
+
line-height: 24px ;
|
|
16
|
+
&:hover{
|
|
17
|
+
color: $hover_text_color ;
|
|
18
|
+
background-color: $hover_color ;
|
|
19
|
+
opacity: $hover_color_opacity;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@mixin _button_status($main_color, $hover_color, $text_color, $hover_text_color) {
|
|
24
|
+
padding-left: 2em ;
|
|
25
|
+
padding-right: 2em ;
|
|
26
|
+
min-height: 23px ;
|
|
27
|
+
border: 0 ;
|
|
28
|
+
border-radius: 5px ;
|
|
29
|
+
color: $text_color ;
|
|
30
|
+
background-color: $main_color ;
|
|
31
|
+
font-family: Lato-regular ;
|
|
32
|
+
font-size: 11px ;
|
|
33
|
+
line-height: 13px ;
|
|
34
|
+
&:hover{
|
|
35
|
+
color: $hover_text_color ;
|
|
36
|
+
background-color: $hover_color ;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
.btn-primary {
|
|
40
|
+
@include _button(v.$Dark-Gray-2, v.$Light-Gray-1, #fff, #fff, 1);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.btn-secondary {
|
|
44
|
+
@include _button(v.$Light-Gray-2, v.$Light-Gray-2, #000, v.$Red, 1);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.btn-success {
|
|
48
|
+
@include _button(v.$Green, v.$Green, #fff, #fff, 0.8);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.btn-danger {
|
|
52
|
+
@include _button(v.$Red, v.$Dark-Gray-2, #fff, #fff, 1);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.btn-light {
|
|
56
|
+
@include _button(v.$White,v.$White, #000, v.$Red, 1);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.btn-status-primary {
|
|
60
|
+
@include _button_status(v.$Light-Gray-2, v.$Light-Gray-3, #000, v.$Red);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.btn-status-danger {
|
|
64
|
+
@include _button_status(v.$Light-Gray-2, v.$Light-Gray-3, v.$Red, #000);
|
|
65
|
+
}
|