beathers 5.2.1 → 5.3.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/CHANGELOG +113 -0
- package/dist/css/beathers-icons.min.css +1 -1
- package/dist/css/beathers-icons.min.css.map +1 -1
- package/dist/css/beathers.min.css +2 -2
- package/dist/css/beathers.min.css.map +1 -1
- package/dist/data/colors.d.ts +9 -0
- package/dist/data/colors.js +54 -0
- package/dist/data/font.d.ts +3 -0
- package/dist/data/font.js +32 -0
- package/dist/data/index.d.ts +2 -0
- package/dist/data/index.js +2 -0
- package/dist/index.d.ts +4 -2
- package/dist/index.js +4 -1
- package/dist/scripts/cli.js +7 -220
- package/dist/scripts/commands/build.d.ts +1 -0
- package/dist/scripts/commands/build.js +128 -0
- package/dist/scripts/commands/colors.d.ts +4 -0
- package/dist/scripts/commands/colors.js +140 -0
- package/dist/scripts/commands/fonts.d.ts +3 -0
- package/dist/scripts/commands/fonts.js +124 -0
- package/dist/scripts/commands/help.d.ts +1 -0
- package/dist/scripts/commands/help.js +42 -0
- package/dist/scripts/commands/index.d.ts +13 -0
- package/dist/scripts/commands/index.js +95 -0
- package/dist/scripts/commands/init.d.ts +1 -0
- package/dist/scripts/commands/init.js +129 -0
- package/dist/scripts/commands/list.d.ts +2 -0
- package/dist/scripts/commands/list.js +29 -0
- package/dist/scripts/commands/version.d.ts +1 -0
- package/dist/scripts/commands/version.js +13 -0
- package/dist/scripts/{BuildScssVariables.d.ts → helpers/BuildScssVariables.d.ts} +1 -1
- package/dist/scripts/{BuildScssVariables.js → helpers/BuildScssVariables.js} +4 -4
- package/dist/scripts/{LoadUserConfigs.d.ts → helpers/LoadUserConfigs.d.ts} +1 -1
- package/dist/scripts/{Merge.d.ts → helpers/Merge.d.ts} +1 -1
- package/dist/scripts/{ReadDefaultValues.d.ts → helpers/ReadDefaultValues.d.ts} +1 -1
- package/dist/scripts/{ReadDefaultValues.js → helpers/ReadDefaultValues.js} +6 -2
- package/dist/scripts/helpers/index.d.ts +5 -0
- package/dist/scripts/helpers/index.js +5 -0
- package/dist/scripts/types.d.ts +41 -4
- package/dist/scripts/types.js +1 -0
- package/package.json +17 -14
- package/readme.md +29 -1
- package/src/scss/_variables.scss +1 -305
- package/src/scss/beathers-icons.min.scss +245 -245
- package/src/scss/beathers.min.scss +2 -4
- package/src/scss/functions/_colors.scss +79 -68
- package/src/scss/functions/_mediaQueries.scss +22 -12
- package/src/scss/functions/_others.scss +31 -22
- package/src/scss/functions/_typographic.scss +11 -2
- package/src/scss/functions/_validations.scss +38 -43
- package/src/scss/settings/_configs.scss +1 -72
- package/src/scss/settings/_defaults.scss +139 -212
- package/src/scss/style/_colors.scss +39 -23
- package/src/scss/style/_grid.scss +23 -25
- package/src/scss/style/_resets.scss +119 -0
- package/src/scss/style/_shaping.scss +142 -89
- package/src/scss/style/_typographic.scss +79 -36
- package/dist/scripts/BuildTheme.d.ts +0 -1
- package/dist/scripts/BuildTheme.js +0 -75
- package/src/scss/settings/_resets.scss +0 -103
- /package/dist/scripts/{CallNewVariables.d.ts → helpers/CallNewVariables.d.ts} +0 -0
- /package/dist/scripts/{CallNewVariables.js → helpers/CallNewVariables.js} +0 -0
- /package/dist/scripts/{LoadUserConfigs.js → helpers/LoadUserConfigs.js} +0 -0
- /package/dist/scripts/{Merge.js → helpers/Merge.js} +0 -0
|
@@ -1,254 +1,254 @@
|
|
|
1
|
-
@use
|
|
2
|
-
|
|
3
|
-
$icons: (
|
|
4
|
-
"cart": "\ea01",
|
|
5
|
-
"share": "\ea02",
|
|
6
|
-
"tag-1": "\ea03",
|
|
7
|
-
"facebook-messenger": "\ea04",
|
|
8
|
-
"arrow-corner-up-left": "\ea05",
|
|
9
|
-
"fastword": "\ea06",
|
|
10
|
-
"tiktok": "\ea07",
|
|
11
|
-
"database": "\ea08",
|
|
12
|
-
"syrian-pound": "\ea09",
|
|
13
|
-
"user-check": "\ea0a",
|
|
14
|
-
"server": "\ea0b",
|
|
15
|
-
"car": "\ea0c",
|
|
16
|
-
"times": "\ea0d",
|
|
17
|
-
"apple-store": "\ea0e",
|
|
18
|
-
"arrow-circle-up": "\ea0f",
|
|
19
|
-
"login": "\ea10",
|
|
20
|
-
"settings": "\ea11",
|
|
21
|
-
"instagram": "\ea12",
|
|
22
|
-
"sun": "\ea13",
|
|
23
|
-
"arrow-corner-left-up": "\ea14",
|
|
24
|
-
"star-Half": "\ea15",
|
|
25
|
-
"img": "\ea16",
|
|
26
|
-
"gender": "\ea17",
|
|
27
|
-
"amazon-payment": "\ea18",
|
|
28
|
-
"pintrest": "\ea19",
|
|
29
|
-
"arrow-droplist-down": "\ea1a",
|
|
30
|
-
"apple-pay": "\ea1b",
|
|
31
|
-
"whatsapp": "\ea1c",
|
|
32
|
-
"arrow-droplist-up": "\ea1d",
|
|
33
|
-
"pause": "\ea1e",
|
|
34
|
-
"arrow-corner-right-up": "\ea1f",
|
|
35
|
-
"save": "\ea20",
|
|
36
|
-
"star": "\ea21",
|
|
37
|
-
"arrow-corner-down-right": "\ea22",
|
|
38
|
-
"moon": "\ea23",
|
|
39
|
-
"arrow-classic-down-left": "\ea24",
|
|
40
|
-
"logout": "\ea25",
|
|
41
|
-
"certificate": "\ea26",
|
|
42
|
-
"repeat": "\ea27",
|
|
43
|
-
"rotate": "\ea28",
|
|
44
|
-
"warning": "\ea29",
|
|
45
|
-
"wallet": "\ea2a",
|
|
46
|
-
"headset": "\ea2b",
|
|
47
|
-
"plus": "\ea2c",
|
|
48
|
-
"double-check": "\ea2d",
|
|
49
|
-
"lock-opened": "\ea2e",
|
|
50
|
-
"arrow-classic-up-left": "\ea2f",
|
|
51
|
-
"chili": "\ea30",
|
|
52
|
-
"github": "\ea31",
|
|
53
|
-
"options": "\ea32",
|
|
54
|
-
"volume-up": "\ea33",
|
|
55
|
-
"flash": "\ea34",
|
|
56
|
-
"usb": "\ea35",
|
|
57
|
-
"shield-on": "\ea36",
|
|
58
|
-
"copy": "\ea37",
|
|
59
|
-
"stop": "\ea38",
|
|
60
|
-
"warehouse": "\ea39",
|
|
61
|
-
"user-delete": "\ea3a",
|
|
62
|
-
"target": "\ea3b",
|
|
63
|
-
"arrow-droplist-right": "\ea3c",
|
|
64
|
-
"arrow-sign-left": "\ea3d",
|
|
65
|
-
"check": "\ea3e",
|
|
66
|
-
"coin": "\ea3f",
|
|
67
|
-
"print": "\ea40",
|
|
68
|
-
"arrow-lite-double-down": "\ea41",
|
|
69
|
-
"card": "\ea42",
|
|
70
|
-
"stackoverflow": "\ea43",
|
|
71
|
-
"face-id": "\ea44",
|
|
72
|
-
"signal": "\ea45",
|
|
73
|
-
"arrow-droplist-left": "\ea46",
|
|
74
|
-
"cart-1": "\ea47",
|
|
75
|
-
"behance": "\ea48",
|
|
76
|
-
"menu-1": "\ea49",
|
|
77
|
-
"user-remove": "\ea4a",
|
|
78
|
-
"tag": "\ea4b",
|
|
79
|
-
"receipt": "\ea4c",
|
|
80
|
-
"check-1": "\ea4d",
|
|
81
|
-
"medal-1": "\ea4e",
|
|
82
|
-
"heart-rate": "\ea4f",
|
|
83
|
-
"coffee-1": "\ea50",
|
|
84
|
-
"halal": "\ea51",
|
|
85
|
-
"search-1": "\ea52",
|
|
86
|
-
"power": "\ea53",
|
|
87
|
-
"edit-1": "\ea54",
|
|
88
|
-
"arrow-classic-right": "\ea55",
|
|
89
|
-
"search": "\ea56",
|
|
90
|
-
"phone": "\ea57",
|
|
91
|
-
"saudi-riyal": "\ea58",
|
|
92
|
-
"time": "\ea59",
|
|
93
|
-
"btc": "\ea5a",
|
|
94
|
-
"play": "\ea5b",
|
|
95
|
-
"eye-closed": "\ea5c",
|
|
96
|
-
"shop": "\ea5d",
|
|
97
|
-
"menu": "\ea5e",
|
|
98
|
-
"facebook": "\ea5f",
|
|
99
|
-
"hackerrank": "\ea60",
|
|
100
|
-
"gift-opened": "\ea61",
|
|
101
|
-
"news": "\ea62",
|
|
102
|
-
"medal": "\ea63",
|
|
103
|
-
"finger-print": "\ea64",
|
|
104
|
-
"Unlink": "\ea65",
|
|
105
|
-
"huawei": "\ea66",
|
|
106
|
-
"arrow-classic-up-right": "\ea67",
|
|
107
|
-
"microsoft": "\ea68",
|
|
108
|
-
"pdf": "\ea69",
|
|
109
|
-
"dislike": "\ea6a",
|
|
110
|
-
"snapchat": "\ea6b",
|
|
111
|
-
"turkish": "\ea6c",
|
|
112
|
-
"bank": "\ea6d",
|
|
113
|
-
"home": "\ea6e",
|
|
114
|
-
"trash": "\ea6f",
|
|
115
|
-
"thermometer": "\ea70",
|
|
116
|
-
"sort-up": "\ea71",
|
|
117
|
-
"coffee-2": "\ea72",
|
|
118
|
-
"scale-down": "\ea73",
|
|
119
|
-
"lang-ar": "\ea74",
|
|
120
|
-
"files": "\ea75",
|
|
121
|
-
"archive": "\ea76",
|
|
122
|
-
"like": "\ea77",
|
|
123
|
-
"arrow-classic-down-right": "\ea78",
|
|
124
|
-
"timer": "\ea79",
|
|
125
|
-
"gold": "\ea7a",
|
|
126
|
-
"eye-opened": "\ea7b",
|
|
127
|
-
"arrow-circle-left": "\ea7c",
|
|
128
|
-
"telegram": "\ea7d",
|
|
129
|
-
"volume": "\ea7e",
|
|
130
|
-
"linkedin": "\ea7f",
|
|
131
|
-
"arrow-corner-down-left": "\ea80",
|
|
132
|
-
"download": "\ea81",
|
|
133
|
-
"inbox": "\ea82",
|
|
134
|
-
"arrow-corner-right-down": "\ea83",
|
|
135
|
-
"pin-2": "\ea84",
|
|
136
|
-
"game-contraller": "\ea85",
|
|
137
|
-
"users": "\ea86",
|
|
138
|
-
"volume-down": "\ea87",
|
|
139
|
-
"user": "\ea88",
|
|
140
|
-
"info": "\ea89",
|
|
141
|
-
"pin-1": "\ea8a",
|
|
142
|
-
"google-play": "\ea8b",
|
|
143
|
-
"arrow-sign-right": "\ea8c",
|
|
144
|
-
"ads": "\ea8d",
|
|
145
|
-
"car-1": "\ea8e",
|
|
146
|
-
"arrow-corner-left-down": "\ea8f",
|
|
147
|
-
"arrow-circle-down": "\ea90",
|
|
148
|
-
"ship": "\ea91",
|
|
149
|
-
"chart-3": "\ea92",
|
|
150
|
-
"dribbble": "\ea93",
|
|
151
|
-
"arrow-lite-double-right": "\ea94",
|
|
152
|
-
"check-2": "\ea95",
|
|
153
|
-
"arrow-classic-down": "\ea96",
|
|
154
|
-
"question": "\ea97",
|
|
155
|
-
"new-tab": "\ea98",
|
|
156
|
-
"cart-2": "\ea99",
|
|
157
|
-
"arrow-corner-up-right": "\ea9a",
|
|
158
|
-
"arrow-classic-left": "\ea9b",
|
|
159
|
-
"octagon": "\ea9c",
|
|
160
|
-
"rupee": "\ea9d",
|
|
161
|
-
"usb-1": "\ea9e",
|
|
162
|
-
"yuan": "\ea9f",
|
|
163
|
-
"cheeze": "\eaa0",
|
|
164
|
-
"arrow-lite-double-up": "\eaa1",
|
|
165
|
-
"dashboard": "\eaa2",
|
|
166
|
-
"android": "\eaa3",
|
|
167
|
-
"mail": "\eaa4",
|
|
168
|
-
"age": "\eaa5",
|
|
169
|
-
"filters": "\eaa6",
|
|
170
|
-
"chart-2": "\eaa7",
|
|
171
|
-
"drop": "\eaa8",
|
|
172
|
-
"gift-closed": "\eaa9",
|
|
173
|
-
"euro": "\eaaa",
|
|
174
|
-
"loading": "\eaab",
|
|
175
|
-
"upload": "\eaac",
|
|
176
|
-
"arrow-sign-up": "\eaad",
|
|
177
|
-
"bell-off": "\eaae",
|
|
178
|
-
"passport": "\eaaf",
|
|
179
|
-
"chart-1": "\eab0",
|
|
180
|
-
"user-add": "\eab1",
|
|
181
|
-
"edit": "\eab2",
|
|
182
|
-
"Chipset": "\eab3",
|
|
183
|
-
"youtube": "\eab4",
|
|
184
|
-
"arrow-lite-left": "\eab5",
|
|
185
|
-
"arrow-sign-down": "\eab6",
|
|
186
|
-
"arrow-classic-up": "\eab7",
|
|
187
|
-
"white-board": "\eab8",
|
|
188
|
-
"grid": "\eab9",
|
|
189
|
-
"pounds": "\eaba",
|
|
190
|
-
"pin": "\eabb",
|
|
191
|
-
"arrow-lite-right": "\eabc",
|
|
192
|
-
"shield-off": "\eabd",
|
|
193
|
-
"arrow-lite-up": "\eabe",
|
|
194
|
-
"scale-up": "\eabf",
|
|
195
|
-
"barcode": "\eac0",
|
|
196
|
-
"plane": "\eac1",
|
|
197
|
-
"quote": "\eac2",
|
|
198
|
-
"ruble": "\eac3",
|
|
199
|
-
"ice-cream": "\eac4",
|
|
200
|
-
"move": "\eac5",
|
|
201
|
-
"times-2": "\eac6",
|
|
202
|
-
"link-1": "\eac7",
|
|
203
|
-
"board": "\eac8",
|
|
204
|
-
"mobile": "\eac9",
|
|
205
|
-
"arrow-circle-right": "\eaca",
|
|
206
|
-
"apple": "\eacb",
|
|
207
|
-
"google": "\eacc",
|
|
208
|
-
"arrow-outside": "\eacd",
|
|
209
|
-
"compare": "\eace",
|
|
210
|
-
"mice": "\eacf",
|
|
211
|
-
"cloud": "\ead0",
|
|
212
|
-
"times-1": "\ead1",
|
|
213
|
-
"calendar": "\ead2",
|
|
214
|
-
"twitter": "\ead3",
|
|
215
|
-
"motorbike": "\ead4",
|
|
216
|
-
"categories": "\ead5",
|
|
217
|
-
"app-gallery": "\ead6",
|
|
218
|
-
"aws": "\ead7",
|
|
219
|
-
"arrow-inside": "\ead8",
|
|
220
|
-
"folder": "\ead9",
|
|
221
|
-
"x": "\eada",
|
|
222
|
-
"camera": "\eadb",
|
|
223
|
-
"minus": "\eadc",
|
|
224
|
-
"link": "\eadd",
|
|
225
|
-
"box": "\eade",
|
|
226
|
-
"color": "\eadf",
|
|
227
|
-
"sort-down": "\eae0",
|
|
228
|
-
"settings-1": "\eae1",
|
|
229
|
-
"google-pay": "\eae2",
|
|
230
|
-
"chart": "\eae3",
|
|
231
|
-
"heart": "\eae4",
|
|
232
|
-
"doller": "\eae5",
|
|
233
|
-
"lock-closed": "\eae6",
|
|
234
|
-
"umbrella": "\eae7",
|
|
235
|
-
"arrow-lite-double-left": "\eae8",
|
|
236
|
-
"gitlab": "\eae9",
|
|
237
|
-
"arrow-lite-down": "\eaea",
|
|
238
|
-
"bell": "\eaeb",
|
|
239
|
-
"git": "\eaec",
|
|
240
|
-
"paypal": "\eaed",
|
|
241
|
-
"coupon": "\eaee",
|
|
242
|
-
);
|
|
1
|
+
@use './settings/index' as settings;
|
|
243
2
|
|
|
244
3
|
@if (settings.$useIcons) {
|
|
4
|
+
$icons: (
|
|
5
|
+
'cart': '\ea01',
|
|
6
|
+
'share': '\ea02',
|
|
7
|
+
'tag-1': '\ea03',
|
|
8
|
+
'facebook-messenger': '\ea04',
|
|
9
|
+
'arrow-corner-up-left': '\ea05',
|
|
10
|
+
'fastword': '\ea06',
|
|
11
|
+
'tiktok': '\ea07',
|
|
12
|
+
'database': '\ea08',
|
|
13
|
+
'syrian-pound': '\ea09',
|
|
14
|
+
'user-check': '\ea0a',
|
|
15
|
+
'server': '\ea0b',
|
|
16
|
+
'car': '\ea0c',
|
|
17
|
+
'times': '\ea0d',
|
|
18
|
+
'apple-store': '\ea0e',
|
|
19
|
+
'arrow-circle-up': '\ea0f',
|
|
20
|
+
'login': '\ea10',
|
|
21
|
+
'settings': '\ea11',
|
|
22
|
+
'instagram': '\ea12',
|
|
23
|
+
'sun': '\ea13',
|
|
24
|
+
'arrow-corner-left-up': '\ea14',
|
|
25
|
+
'star-Half': '\ea15',
|
|
26
|
+
'img': '\ea16',
|
|
27
|
+
'gender': '\ea17',
|
|
28
|
+
'amazon-payment': '\ea18',
|
|
29
|
+
'pintrest': '\ea19',
|
|
30
|
+
'arrow-droplist-down': '\ea1a',
|
|
31
|
+
'apple-pay': '\ea1b',
|
|
32
|
+
'whatsapp': '\ea1c',
|
|
33
|
+
'arrow-droplist-up': '\ea1d',
|
|
34
|
+
'pause': '\ea1e',
|
|
35
|
+
'arrow-corner-right-up': '\ea1f',
|
|
36
|
+
'save': '\ea20',
|
|
37
|
+
'star': '\ea21',
|
|
38
|
+
'arrow-corner-down-right': '\ea22',
|
|
39
|
+
'moon': '\ea23',
|
|
40
|
+
'arrow-classic-down-left': '\ea24',
|
|
41
|
+
'logout': '\ea25',
|
|
42
|
+
'certificate': '\ea26',
|
|
43
|
+
'repeat': '\ea27',
|
|
44
|
+
'rotate': '\ea28',
|
|
45
|
+
'warning': '\ea29',
|
|
46
|
+
'wallet': '\ea2a',
|
|
47
|
+
'headset': '\ea2b',
|
|
48
|
+
'plus': '\ea2c',
|
|
49
|
+
'double-check': '\ea2d',
|
|
50
|
+
'lock-opened': '\ea2e',
|
|
51
|
+
'arrow-classic-up-left': '\ea2f',
|
|
52
|
+
'chili': '\ea30',
|
|
53
|
+
'github': '\ea31',
|
|
54
|
+
'options': '\ea32',
|
|
55
|
+
'volume-up': '\ea33',
|
|
56
|
+
'flash': '\ea34',
|
|
57
|
+
'usb': '\ea35',
|
|
58
|
+
'shield-on': '\ea36',
|
|
59
|
+
'copy': '\ea37',
|
|
60
|
+
'stop': '\ea38',
|
|
61
|
+
'warehouse': '\ea39',
|
|
62
|
+
'user-delete': '\ea3a',
|
|
63
|
+
'target': '\ea3b',
|
|
64
|
+
'arrow-droplist-right': '\ea3c',
|
|
65
|
+
'arrow-sign-left': '\ea3d',
|
|
66
|
+
'check': '\ea3e',
|
|
67
|
+
'coin': '\ea3f',
|
|
68
|
+
'print': '\ea40',
|
|
69
|
+
'arrow-lite-double-down': '\ea41',
|
|
70
|
+
'card': '\ea42',
|
|
71
|
+
'stackoverflow': '\ea43',
|
|
72
|
+
'face-id': '\ea44',
|
|
73
|
+
'signal': '\ea45',
|
|
74
|
+
'arrow-droplist-left': '\ea46',
|
|
75
|
+
'cart-1': '\ea47',
|
|
76
|
+
'behance': '\ea48',
|
|
77
|
+
'menu-1': '\ea49',
|
|
78
|
+
'user-remove': '\ea4a',
|
|
79
|
+
'tag': '\ea4b',
|
|
80
|
+
'receipt': '\ea4c',
|
|
81
|
+
'check-1': '\ea4d',
|
|
82
|
+
'medal-1': '\ea4e',
|
|
83
|
+
'heart-rate': '\ea4f',
|
|
84
|
+
'coffee-1': '\ea50',
|
|
85
|
+
'halal': '\ea51',
|
|
86
|
+
'search-1': '\ea52',
|
|
87
|
+
'power': '\ea53',
|
|
88
|
+
'edit-1': '\ea54',
|
|
89
|
+
'arrow-classic-right': '\ea55',
|
|
90
|
+
'search': '\ea56',
|
|
91
|
+
'phone': '\ea57',
|
|
92
|
+
'saudi-riyal': '\ea58',
|
|
93
|
+
'time': '\ea59',
|
|
94
|
+
'btc': '\ea5a',
|
|
95
|
+
'play': '\ea5b',
|
|
96
|
+
'eye-closed': '\ea5c',
|
|
97
|
+
'shop': '\ea5d',
|
|
98
|
+
'menu': '\ea5e',
|
|
99
|
+
'facebook': '\ea5f',
|
|
100
|
+
'hackerrank': '\ea60',
|
|
101
|
+
'gift-opened': '\ea61',
|
|
102
|
+
'news': '\ea62',
|
|
103
|
+
'medal': '\ea63',
|
|
104
|
+
'finger-print': '\ea64',
|
|
105
|
+
'Unlink': '\ea65',
|
|
106
|
+
'huawei': '\ea66',
|
|
107
|
+
'arrow-classic-up-right': '\ea67',
|
|
108
|
+
'microsoft': '\ea68',
|
|
109
|
+
'pdf': '\ea69',
|
|
110
|
+
'dislike': '\ea6a',
|
|
111
|
+
'snapchat': '\ea6b',
|
|
112
|
+
'turkish': '\ea6c',
|
|
113
|
+
'bank': '\ea6d',
|
|
114
|
+
'home': '\ea6e',
|
|
115
|
+
'trash': '\ea6f',
|
|
116
|
+
'thermometer': '\ea70',
|
|
117
|
+
'sort-up': '\ea71',
|
|
118
|
+
'coffee-2': '\ea72',
|
|
119
|
+
'scale-down': '\ea73',
|
|
120
|
+
'lang-ar': '\ea74',
|
|
121
|
+
'files': '\ea75',
|
|
122
|
+
'archive': '\ea76',
|
|
123
|
+
'like': '\ea77',
|
|
124
|
+
'arrow-classic-down-right': '\ea78',
|
|
125
|
+
'timer': '\ea79',
|
|
126
|
+
'gold': '\ea7a',
|
|
127
|
+
'eye-opened': '\ea7b',
|
|
128
|
+
'arrow-circle-left': '\ea7c',
|
|
129
|
+
'telegram': '\ea7d',
|
|
130
|
+
'volume': '\ea7e',
|
|
131
|
+
'linkedin': '\ea7f',
|
|
132
|
+
'arrow-corner-down-left': '\ea80',
|
|
133
|
+
'download': '\ea81',
|
|
134
|
+
'inbox': '\ea82',
|
|
135
|
+
'arrow-corner-right-down': '\ea83',
|
|
136
|
+
'pin-2': '\ea84',
|
|
137
|
+
'game-contraller': '\ea85',
|
|
138
|
+
'users': '\ea86',
|
|
139
|
+
'volume-down': '\ea87',
|
|
140
|
+
'user': '\ea88',
|
|
141
|
+
'info': '\ea89',
|
|
142
|
+
'pin-1': '\ea8a',
|
|
143
|
+
'google-play': '\ea8b',
|
|
144
|
+
'arrow-sign-right': '\ea8c',
|
|
145
|
+
'ads': '\ea8d',
|
|
146
|
+
'car-1': '\ea8e',
|
|
147
|
+
'arrow-corner-left-down': '\ea8f',
|
|
148
|
+
'arrow-circle-down': '\ea90',
|
|
149
|
+
'ship': '\ea91',
|
|
150
|
+
'chart-3': '\ea92',
|
|
151
|
+
'dribbble': '\ea93',
|
|
152
|
+
'arrow-lite-double-right': '\ea94',
|
|
153
|
+
'check-2': '\ea95',
|
|
154
|
+
'arrow-classic-down': '\ea96',
|
|
155
|
+
'question': '\ea97',
|
|
156
|
+
'new-tab': '\ea98',
|
|
157
|
+
'cart-2': '\ea99',
|
|
158
|
+
'arrow-corner-up-right': '\ea9a',
|
|
159
|
+
'arrow-classic-left': '\ea9b',
|
|
160
|
+
'octagon': '\ea9c',
|
|
161
|
+
'rupee': '\ea9d',
|
|
162
|
+
'usb-1': '\ea9e',
|
|
163
|
+
'yuan': '\ea9f',
|
|
164
|
+
'cheeze': '\eaa0',
|
|
165
|
+
'arrow-lite-double-up': '\eaa1',
|
|
166
|
+
'dashboard': '\eaa2',
|
|
167
|
+
'android': '\eaa3',
|
|
168
|
+
'mail': '\eaa4',
|
|
169
|
+
'age': '\eaa5',
|
|
170
|
+
'filters': '\eaa6',
|
|
171
|
+
'chart-2': '\eaa7',
|
|
172
|
+
'drop': '\eaa8',
|
|
173
|
+
'gift-closed': '\eaa9',
|
|
174
|
+
'euro': '\eaaa',
|
|
175
|
+
'loading': '\eaab',
|
|
176
|
+
'upload': '\eaac',
|
|
177
|
+
'arrow-sign-up': '\eaad',
|
|
178
|
+
'bell-off': '\eaae',
|
|
179
|
+
'passport': '\eaaf',
|
|
180
|
+
'chart-1': '\eab0',
|
|
181
|
+
'user-add': '\eab1',
|
|
182
|
+
'edit': '\eab2',
|
|
183
|
+
'Chipset': '\eab3',
|
|
184
|
+
'youtube': '\eab4',
|
|
185
|
+
'arrow-lite-left': '\eab5',
|
|
186
|
+
'arrow-sign-down': '\eab6',
|
|
187
|
+
'arrow-classic-up': '\eab7',
|
|
188
|
+
'white-board': '\eab8',
|
|
189
|
+
'grid': '\eab9',
|
|
190
|
+
'pounds': '\eaba',
|
|
191
|
+
'pin': '\eabb',
|
|
192
|
+
'arrow-lite-right': '\eabc',
|
|
193
|
+
'shield-off': '\eabd',
|
|
194
|
+
'arrow-lite-up': '\eabe',
|
|
195
|
+
'scale-up': '\eabf',
|
|
196
|
+
'barcode': '\eac0',
|
|
197
|
+
'plane': '\eac1',
|
|
198
|
+
'quote': '\eac2',
|
|
199
|
+
'ruble': '\eac3',
|
|
200
|
+
'ice-cream': '\eac4',
|
|
201
|
+
'move': '\eac5',
|
|
202
|
+
'times-2': '\eac6',
|
|
203
|
+
'link-1': '\eac7',
|
|
204
|
+
'board': '\eac8',
|
|
205
|
+
'mobile': '\eac9',
|
|
206
|
+
'arrow-circle-right': '\eaca',
|
|
207
|
+
'apple': '\eacb',
|
|
208
|
+
'google': '\eacc',
|
|
209
|
+
'arrow-outside': '\eacd',
|
|
210
|
+
'compare': '\eace',
|
|
211
|
+
'mice': '\eacf',
|
|
212
|
+
'cloud': '\ead0',
|
|
213
|
+
'times-1': '\ead1',
|
|
214
|
+
'calendar': '\ead2',
|
|
215
|
+
'twitter': '\ead3',
|
|
216
|
+
'motorbike': '\ead4',
|
|
217
|
+
'categories': '\ead5',
|
|
218
|
+
'app-gallery': '\ead6',
|
|
219
|
+
'aws': '\ead7',
|
|
220
|
+
'arrow-inside': '\ead8',
|
|
221
|
+
'folder': '\ead9',
|
|
222
|
+
'x': '\eada',
|
|
223
|
+
'camera': '\eadb',
|
|
224
|
+
'minus': '\eadc',
|
|
225
|
+
'link': '\eadd',
|
|
226
|
+
'box': '\eade',
|
|
227
|
+
'color': '\eadf',
|
|
228
|
+
'sort-down': '\eae0',
|
|
229
|
+
'settings-1': '\eae1',
|
|
230
|
+
'google-pay': '\eae2',
|
|
231
|
+
'chart': '\eae3',
|
|
232
|
+
'heart': '\eae4',
|
|
233
|
+
'doller': '\eae5',
|
|
234
|
+
'lock-closed': '\eae6',
|
|
235
|
+
'umbrella': '\eae7',
|
|
236
|
+
'arrow-lite-double-left': '\eae8',
|
|
237
|
+
'gitlab': '\eae9',
|
|
238
|
+
'arrow-lite-down': '\eaea',
|
|
239
|
+
'bell': '\eaeb',
|
|
240
|
+
'git': '\eaec',
|
|
241
|
+
'paypal': '\eaed',
|
|
242
|
+
'coupon': '\eaee',
|
|
243
|
+
);
|
|
244
|
+
|
|
245
245
|
@font-face {
|
|
246
|
-
font-family:
|
|
247
|
-
src: url(
|
|
246
|
+
font-family: 'beathers';
|
|
247
|
+
src: url('/fonts/beathers.woff') format('woff');
|
|
248
248
|
}
|
|
249
249
|
|
|
250
250
|
.be {
|
|
251
|
-
font-family:
|
|
251
|
+
font-family: 'beathers', system-ui;
|
|
252
252
|
font-size: 1em;
|
|
253
253
|
width: 1em;
|
|
254
254
|
height: 1em;
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Beathers v5.
|
|
2
|
+
* Beathers v5.3.0 (https://bhoenixstudio.com/beathers)
|
|
3
3
|
* Copyright 2020-2025 Bhoenix Studio
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
@use './variables';
|
|
7
|
-
|
|
8
6
|
// Style ----- ----- ----- -----
|
|
9
|
-
@use './
|
|
7
|
+
@use './style/resets';
|
|
10
8
|
@use './style/colors';
|
|
11
9
|
@use './style/typographic';
|
|
12
10
|
@use './style/grid';
|