elektronika theme

This commit is contained in:
Shohrat 2021-12-10 11:56:51 +05:00
parent 5624fbb4b8
commit 65add17158
70 changed files with 640 additions and 102 deletions

View File

@ -1,2 +0,0 @@
*
!.gitignore

204
bootstrap/cache/packages.php vendored Normal file
View File

@ -0,0 +1,204 @@
<?php return array (
'astrotomic/laravel-translatable' =>
array (
'providers' =>
array (
0 => 'Astrotomic\\Translatable\\TranslatableServiceProvider',
),
),
'babenkoivan/elastic-client' =>
array (
'providers' =>
array (
0 => 'ElasticClient\\ServiceProvider',
),
),
'babenkoivan/elastic-scout-driver' =>
array (
'providers' =>
array (
0 => 'ElasticScoutDriver\\ServiceProvider',
),
),
'bagistobrasil/bagisto-product-social-share' =>
array (
'providers' =>
array (
0 => 'BagistoBrasil\\ProductSocialShare\\Providers\\ProductSocialShareProvider',
),
'aliases' =>
array (
),
),
'barryvdh/laravel-debugbar' =>
array (
'providers' =>
array (
0 => 'Barryvdh\\Debugbar\\ServiceProvider',
),
'aliases' =>
array (
'Debugbar' => 'Barryvdh\\Debugbar\\Facade',
),
),
'barryvdh/laravel-dompdf' =>
array (
'providers' =>
array (
0 => 'Barryvdh\\DomPDF\\ServiceProvider',
),
'aliases' =>
array (
'PDF' => 'Barryvdh\\DomPDF\\Facade',
),
),
'facade/ignition' =>
array (
'providers' =>
array (
0 => 'Facade\\Ignition\\IgnitionServiceProvider',
),
'aliases' =>
array (
'Flare' => 'Facade\\Ignition\\Facades\\Flare',
),
),
'fideloper/proxy' =>
array (
'providers' =>
array (
0 => 'Fideloper\\Proxy\\TrustedProxyServiceProvider',
),
),
'flynsarmy/db-blade-compiler' =>
array (
'providers' =>
array (
0 => 'Flynsarmy\\DbBladeCompiler\\DbBladeCompilerServiceProvider',
),
'aliases' =>
array (
'DbView' => 'Flynsarmy\\DbBladeCompiler\\Facades\\DbView',
),
),
'intervention/image' =>
array (
'providers' =>
array (
0 => 'Intervention\\Image\\ImageServiceProvider',
),
'aliases' =>
array (
'Image' => 'Intervention\\Image\\Facades\\Image',
),
),
'kalnoy/nestedset' =>
array (
'providers' =>
array (
0 => 'Kalnoy\\Nestedset\\NestedSetServiceProvider',
),
),
'konekt/concord' =>
array (
'providers' =>
array (
0 => 'Konekt\\Concord\\ConcordServiceProvider',
),
'aliases' =>
array (
'Concord' => 'Konekt\\Concord\\Facades\\Concord',
'Helper' => 'Konekt\\Concord\\Facades\\Helper',
),
),
'konekt/enum-eloquent' =>
array (
'providers' =>
array (
0 => 'Konekt\\Enum\\Eloquent\\EnumServiceProvider',
),
),
'laravel/legacy-factories' =>
array (
'providers' =>
array (
0 => 'Illuminate\\Database\\Eloquent\\LegacyFactoryServiceProvider',
),
),
'laravel/scout' =>
array (
'providers' =>
array (
0 => 'Laravel\\Scout\\ScoutServiceProvider',
),
),
'laravel/socialite' =>
array (
'providers' =>
array (
0 => 'Laravel\\Socialite\\SocialiteServiceProvider',
),
'aliases' =>
array (
'Socialite' => 'Laravel\\Socialite\\Facades\\Socialite',
),
),
'laravel/tinker' =>
array (
'providers' =>
array (
0 => 'Laravel\\Tinker\\TinkerServiceProvider',
),
),
'laravel/ui' =>
array (
'providers' =>
array (
0 => 'Laravel\\Ui\\UiServiceProvider',
),
),
'maatwebsite/excel' =>
array (
'providers' =>
array (
0 => 'Maatwebsite\\Excel\\ExcelServiceProvider',
),
'aliases' =>
array (
'Excel' => 'Maatwebsite\\Excel\\Facades\\Excel',
),
),
'nesbot/carbon' =>
array (
'providers' =>
array (
0 => 'Carbon\\Laravel\\ServiceProvider',
),
),
'nunomaduro/collision' =>
array (
'providers' =>
array (
0 => 'NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider',
),
),
'prettus/l5-repository' =>
array (
'providers' =>
array (
0 => 'Prettus\\Repository\\Providers\\RepositoryServiceProvider',
),
),
'tymon/jwt-auth' =>
array (
'aliases' =>
array (
'JWTAuth' => 'Tymon\\JWTAuth\\Facades\\JWTAuth',
'JWTFactory' => 'Tymon\\JWTAuth\\Facades\\JWTFactory',
),
'providers' =>
array (
0 => 'Tymon\\JWTAuth\\Providers\\LaravelServiceProvider',
),
),
);

330
bootstrap/cache/services.php vendored Normal file
View File

@ -0,0 +1,330 @@
<?php return array (
'providers' =>
array (
0 => 'Illuminate\\Auth\\AuthServiceProvider',
1 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
2 => 'Illuminate\\Bus\\BusServiceProvider',
3 => 'Illuminate\\Cache\\CacheServiceProvider',
4 => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
5 => 'Illuminate\\Cookie\\CookieServiceProvider',
6 => 'Illuminate\\Database\\DatabaseServiceProvider',
7 => 'Illuminate\\Encryption\\EncryptionServiceProvider',
8 => 'Illuminate\\Filesystem\\FilesystemServiceProvider',
9 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider',
10 => 'Illuminate\\Hashing\\HashServiceProvider',
11 => 'Illuminate\\Mail\\MailServiceProvider',
12 => 'Illuminate\\Notifications\\NotificationServiceProvider',
13 => 'Illuminate\\Pagination\\PaginationServiceProvider',
14 => 'Illuminate\\Pipeline\\PipelineServiceProvider',
15 => 'Illuminate\\Queue\\QueueServiceProvider',
16 => 'Illuminate\\Redis\\RedisServiceProvider',
17 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider',
18 => 'Illuminate\\Session\\SessionServiceProvider',
19 => 'Illuminate\\Translation\\TranslationServiceProvider',
20 => 'Illuminate\\Validation\\ValidationServiceProvider',
21 => 'Illuminate\\View\\ViewServiceProvider',
22 => 'Astrotomic\\Translatable\\TranslatableServiceProvider',
23 => 'ElasticClient\\ServiceProvider',
24 => 'ElasticScoutDriver\\ServiceProvider',
25 => 'BagistoBrasil\\ProductSocialShare\\Providers\\ProductSocialShareProvider',
26 => 'Barryvdh\\Debugbar\\ServiceProvider',
27 => 'Barryvdh\\DomPDF\\ServiceProvider',
28 => 'Facade\\Ignition\\IgnitionServiceProvider',
29 => 'Fideloper\\Proxy\\TrustedProxyServiceProvider',
30 => 'Flynsarmy\\DbBladeCompiler\\DbBladeCompilerServiceProvider',
31 => 'Intervention\\Image\\ImageServiceProvider',
32 => 'Kalnoy\\Nestedset\\NestedSetServiceProvider',
33 => 'Konekt\\Concord\\ConcordServiceProvider',
34 => 'Konekt\\Enum\\Eloquent\\EnumServiceProvider',
35 => 'Illuminate\\Database\\Eloquent\\LegacyFactoryServiceProvider',
36 => 'Laravel\\Scout\\ScoutServiceProvider',
37 => 'Laravel\\Socialite\\SocialiteServiceProvider',
38 => 'Laravel\\Tinker\\TinkerServiceProvider',
39 => 'Laravel\\Ui\\UiServiceProvider',
40 => 'Maatwebsite\\Excel\\ExcelServiceProvider',
41 => 'Carbon\\Laravel\\ServiceProvider',
42 => 'NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider',
43 => 'Prettus\\Repository\\Providers\\RepositoryServiceProvider',
44 => 'Tymon\\JWTAuth\\Providers\\LaravelServiceProvider',
45 => 'Astrotomic\\Translatable\\TranslatableServiceProvider',
46 => 'App\\Providers\\AppServiceProvider',
47 => 'App\\Providers\\AuthServiceProvider',
48 => 'App\\Providers\\EventServiceProvider',
49 => 'App\\Providers\\RouteServiceProvider',
50 => 'Intervention\\Image\\ImageServiceProvider',
51 => 'Maatwebsite\\Excel\\ExcelServiceProvider',
52 => 'Prettus\\Repository\\Providers\\RepositoryServiceProvider',
53 => 'Konekt\\Concord\\ConcordServiceProvider',
54 => 'Flynsarmy\\DbBladeCompiler\\DbBladeCompilerServiceProvider',
55 => 'Barryvdh\\DomPDF\\ServiceProvider',
56 => 'Tymon\\JWTAuth\\Providers\\LaravelServiceProvider',
57 => 'Webkul\\Theme\\Providers\\ThemeServiceProvider',
58 => 'Webkul\\User\\Providers\\UserServiceProvider',
59 => 'Webkul\\Admin\\Providers\\AdminServiceProvider',
60 => 'Webkul\\Ui\\Providers\\UiServiceProvider',
61 => 'Webkul\\Category\\Providers\\CategoryServiceProvider',
62 => 'Webkul\\Attribute\\Providers\\AttributeServiceProvider',
63 => 'Webkul\\Core\\Providers\\CoreServiceProvider',
64 => 'Webkul\\Core\\Providers\\EnvValidatorServiceProvider',
65 => 'Webkul\\Shop\\Providers\\ShopServiceProvider',
66 => 'Webkul\\Customer\\Providers\\CustomerServiceProvider',
67 => 'Webkul\\Inventory\\Providers\\InventoryServiceProvider',
68 => 'Webkul\\Product\\Providers\\ProductServiceProvider',
69 => 'Webkul\\Checkout\\Providers\\CheckoutServiceProvider',
70 => 'Webkul\\Shipping\\Providers\\ShippingServiceProvider',
71 => 'Webkul\\Payment\\Providers\\PaymentServiceProvider',
72 => 'Webkul\\Paypal\\Providers\\PaypalServiceProvider',
73 => 'Webkul\\Sales\\Providers\\SalesServiceProvider',
74 => 'Webkul\\Tax\\Providers\\TaxServiceProvider',
75 => 'Webkul\\API\\Providers\\APIServiceProvider',
76 => 'Webkul\\CatalogRule\\Providers\\CatalogRuleServiceProvider',
77 => 'Webkul\\CartRule\\Providers\\CartRuleServiceProvider',
78 => 'Webkul\\Rule\\Providers\\RuleServiceProvider',
79 => 'Webkul\\CMS\\Providers\\CMSServiceProvider',
80 => 'Webkul\\Velocity\\Providers\\VelocityServiceProvider',
81 => 'Webkul\\BookingProduct\\Providers\\BookingProductServiceProvider',
82 => 'Webkul\\SocialLogin\\Providers\\SocialLoginServiceProvider',
83 => 'Webkul\\DebugBar\\Providers\\DebugBarServiceProvider',
84 => 'Webkul\\Marketing\\Providers\\MarketingServiceProvider',
),
'eager' =>
array (
0 => 'Illuminate\\Auth\\AuthServiceProvider',
1 => 'Illuminate\\Cookie\\CookieServiceProvider',
2 => 'Illuminate\\Database\\DatabaseServiceProvider',
3 => 'Illuminate\\Encryption\\EncryptionServiceProvider',
4 => 'Illuminate\\Filesystem\\FilesystemServiceProvider',
5 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider',
6 => 'Illuminate\\Notifications\\NotificationServiceProvider',
7 => 'Illuminate\\Pagination\\PaginationServiceProvider',
8 => 'Illuminate\\Session\\SessionServiceProvider',
9 => 'Illuminate\\View\\ViewServiceProvider',
10 => 'Astrotomic\\Translatable\\TranslatableServiceProvider',
11 => 'ElasticClient\\ServiceProvider',
12 => 'ElasticScoutDriver\\ServiceProvider',
13 => 'BagistoBrasil\\ProductSocialShare\\Providers\\ProductSocialShareProvider',
14 => 'Barryvdh\\Debugbar\\ServiceProvider',
15 => 'Barryvdh\\DomPDF\\ServiceProvider',
16 => 'Facade\\Ignition\\IgnitionServiceProvider',
17 => 'Fideloper\\Proxy\\TrustedProxyServiceProvider',
18 => 'Flynsarmy\\DbBladeCompiler\\DbBladeCompilerServiceProvider',
19 => 'Intervention\\Image\\ImageServiceProvider',
20 => 'Kalnoy\\Nestedset\\NestedSetServiceProvider',
21 => 'Konekt\\Concord\\ConcordServiceProvider',
22 => 'Konekt\\Enum\\Eloquent\\EnumServiceProvider',
23 => 'Illuminate\\Database\\Eloquent\\LegacyFactoryServiceProvider',
24 => 'Laravel\\Scout\\ScoutServiceProvider',
25 => 'Laravel\\Ui\\UiServiceProvider',
26 => 'Maatwebsite\\Excel\\ExcelServiceProvider',
27 => 'Carbon\\Laravel\\ServiceProvider',
28 => 'NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider',
29 => 'Prettus\\Repository\\Providers\\RepositoryServiceProvider',
30 => 'Tymon\\JWTAuth\\Providers\\LaravelServiceProvider',
31 => 'Astrotomic\\Translatable\\TranslatableServiceProvider',
32 => 'App\\Providers\\AppServiceProvider',
33 => 'App\\Providers\\AuthServiceProvider',
34 => 'App\\Providers\\EventServiceProvider',
35 => 'App\\Providers\\RouteServiceProvider',
36 => 'Intervention\\Image\\ImageServiceProvider',
37 => 'Maatwebsite\\Excel\\ExcelServiceProvider',
38 => 'Prettus\\Repository\\Providers\\RepositoryServiceProvider',
39 => 'Konekt\\Concord\\ConcordServiceProvider',
40 => 'Flynsarmy\\DbBladeCompiler\\DbBladeCompilerServiceProvider',
41 => 'Barryvdh\\DomPDF\\ServiceProvider',
42 => 'Tymon\\JWTAuth\\Providers\\LaravelServiceProvider',
43 => 'Webkul\\Theme\\Providers\\ThemeServiceProvider',
44 => 'Webkul\\User\\Providers\\UserServiceProvider',
45 => 'Webkul\\Admin\\Providers\\AdminServiceProvider',
46 => 'Webkul\\Ui\\Providers\\UiServiceProvider',
47 => 'Webkul\\Category\\Providers\\CategoryServiceProvider',
48 => 'Webkul\\Attribute\\Providers\\AttributeServiceProvider',
49 => 'Webkul\\Core\\Providers\\CoreServiceProvider',
50 => 'Webkul\\Core\\Providers\\EnvValidatorServiceProvider',
51 => 'Webkul\\Shop\\Providers\\ShopServiceProvider',
52 => 'Webkul\\Customer\\Providers\\CustomerServiceProvider',
53 => 'Webkul\\Inventory\\Providers\\InventoryServiceProvider',
54 => 'Webkul\\Product\\Providers\\ProductServiceProvider',
55 => 'Webkul\\Checkout\\Providers\\CheckoutServiceProvider',
56 => 'Webkul\\Shipping\\Providers\\ShippingServiceProvider',
57 => 'Webkul\\Payment\\Providers\\PaymentServiceProvider',
58 => 'Webkul\\Paypal\\Providers\\PaypalServiceProvider',
59 => 'Webkul\\Sales\\Providers\\SalesServiceProvider',
60 => 'Webkul\\Tax\\Providers\\TaxServiceProvider',
61 => 'Webkul\\API\\Providers\\APIServiceProvider',
62 => 'Webkul\\CatalogRule\\Providers\\CatalogRuleServiceProvider',
63 => 'Webkul\\CartRule\\Providers\\CartRuleServiceProvider',
64 => 'Webkul\\Rule\\Providers\\RuleServiceProvider',
65 => 'Webkul\\CMS\\Providers\\CMSServiceProvider',
66 => 'Webkul\\Velocity\\Providers\\VelocityServiceProvider',
67 => 'Webkul\\BookingProduct\\Providers\\BookingProductServiceProvider',
68 => 'Webkul\\SocialLogin\\Providers\\SocialLoginServiceProvider',
69 => 'Webkul\\DebugBar\\Providers\\DebugBarServiceProvider',
70 => 'Webkul\\Marketing\\Providers\\MarketingServiceProvider',
),
'deferred' =>
array (
'Illuminate\\Broadcasting\\BroadcastManager' => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
'Illuminate\\Contracts\\Broadcasting\\Factory' => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
'Illuminate\\Contracts\\Broadcasting\\Broadcaster' => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
'Illuminate\\Bus\\Dispatcher' => 'Illuminate\\Bus\\BusServiceProvider',
'Illuminate\\Contracts\\Bus\\Dispatcher' => 'Illuminate\\Bus\\BusServiceProvider',
'Illuminate\\Contracts\\Bus\\QueueingDispatcher' => 'Illuminate\\Bus\\BusServiceProvider',
'Illuminate\\Bus\\BatchRepository' => 'Illuminate\\Bus\\BusServiceProvider',
'cache' => 'Illuminate\\Cache\\CacheServiceProvider',
'cache.store' => 'Illuminate\\Cache\\CacheServiceProvider',
'cache.psr6' => 'Illuminate\\Cache\\CacheServiceProvider',
'memcached.connector' => 'Illuminate\\Cache\\CacheServiceProvider',
'Illuminate\\Cache\\RateLimiter' => 'Illuminate\\Cache\\CacheServiceProvider',
'command.cache.clear' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.cache.forget' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.clear-compiled' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.auth.resets.clear' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.config.cache' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.config.clear' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'Illuminate\\Database\\Console\\DbCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.db.wipe' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.down' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.environment' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.event.cache' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.event.clear' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.event.list' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.key.generate' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.optimize' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.optimize.clear' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.package.discover' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.queue.clear' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.queue.failed' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.queue.flush' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.queue.forget' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.queue.listen' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.queue.prune-batches' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.queue.restart' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.queue.retry' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.queue.retry-batch' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.queue.work' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.route.cache' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.route.clear' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.route.list' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.schema.dump' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.seed' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'Illuminate\\Console\\Scheduling\\ScheduleFinishCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'Illuminate\\Console\\Scheduling\\ScheduleListCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'Illuminate\\Console\\Scheduling\\ScheduleRunCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'Illuminate\\Console\\Scheduling\\ScheduleTestCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'Illuminate\\Console\\Scheduling\\ScheduleWorkCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.storage.link' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.up' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.view.cache' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.view.clear' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.cache.table' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.cast.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.channel.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.component.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.console.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.controller.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.event.generate' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.event.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.exception.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.factory.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.job.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.listener.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.mail.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.middleware.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.model.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.notification.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.notification.table' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.observer.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.policy.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.provider.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.queue.failed-table' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.queue.table' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.queue.batches-table' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.request.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.resource.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.rule.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.seeder.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.session.table' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.serve' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.stub.publish' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.test.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.vendor.publish' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'migrator' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'migration.repository' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'migration.creator' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.migrate' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.migrate.fresh' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.migrate.install' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.migrate.refresh' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.migrate.reset' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.migrate.rollback' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.migrate.status' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'command.migrate.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'composer' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
'hash' => 'Illuminate\\Hashing\\HashServiceProvider',
'hash.driver' => 'Illuminate\\Hashing\\HashServiceProvider',
'mail.manager' => 'Illuminate\\Mail\\MailServiceProvider',
'mailer' => 'Illuminate\\Mail\\MailServiceProvider',
'Illuminate\\Mail\\Markdown' => 'Illuminate\\Mail\\MailServiceProvider',
'Illuminate\\Contracts\\Pipeline\\Hub' => 'Illuminate\\Pipeline\\PipelineServiceProvider',
'queue' => 'Illuminate\\Queue\\QueueServiceProvider',
'queue.connection' => 'Illuminate\\Queue\\QueueServiceProvider',
'queue.failer' => 'Illuminate\\Queue\\QueueServiceProvider',
'queue.listener' => 'Illuminate\\Queue\\QueueServiceProvider',
'queue.worker' => 'Illuminate\\Queue\\QueueServiceProvider',
'redis' => 'Illuminate\\Redis\\RedisServiceProvider',
'redis.connection' => 'Illuminate\\Redis\\RedisServiceProvider',
'auth.password' => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider',
'auth.password.broker' => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider',
'translator' => 'Illuminate\\Translation\\TranslationServiceProvider',
'translation.loader' => 'Illuminate\\Translation\\TranslationServiceProvider',
'validator' => 'Illuminate\\Validation\\ValidationServiceProvider',
'validation.presence' => 'Illuminate\\Validation\\ValidationServiceProvider',
'Laravel\\Socialite\\Contracts\\Factory' => 'Laravel\\Socialite\\SocialiteServiceProvider',
'command.tinker' => 'Laravel\\Tinker\\TinkerServiceProvider',
),
'when' =>
array (
'Illuminate\\Broadcasting\\BroadcastServiceProvider' =>
array (
),
'Illuminate\\Bus\\BusServiceProvider' =>
array (
),
'Illuminate\\Cache\\CacheServiceProvider' =>
array (
),
'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider' =>
array (
),
'Illuminate\\Hashing\\HashServiceProvider' =>
array (
),
'Illuminate\\Mail\\MailServiceProvider' =>
array (
),
'Illuminate\\Pipeline\\PipelineServiceProvider' =>
array (
),
'Illuminate\\Queue\\QueueServiceProvider' =>
array (
),
'Illuminate\\Redis\\RedisServiceProvider' =>
array (
),
'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider' =>
array (
),
'Illuminate\\Translation\\TranslationServiceProvider' =>
array (
),
'Illuminate\\Validation\\ValidationServiceProvider' =>
array (
),
'Laravel\\Socialite\\SocialiteServiceProvider' =>
array (
),
'Laravel\\Tinker\\TinkerServiceProvider' =>
array (
),
),
);

View File

@ -23,6 +23,12 @@ return [
'name' => 'Velocity', 'name' => 'Velocity',
'parent' => 'default' 'parent' => 'default'
], ],
'elektronika' => [
'views_path' => 'resources/themes/elektronika/views',
'assets_path' => 'public/themes/elektronika/assets',
'name' => 'Elektronika',
'parent' => 'default'
],
], ],
'admin-default' => 'default', 'admin-default' => 'default',

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
$black: #0000; $black: #0000;
$brand-color: #0041FF; $brand-color: #c3000e;
$white: #ffffff; $white: #ffffff;

View File

@ -8,7 +8,7 @@ $accordian-header: #fbfbfb;
// Buttons // Buttons
$btn-primary: $white; $btn-primary: $white;
$btn-primary-bg: #0041FF; $btn-primary-bg: #c3000e;
$btn-danger-bg: red; $btn-danger-bg: red;
// Cards // Cards
@ -16,7 +16,7 @@ $card-title: #a2a2a2;
$card-background: $white; $card-background: $white;
// Dashboard // Dashboard
$dashboard-stats-data: #0041ff; $dashboard-stats-data: #c3000e;
// Typography // Typography
$font-family: 'Montserrat', sans-serif; $font-family: 'Montserrat', sans-serif;

View File

@ -71,7 +71,7 @@
margin-top: 10px; margin-top: 10px;
.name { .name {
color: #0041ff; color: #c3000e;
} }
.info { .info {

View File

@ -125,7 +125,7 @@ body {
&.active { &.active {
a { a {
color: #0041ff; color: #c3000e;
} }
} }
@ -281,7 +281,7 @@ body {
font-size: 15px; font-size: 15px;
&:focus { &:focus {
border-color: #0041ff; border-color: #c3000e;
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -32,7 +32,7 @@
} }
.toggle { .toggle {
color: #0041FF; color: #c3000e;
cursor: pointer; cursor: pointer;
-webkit-touch-callout: none; -webkit-touch-callout: none;
-webkit-user-select: none; -webkit-user-select: none;

View File

@ -30,7 +30,7 @@
} }
.toggle { .toggle {
color: #0041FF; color: #c3000e;
cursor: pointer; cursor: pointer;
-webkit-touch-callout: none; -webkit-touch-callout: none;
-webkit-user-select: none; -webkit-user-select: none;

File diff suppressed because one or more lines are too long

View File

@ -4682,7 +4682,7 @@ section.review {
.image-search-result { .image-search-result {
background-color: rgba(0, 65, 255, 0.1); background-color: rgba(0, 65, 255, 0.1);
border: 1px solid #0041ff; border: 1px solid #c3000e;
padding: 20px; padding: 20px;
margin-bottom: 20px; margin-bottom: 20px;
border-radius: 2px; border-radius: 2px;

View File

@ -20,7 +20,7 @@
</p> </p>
<p style="text-align: center;padding: 20px 0;"> <p style="text-align: center;padding: 20px 0;">
<a href="{{ route('admin.reset-password.create', $token) }}" style="padding: 10px 20px;background: #0041FF;color: #ffffff;text-transform: uppercase;text-decoration: none; font-size: 16px"> <a href="{{ route('admin.reset-password.create', $token) }}" style="padding: 10px 20px;background: #c3000e;color: #ffffff;text-transform: uppercase;text-decoration: none; font-size: 16px">
{{ __('shop::app.mail.forget-password.reset-password') }} {{ __('shop::app.mail.forget-password.reset-password') }}
</a> </a>
</p> </p>

View File

@ -16,7 +16,7 @@
</p> </p>
<p style="text-align: center;padding: 20px 0;"> <p style="text-align: center;padding: 20px 0;">
<a href="{{ route('customer.reset-password.create', $token) }}" style="padding: 10px 20px;background: #0041FF;color: #ffffff;text-transform: uppercase;text-decoration: none; font-size: 16px"> <a href="{{ route('customer.reset-password.create', $token) }}" style="padding: 10px 20px;background: #c3000e;color: #ffffff;text-transform: uppercase;text-decoration: none; font-size: 16px">
{{ __('shop::app.mail.forget-password.reset-password') }} {{ __('shop::app.mail.forget-password.reset-password') }}
</a> </a>
</p> </p>

View File

@ -21,7 +21,7 @@
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;"> <p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{!! __('shop::app.mail.order.greeting-admin', [ {!! __('shop::app.mail.order.greeting-admin', [
'order_id' => '<a href="' . route('customer.orders.view', $order->id) . '" style="color: #0041FF; font-weight: bold;">#' . $order->increment_id . '</a>', 'order_id' => '<a href="' . route('customer.orders.view', $order->id) . '" style="color: #c3000e; font-weight: bold;">#' . $order->increment_id . '</a>',
'created_at' => $order->created_at 'created_at' => $order->created_at
]) ])
!!} !!}
@ -226,7 +226,7 @@
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;"> <p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{!! {!!
__('shop::app.mail.order.help', [ __('shop::app.mail.order.help', [
'support_email' => '<a style="color:#0041FF" href="mailto:' . config('mail.admin.address') . '">' . config('mail.admin.address') . '</a>' 'support_email' => '<a style="color:#c3000e" href="mailto:' . config('mail.admin.address') . '">' . config('mail.admin.address') . '</a>'
]) ])
!!} !!}
</p> </p>

View File

@ -24,7 +24,7 @@
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;"> <p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{!! __('shop::app.mail.shipment.greeting', [ {!! __('shop::app.mail.shipment.greeting', [
'order_id' => '<a href="' . route('customer.orders.view', $order->id) . '" style="color: #0041FF; font-weight: bold;">#' . $order->increment_id . '</a>', 'order_id' => '<a href="' . route('customer.orders.view', $order->id) . '" style="color: #c3000e; font-weight: bold;">#' . $order->increment_id . '</a>',
'created_at' => $order->created_at 'created_at' => $order->created_at
]) ])
!!} !!}
@ -179,7 +179,7 @@
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;"> <p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{!! {!!
__('shop::app.mail.order.help', [ __('shop::app.mail.order.help', [
'support_email' => '<a style="color:#0041FF" href="mailto:' . config('mail.from.address') . '">' . config('mail.from.address'). '</a>' 'support_email' => '<a style="color:#c3000e" href="mailto:' . config('mail.from.address') . '">' . config('mail.from.address'). '</a>'
]) ])
!!} !!}
</p> </p>

View File

@ -19,7 +19,7 @@
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;"> <p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{!! __('shop::app.mail.order.greeting', [ {!! __('shop::app.mail.order.greeting', [
'order_id' => '<a href="' . route('customer.orders.view', $order->id) . '" style="color: #0041FF; font-weight: bold;">#' . $order->increment_id . '</a>', 'order_id' => '<a href="' . route('customer.orders.view', $order->id) . '" style="color: #c3000e; font-weight: bold;">#' . $order->increment_id . '</a>',
'created_at' => $order->created_at 'created_at' => $order->created_at
]) ])
!!} !!}
@ -214,7 +214,7 @@
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;"> <p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{!! {!!
__('shop::app.mail.order.help', [ __('shop::app.mail.order.help', [
'support_email' => '<a style="color:#0041FF" href="mailto:' . config('mail.from.address') . '">' . config('mail.from.address'). '</a>' 'support_email' => '<a style="color:#c3000e" href="mailto:' . config('mail.from.address') . '">' . config('mail.from.address'). '</a>'
]) ])
!!} !!}
</p> </p>

View File

@ -22,7 +22,7 @@
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;"> <p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{!! {!!
__('shop::app.mail.order.comment.help', [ __('shop::app.mail.order.comment.help', [
'support_email' => '<a style="color:#0041FF" href="mailto:' . config('mail.from.address') . '">' . config('mail.from.address'). '</a>' 'support_email' => '<a style="color:#c3000e" href="mailto:' . config('mail.from.address') . '">' . config('mail.from.address'). '</a>'
]) ])
!!} !!}
</p> </p>

View File

@ -17,7 +17,7 @@
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;"> <p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{!! __('shop::app.mail.order.greeting', [ {!! __('shop::app.mail.order.greeting', [
'order_id' => '<a href="' . route('customer.orders.view', $order->id) . '" style="color: #0041FF; font-weight: bold;">#' . $order->increment_id . '</a>', 'order_id' => '<a href="' . route('customer.orders.view', $order->id) . '" style="color: #c3000e; font-weight: bold;">#' . $order->increment_id . '</a>',
'created_at' => $order->created_at 'created_at' => $order->created_at
]) ])
!!} !!}
@ -223,7 +223,7 @@
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;"> <p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{!! {!!
__('shop::app.mail.order.help', [ __('shop::app.mail.order.help', [
'support_email' => '<a style="color:#0041FF" href="mailto:' . config('mail.from.address') . '">' . config('mail.from.address'). '</a>' 'support_email' => '<a style="color:#c3000e" href="mailto:' . config('mail.from.address') . '">' . config('mail.from.address'). '</a>'
]) ])
!!} !!}
</p> </p>

View File

@ -19,7 +19,7 @@
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;"> <p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{!! __('shop::app.mail.order.greeting', [ {!! __('shop::app.mail.order.greeting', [
'order_id' => '<a href="' . route('customer.orders.view', $order->id) . '" style="color: #0041FF; font-weight: bold;">#' . $order->increment_id . '</a>', 'order_id' => '<a href="' . route('customer.orders.view', $order->id) . '" style="color: #c3000e; font-weight: bold;">#' . $order->increment_id . '</a>',
'created_at' => $order->created_at 'created_at' => $order->created_at
]) ])
!!} !!}
@ -233,7 +233,7 @@
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;"> <p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{!! {!!
__('shop::app.mail.order.help', [ __('shop::app.mail.order.help', [
'support_email' => '<a style="color:#0041FF" href="mailto:' . config('mail.from.address') . '">' . config('mail.from.address'). '</a>' 'support_email' => '<a style="color:#c3000e" href="mailto:' . config('mail.from.address') . '">' . config('mail.from.address'). '</a>'
]) ])
!!} !!}
</p> </p>

View File

@ -19,7 +19,7 @@
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;"> <p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{!! __('shop::app.mail.order.greeting', [ {!! __('shop::app.mail.order.greeting', [
'order_id' => '<a href="' . route('customer.orders.view', $order->id) . '" style="color: #0041FF; font-weight: bold;">#' . $order->increment_id . '</a>', 'order_id' => '<a href="' . route('customer.orders.view', $order->id) . '" style="color: #c3000e; font-weight: bold;">#' . $order->increment_id . '</a>',
'created_at' => $order->created_at 'created_at' => $order->created_at
]) ])
!!} !!}
@ -177,7 +177,7 @@
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;"> <p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{!! {!!
__('shop::app.mail.order.help', [ __('shop::app.mail.order.help', [
'support_email' => '<a style="color:#0041FF" href="mailto:' . config('mail.from.address') . '">' . config('mail.from.address'). '</a>' 'support_email' => '<a style="color:#c3000e" href="mailto:' . config('mail.from.address') . '">' . config('mail.from.address'). '</a>'
]) ])
!!} !!}
</p> </p>

View File

@ -21,7 +21,7 @@
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;"> <p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{!! __('shop::app.mail.order.cancel.greeting', [ {!! __('shop::app.mail.order.cancel.greeting', [
'order_id' => '<a href="' . route('customer.orders.view', $order->id) . '" style="color: #0041FF; font-weight: bold;">#' . $order->increment_id . '</a>', 'order_id' => '<a href="' . route('customer.orders.view', $order->id) . '" style="color: #c3000e; font-weight: bold;">#' . $order->increment_id . '</a>',
'created_at' => $order->created_at 'created_at' => $order->created_at
]) ])
!!} !!}
@ -215,7 +215,7 @@
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;"> <p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{!! {!!
__('shop::app.mail.order.cancel.help', [ __('shop::app.mail.order.cancel.help', [
'support_email' => '<a style="color:#0041FF" href="mailto:' . config('mail.from.address') . '">' . config('mail.from.address'). '</a>' 'support_email' => '<a style="color:#c3000e" href="mailto:' . config('mail.from.address') . '">' . config('mail.from.address'). '</a>'
]) ])
!!} !!}
</p> </p>

View File

@ -17,7 +17,7 @@
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;"> <p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{!! __('shop::app.mail.order.cancel.greeting', [ {!! __('shop::app.mail.order.cancel.greeting', [
'order_id' => '<a href="' . route('customer.orders.view', $order->id) . '" style="color: #0041FF; font-weight: bold;">#' . $order->increment_id . '</a>', 'order_id' => '<a href="' . route('customer.orders.view', $order->id) . '" style="color: #c3000e; font-weight: bold;">#' . $order->increment_id . '</a>',
'created_at' => $order->created_at 'created_at' => $order->created_at
]) ])
!!} !!}
@ -211,7 +211,7 @@
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;"> <p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{!! {!!
__('shop::app.mail.order.cancel.help', [ __('shop::app.mail.order.cancel.help', [
'support_email' => '<a style="color:#0041FF" href="mailto:' . config('mail.from.address') . '">' . config('mail.from.address'). '</a>' 'support_email' => '<a style="color:#c3000e" href="mailto:' . config('mail.from.address') . '">' . config('mail.from.address'). '</a>'
]) ])
!!} !!}
</p> </p>

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Accordion-Arrow-Down" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Accordion-Arrow-Down" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Rectangle-2" fill="#0041FF" x="0" y="0" width="24" height="24" rx="12"></rect> <rect id="Rectangle-2" fill="#c3000e" x="0" y="0" width="24" height="24" rx="12"></rect>
<polyline id="Path-3" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" transform="translate(12.000000, 12.000000) scale(-1, -1) rotate(-90.000000) translate(-12.000000, -12.000000) " points="10 8 14 12 10 16"></polyline> <polyline id="Path-3" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" transform="translate(12.000000, 12.000000) scale(-1, -1) rotate(-90.000000) translate(-12.000000, -12.000000) " points="10 8 14 12 10 16"></polyline>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 833 B

After

Width:  |  Height:  |  Size: 833 B

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Accordion-Arrow-Up" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Accordion-Arrow-Up" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Rectangle-2" fill="#0041FF" x="0" y="0" width="24" height="24" rx="12"></rect> <rect id="Rectangle-2" fill="#c3000e" x="0" y="0" width="24" height="24" rx="12"></rect>
<polyline id="Path-3" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" transform="translate(12.000000, 11.000000) scale(-1, 1) rotate(-90.000000) translate(-12.000000, -11.000000) " points="10 7 14 11 10 15"></polyline> <polyline id="Path-3" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" transform="translate(12.000000, 11.000000) scale(-1, 1) rotate(-90.000000) translate(-12.000000, -11.000000) " points="10 7 14 11 10 15"></polyline>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 828 B

After

Width:  |  Height:  |  Size: 828 B

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Checkbox-Checked" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Checkbox-Checked" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Base" stroke="#0041FF" stroke-width="2" fill="#0041FF" x="1" y="1" width="22" height="22" rx="2"></rect> <rect id="Base" stroke="#c3000e" stroke-width="2" fill="#c3000e" x="1" y="1" width="22" height="22" rx="2"></rect>
<g id="Check-Accent" transform="translate(6.000000, 7.000000)" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"> <g id="Check-Accent" transform="translate(6.000000, 7.000000)" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="3">
<polyline id="Path-2" points="0 5 4 9 13 0"></polyline> <polyline id="Path-2" points="0 5 4 9 13 0"></polyline>
</g> </g>

Before

Width:  |  Height:  |  Size: 824 B

After

Width:  |  Height:  |  Size: 824 B

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Checkbox-Dash" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Checkbox-Dash" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Base" stroke="#0041FF" stroke-width="2" fill="#FFFFFF" x="1" y="1" width="22" height="22" rx="2"></rect> <rect id="Base" stroke="#c3000e" stroke-width="2" fill="#FFFFFF" x="1" y="1" width="22" height="22" rx="2"></rect>
<path d="M6,12 L17.215332,12" id="Path-8" stroke="#0041FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M6,12 L17.215332,12" id="Path-8" stroke="#c3000e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 721 B

After

Width:  |  Height:  |  Size: 721 B

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Icon-Back-Primary" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g id="Icon-Back-Primary" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g id="Icon-Sort-Down" transform="translate(12.000000, 12.000000) scale(-1, 1) translate(-12.000000, -12.000000) translate(3.000000, 6.000000)" stroke="#0041FF" stroke-width="2"> <g id="Icon-Sort-Down" transform="translate(12.000000, 12.000000) scale(-1, 1) translate(-12.000000, -12.000000) translate(3.000000, 6.000000)" stroke="#c3000e" stroke-width="2">
<path d="M1,6 L16.068125,6" id="Path-3"></path> <path d="M1,6 L16.068125,6" id="Path-3"></path>
<polyline id="Path-4" points="12 0 18 6.08548298 12 12"></polyline> <polyline id="Path-4" points="12 0 18 6.08548298 12 12"></polyline>
</g> </g>

Before

Width:  |  Height:  |  Size: 856 B

After

Width:  |  Height:  |  Size: 856 B

View File

@ -5,11 +5,11 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Icon-CMS-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Icon-CMS-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Rectangle" stroke="#0041FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x="9" y="10" width="31" height="24"></rect> <rect id="Rectangle" stroke="#c3000e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x="9" y="10" width="31" height="24"></rect>
<circle id="Oval" fill="#0041FF" fill-rule="nonzero" cx="25" cy="13" r="1"></circle> <circle id="Oval" fill="#c3000e" fill-rule="nonzero" cx="25" cy="13" r="1"></circle>
<path d="M13,33.9210526 L13,29.0789474 L16.3772216,29.0789474 C16.5449412,28.5154007 16.7697085,27.9764233 17.0448264,27.4687119 L14.6563293,25.0802147 L18.0802147,21.6563293 L20.4687119,24.0448264 C20.9764233,23.7697085 21.5154007,23.5449412 22.0789474,23.3772216 L22.0789474,20 L26.9210526,20 L26.9210526,23.3772216 C27.4845993,23.5449412 28.0235767,23.7697085 28.5312881,24.0448264 L30.9197853,21.6563293 L34.3436707,25.0802147 L31.9551736,27.4687119 C32.2302915,27.9764233 32.4550588,28.5154007 32.6227784,29.0789474 L36,29.0789474 L36,33.9210526" id="Combined-Shape" stroke="#0041FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M13,33.9210526 L13,29.0789474 L16.3772216,29.0789474 C16.5449412,28.5154007 16.7697085,27.9764233 17.0448264,27.4687119 L14.6563293,25.0802147 L18.0802147,21.6563293 L20.4687119,24.0448264 C20.9764233,23.7697085 21.5154007,23.5449412 22.0789474,23.3772216 L22.0789474,20 L26.9210526,20 L26.9210526,23.3772216 C27.4845993,23.5449412 28.0235767,23.7697085 28.5312881,24.0448264 L30.9197853,21.6563293 L34.3436707,25.0802147 L31.9551736,27.4687119 C32.2302915,27.9764233 32.4550588,28.5154007 32.6227784,29.0789474 L36,29.0789474 L36,33.9210526" id="Combined-Shape" stroke="#c3000e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M27.0855784,33.8590133 C27.6535802,33.2368113 28,32.408861 28,31.5 C28,29.5670034 26.4329966,28 24.5,28 C22.5670034,28 21,29.5670034 21,31.5 C21,32.4467397 21.3758971,33.3056839 21.9865853,33.9357268" id="Oval-6" stroke="#0041FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M27.0855784,33.8590133 C27.6535802,33.2368113 28,32.408861 28,31.5 C28,29.5670034 26.4329966,28 24.5,28 C22.5670034,28 21,29.5670034 21,31.5 C21,32.4467397 21.3758971,33.3056839 21.9865853,33.9357268" id="Oval-6" stroke="#c3000e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M15,38 L33,38" id="Path-35" stroke="#0041FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M15,38 L33,38" id="Path-35" stroke="#c3000e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M24.5,34.5 L24.5,37.5" id="Path-36" stroke="#0041FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M24.5,34.5 L24.5,37.5" id="Path-36" stroke="#c3000e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Icon-Catalog-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g id="Icon-Catalog-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g transform="translate(9.000000, 7.000000)" stroke="#0041FF" stroke-width="2"> <g transform="translate(9.000000, 7.000000)" stroke="#c3000e" stroke-width="2">
<rect id="Rectangle-2" x="0" y="0" width="30" height="34"></rect> <rect id="Rectangle-2" x="0" y="0" width="30" height="34"></rect>
<path d="M6,6 L24,6" id="Path-6"></path> <path d="M6,6 L24,6" id="Path-6"></path>
<path d="M6,13 L24,13" id="Path-6"></path> <path d="M6,13 L24,13" id="Path-6"></path>

Before

Width:  |  Height:  |  Size: 917 B

After

Width:  |  Height:  |  Size: 917 B

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Icon-Configure-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Icon-Configure-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(4.000000, 4.000000)" stroke="#0041FF" stroke-width="2"> <g transform="translate(4.000000, 4.000000)" stroke="#c3000e" stroke-width="2">
<path d="M40.4050208,8.4699204 C40.7912341,9.66642796 41,10.9436642 41,12.2700565 C41,19.0466216 35.550775,24.540113 28.8288153,24.540113 C27.4775452,24.540113 26.1777068,24.3181191 24.9632274,23.9083344 L10.7535471,38.1180147 C8.57547658,40.2960852 5.04412656,40.2960852 2.86605605,38.1180147 C0.687985545,35.9399442 0.687985545,32.4085941 2.86605605,30.2305236 L17.1984629,15.8981168 C16.8469212,14.7515067 16.6576305,13.5330668 16.6576305,12.2700565 C16.6576305,5.49349141 22.1068556,0 28.8288153,0 C29.7074376,0 30.5643153,0.0938557949 31.3901218,0.272164867 L24.8494942,6.81279245 L25.5405734,14.9969882 L33.4558215,15.4191197 L40.4050208,8.4699204 Z" id="Combined-Shape" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M40.4050208,8.4699204 C40.7912341,9.66642796 41,10.9436642 41,12.2700565 C41,19.0466216 35.550775,24.540113 28.8288153,24.540113 C27.4775452,24.540113 26.1777068,24.3181191 24.9632274,23.9083344 L10.7535471,38.1180147 C8.57547658,40.2960852 5.04412656,40.2960852 2.86605605,38.1180147 C0.687985545,35.9399442 0.687985545,32.4085941 2.86605605,30.2305236 L17.1984629,15.8981168 C16.8469212,14.7515067 16.6576305,13.5330668 16.6576305,12.2700565 C16.6576305,5.49349141 22.1068556,0 28.8288153,0 C29.7074376,0 30.5643153,0.0938557949 31.3901218,0.272164867 L24.8494942,6.81279245 L25.5405734,14.9969882 L33.4558215,15.4191197 L40.4050208,8.4699204 Z" id="Combined-Shape" stroke-linecap="round" stroke-linejoin="round"></path>
<circle id="Oval-8" cx="7.5" cy="33.5" r="1.5"></circle> <circle id="Oval-8" cx="7.5" cy="33.5" r="1.5"></circle>
</g> </g>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Icon-Customers-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g id="Icon-Customers-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g transform="translate(9.000000, 8.000000)" id="Combined-Shape" stroke="#0041FF" stroke-width="2"> <g transform="translate(9.000000, 8.000000)" id="Combined-Shape" stroke="#c3000e" stroke-width="2">
<path d="M0.0694092808,30.8793785 C0.789639214,23.4815617 7.02613841,17.6997284 14.6130571,17.6997284 C22.1999758,17.6997284 28.436475,23.4815617 29.156705,30.8793785 L0.0694092808,30.8793785 Z M14.5,13.6997284 C10.9101491,13.6997284 8,10.7895793 8,7.19972838 C8,3.60987751 10.9101491,0.699728384 14.5,0.699728384 C18.0898509,0.699728384 21,3.60987751 21,7.19972838 C21,10.7895793 18.0898509,13.6997284 14.5,13.6997284 Z"></path> <path d="M0.0694092808,30.8793785 C0.789639214,23.4815617 7.02613841,17.6997284 14.6130571,17.6997284 C22.1999758,17.6997284 28.436475,23.4815617 29.156705,30.8793785 L0.0694092808,30.8793785 Z M14.5,13.6997284 C10.9101491,13.6997284 8,10.7895793 8,7.19972838 C8,3.60987751 10.9101491,0.699728384 14.5,0.699728384 C18.0898509,0.699728384 21,3.60987751 21,7.19972838 C21,10.7895793 18.0898509,13.6997284 14.5,13.6997284 Z"></path>
</g> </g>
</g> </g>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -6,10 +6,10 @@
<defs></defs> <defs></defs>
<g id="Icon-Dashboard-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Icon-Dashboard-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(10.000000, 1.000000)"> <g transform="translate(10.000000, 1.000000)">
<rect id="Rectangle-2" stroke="#0041FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x="0" y="9" width="28" height="28"></rect> <rect id="Rectangle-2" stroke="#c3000e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x="0" y="9" width="28" height="28"></rect>
<circle id="Oval" fill="#FFFFFF" cx="28" cy="9" r="9"></circle> <circle id="Oval" fill="#FFFFFF" cx="28" cy="9" r="9"></circle>
<circle id="Oval" stroke="#0041FF" stroke-width="2" cx="28" cy="9" r="4"></circle> <circle id="Oval" stroke="#c3000e" stroke-width="2" cx="28" cy="9" r="4"></circle>
<polyline id="Path-5" stroke="#0041FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" points="7 26.8225098 10.6303711 22.1315918 15.5270996 25.3210449 21.5498047 18"></polyline> <polyline id="Path-5" stroke="#c3000e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" points="7 26.8225098 10.6303711 22.1315918 15.5270996 25.3210449 21.5498047 18"></polyline>
</g> </g>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Icon-Sales-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g id="Icon-Sales-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g transform="translate(10.000000, 10.000000)" id="Rectangle-2" stroke="#0041FF" stroke-width="2"> <g transform="translate(10.000000, 10.000000)" id="Rectangle-2" stroke="#c3000e" stroke-width="2">
<rect x="0" y="16" width="6" height="12"></rect> <rect x="0" y="16" width="6" height="12"></rect>
<rect x="11" y="8" width="6" height="20"></rect> <rect x="11" y="8" width="6" height="20"></rect>
<rect x="22" y="0" width="6" height="28"></rect> <rect x="22" y="0" width="6" height="28"></rect>

Before

Width:  |  Height:  |  Size: 817 B

After

Width:  |  Height:  |  Size: 817 B

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Icon-Settings-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g id="Icon-Settings-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g transform="translate(8.000000, 8.000000)" stroke="#0041FF" stroke-width="2"> <g transform="translate(8.000000, 8.000000)" stroke="#c3000e" stroke-width="2">
<path d="M21.6087486,26.3724154 C20.9023676,26.7551882 20.152486,27.0679078 19.3684211,27.301257 L19.3684211,32 L12.6315789,32 L12.6315789,27.301257 C11.847514,27.0679078 11.0976324,26.7551882 10.3912514,26.3724154 L7.06812487,29.6955419 L2.30445813,24.9318751 L5.62758462,21.6087486 C5.2448118,20.9023676 4.93209217,20.152486 4.69874304,19.3684211 L-3.55271368e-15,19.3684211 L-3.55271368e-15,12.6315789 L4.69874304,12.6315789 C4.93209217,11.847514 5.2448118,11.0976324 5.62758462,10.3912514 L2.30445813,7.06812487 L7.06812487,2.30445813 L10.3912514,5.62758462 C11.0976324,5.2448118 11.847514,4.93209217 12.6315789,4.69874304 L12.6315789,0 L19.3684211,0 L19.3684211,4.69874304 C20.152486,4.93209217 20.9023676,5.2448118 21.6087486,5.62758462 L24.9318751,2.30445813 L29.6955419,7.06812487 L26.3724154,10.3912514 C26.7551882,11.0976324 27.0679078,11.847514 27.301257,12.6315789 L32,12.6315789 L32,19.3684211 L27.301257,19.3684211 C27.0679078,20.152486 26.7551882,20.9023676 26.3724154,21.6087486 L29.6955419,24.9318751 L24.9318751,29.6955419 L21.6087486,26.3724154 Z" id="Combined-Shape"></path> <path d="M21.6087486,26.3724154 C20.9023676,26.7551882 20.152486,27.0679078 19.3684211,27.301257 L19.3684211,32 L12.6315789,32 L12.6315789,27.301257 C11.847514,27.0679078 11.0976324,26.7551882 10.3912514,26.3724154 L7.06812487,29.6955419 L2.30445813,24.9318751 L5.62758462,21.6087486 C5.2448118,20.9023676 4.93209217,20.152486 4.69874304,19.3684211 L-3.55271368e-15,19.3684211 L-3.55271368e-15,12.6315789 L4.69874304,12.6315789 C4.93209217,11.847514 5.2448118,11.0976324 5.62758462,10.3912514 L2.30445813,7.06812487 L7.06812487,2.30445813 L10.3912514,5.62758462 C11.0976324,5.2448118 11.847514,4.93209217 12.6315789,4.69874304 L12.6315789,0 L19.3684211,0 L19.3684211,4.69874304 C20.152486,4.93209217 20.9023676,5.2448118 21.6087486,5.62758462 L24.9318751,2.30445813 L29.6955419,7.06812487 L26.3724154,10.3912514 C26.7551882,11.0976324 27.0679078,11.847514 27.301257,12.6315789 L32,12.6315789 L32,19.3684211 L27.301257,19.3684211 C27.0679078,20.152486 26.7551882,20.9023676 26.3724154,21.6087486 L29.6955419,24.9318751 L24.9318751,29.6955419 L21.6087486,26.3724154 Z" id="Combined-Shape"></path>
<circle id="Oval-6" cx="16" cy="16" r="5"></circle> <circle id="Oval-6" cx="16" cy="16" r="5"></circle>
</g> </g>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -5,6 +5,6 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Check-Accent" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g id="Check-Accent" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<polyline id="Path-2" stroke="#0041FF" stroke-width="3" points="2 10 6 14 15 5"></polyline> <polyline id="Path-2" stroke="#c3000e" stroke-width="3" points="2 10 6 14 15 5"></polyline>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 606 B

After

Width:  |  Height:  |  Size: 606 B

View File

@ -1,4 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="12" transform="rotate(-180 12 12)" fill="#0041FF"/> <circle cx="12" cy="12" r="12" transform="rotate(-180 12 12)" fill="#c3000e"/>
<path d="M13.5 17.5L8.5 12.5L13.5 7.5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.5 17.5L8.5 12.5L13.5 7.5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 302 B

After

Width:  |  Height:  |  Size: 302 B

View File

@ -1,4 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="12" transform="rotate(-180 12 12)" fill="#0041FF"/> <circle cx="12" cy="12" r="12" transform="rotate(-180 12 12)" fill="#c3000e"/>
<path d="M10.5 17.5L15.5 12.5L10.5 7.5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.5 17.5L15.5 12.5L10.5 7.5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 303 B

After

Width:  |  Height:  |  Size: 303 B

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Cross-Accent" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g id="Cross-Accent" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<path d="M4.5,13.5 L13.5,4.5" id="Path-2" stroke="#0041FF" stroke-width="3" transform="translate(9.000000, 9.000000) scale(-1, 1) translate(-9.000000, -9.000000) "></path> <path d="M4.5,13.5 L13.5,4.5" id="Path-2" stroke="#c3000e" stroke-width="3" transform="translate(9.000000, 9.000000) scale(-1, 1) translate(-9.000000, -9.000000) "></path>
<path d="M4.5,13.5 L13.5,4.5" id="Path-2" stroke="#0041FF" stroke-width="3"></path> <path d="M4.5,13.5 L13.5,4.5" id="Path-2" stroke="#c3000e" stroke-width="3"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 778 B

After

Width:  |  Height:  |  Size: 778 B

View File

@ -6,7 +6,7 @@
<defs></defs> <defs></defs>
<g id="Icon-Cross" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Icon-Cross" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Group" transform="translate(4.000000, 4.000000)"> <g id="Group" transform="translate(4.000000, 4.000000)">
<circle id="Oval-10" fill="#0041FF" transform="translate(12.000000, 12.000000) scale(-1, 1) translate(-12.000000, -12.000000) " cx="12" cy="12" r="12"></circle> <circle id="Oval-10" fill="#c3000e" transform="translate(12.000000, 12.000000) scale(-1, 1) translate(-12.000000, -12.000000) " cx="12" cy="12" r="12"></circle>
<g id="Group-2" transform="translate(8.000000, 8.000000)" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"> <g id="Group-2" transform="translate(8.000000, 8.000000)" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="3">
<path d="M0,7.5 L7.33886719,0" id="Path-13-Copy" transform="translate(3.669434, 3.750000) scale(-1, 1) translate(-3.669434, -3.750000) "></path> <path d="M0,7.5 L7.33886719,0" id="Path-13-Copy" transform="translate(3.669434, 3.750000) scale(-1, 1) translate(-3.669434, -3.750000) "></path>
<path d="M0,7.5 L7.33886719,0" id="Path-13-Copy-2"></path> <path d="M0,7.5 L7.33886719,0" id="Path-13-Copy-2"></path>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Icon-Promition-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g id="Icon-Promition-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g id="Group" transform="translate(8.000000, 10.000000)" stroke="#0041FF" stroke-width="2"> <g id="Group" transform="translate(8.000000, 10.000000)" stroke="#c3000e" stroke-width="2">
<polygon id="Rectangle-15" points="5 8.96186626 22 1.91619318 22 26.0838068 5 19.0381337"></polygon> <polygon id="Rectangle-15" points="5 8.96186626 22 1.91619318 22 26.0838068 5 19.0381337"></polygon>
<path d="M22,0 L22,28" id="Path-17"></path> <path d="M22,0 L22,28" id="Path-17"></path>
<path d="M3.5,9 L5,9 L5,19 L3.5,19 C1.56700338,19 2.36723813e-16,17.4329966 0,15.5 L0,12.5 C-2.36723813e-16,10.5670034 1.56700338,9 3.5,9 Z" id="Rectangle-15"></path> <path d="M3.5,9 L5,9 L5,19 L3.5,19 C1.56700338,19 2.36723813e-16,17.4329966 0,15.5 L0,12.5 C-2.36723813e-16,10.5670034 1.56700338,9 3.5,9 Z" id="Rectangle-15"></path>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Accordion-Arrow-Down" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Accordion-Arrow-Down" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Rectangle-2" fill="#0041FF" x="0" y="0" width="24" height="24" rx="12"></rect> <rect id="Rectangle-2" fill="#c3000e" x="0" y="0" width="24" height="24" rx="12"></rect>
<polyline id="Path-3" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" transform="translate(12.000000, 12.000000) scale(-1, -1) rotate(-90.000000) translate(-12.000000, -12.000000) " points="10 8 14 12 10 16"></polyline> <polyline id="Path-3" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" transform="translate(12.000000, 12.000000) scale(-1, -1) rotate(-90.000000) translate(-12.000000, -12.000000) " points="10 8 14 12 10 16"></polyline>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 833 B

After

Width:  |  Height:  |  Size: 833 B

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Accordion-Arrow-Up" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Accordion-Arrow-Up" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Rectangle-2" fill="#0041FF" x="0" y="0" width="24" height="24" rx="12"></rect> <rect id="Rectangle-2" fill="#c3000e" x="0" y="0" width="24" height="24" rx="12"></rect>
<polyline id="Path-3" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" transform="translate(12.000000, 11.000000) scale(-1, 1) rotate(-90.000000) translate(-12.000000, -11.000000) " points="10 7 14 11 10 15"></polyline> <polyline id="Path-3" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" transform="translate(12.000000, 11.000000) scale(-1, 1) rotate(-90.000000) translate(-12.000000, -11.000000) " points="10 7 14 11 10 15"></polyline>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 828 B

After

Width:  |  Height:  |  Size: 828 B

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Checkbox-Checked" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Checkbox-Checked" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Base" stroke="#0041FF" stroke-width="2" fill="#0041FF" x="1" y="1" width="22" height="22" rx="2"></rect> <rect id="Base" stroke="#c3000e" stroke-width="2" fill="#c3000e" x="1" y="1" width="22" height="22" rx="2"></rect>
<g id="Check-Accent" transform="translate(6.000000, 7.000000)" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"> <g id="Check-Accent" transform="translate(6.000000, 7.000000)" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="3">
<polyline id="Path-2" points="0 5 4 9 13 0"></polyline> <polyline id="Path-2" points="0 5 4 9 13 0"></polyline>
</g> </g>

Before

Width:  |  Height:  |  Size: 824 B

After

Width:  |  Height:  |  Size: 824 B

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Checkbox-Dash" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Checkbox-Dash" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Base" stroke="#0041FF" stroke-width="2" fill="#FFFFFF" x="1" y="1" width="22" height="22" rx="2"></rect> <rect id="Base" stroke="#c3000e" stroke-width="2" fill="#FFFFFF" x="1" y="1" width="22" height="22" rx="2"></rect>
<path d="M6,12 L17.215332,12" id="Path-8" stroke="#0041FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M6,12 L17.215332,12" id="Path-8" stroke="#c3000e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 721 B

After

Width:  |  Height:  |  Size: 721 B

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Icon-Back-Primary" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g id="Icon-Back-Primary" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g id="Icon-Sort-Down" transform="translate(12.000000, 12.000000) scale(-1, 1) translate(-12.000000, -12.000000) translate(3.000000, 6.000000)" stroke="#0041FF" stroke-width="2"> <g id="Icon-Sort-Down" transform="translate(12.000000, 12.000000) scale(-1, 1) translate(-12.000000, -12.000000) translate(3.000000, 6.000000)" stroke="#c3000e" stroke-width="2">
<path d="M1,6 L16.068125,6" id="Path-3"></path> <path d="M1,6 L16.068125,6" id="Path-3"></path>
<polyline id="Path-4" points="12 0 18 6.08548298 12 12"></polyline> <polyline id="Path-4" points="12 0 18 6.08548298 12 12"></polyline>
</g> </g>

Before

Width:  |  Height:  |  Size: 856 B

After

Width:  |  Height:  |  Size: 856 B

View File

@ -5,11 +5,11 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Icon-CMS-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Icon-CMS-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Rectangle" stroke="#0041FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x="9" y="10" width="31" height="24"></rect> <rect id="Rectangle" stroke="#c3000e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x="9" y="10" width="31" height="24"></rect>
<circle id="Oval" fill="#0041FF" fill-rule="nonzero" cx="25" cy="13" r="1"></circle> <circle id="Oval" fill="#c3000e" fill-rule="nonzero" cx="25" cy="13" r="1"></circle>
<path d="M13,33.9210526 L13,29.0789474 L16.3772216,29.0789474 C16.5449412,28.5154007 16.7697085,27.9764233 17.0448264,27.4687119 L14.6563293,25.0802147 L18.0802147,21.6563293 L20.4687119,24.0448264 C20.9764233,23.7697085 21.5154007,23.5449412 22.0789474,23.3772216 L22.0789474,20 L26.9210526,20 L26.9210526,23.3772216 C27.4845993,23.5449412 28.0235767,23.7697085 28.5312881,24.0448264 L30.9197853,21.6563293 L34.3436707,25.0802147 L31.9551736,27.4687119 C32.2302915,27.9764233 32.4550588,28.5154007 32.6227784,29.0789474 L36,29.0789474 L36,33.9210526" id="Combined-Shape" stroke="#0041FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M13,33.9210526 L13,29.0789474 L16.3772216,29.0789474 C16.5449412,28.5154007 16.7697085,27.9764233 17.0448264,27.4687119 L14.6563293,25.0802147 L18.0802147,21.6563293 L20.4687119,24.0448264 C20.9764233,23.7697085 21.5154007,23.5449412 22.0789474,23.3772216 L22.0789474,20 L26.9210526,20 L26.9210526,23.3772216 C27.4845993,23.5449412 28.0235767,23.7697085 28.5312881,24.0448264 L30.9197853,21.6563293 L34.3436707,25.0802147 L31.9551736,27.4687119 C32.2302915,27.9764233 32.4550588,28.5154007 32.6227784,29.0789474 L36,29.0789474 L36,33.9210526" id="Combined-Shape" stroke="#c3000e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M27.0855784,33.8590133 C27.6535802,33.2368113 28,32.408861 28,31.5 C28,29.5670034 26.4329966,28 24.5,28 C22.5670034,28 21,29.5670034 21,31.5 C21,32.4467397 21.3758971,33.3056839 21.9865853,33.9357268" id="Oval-6" stroke="#0041FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M27.0855784,33.8590133 C27.6535802,33.2368113 28,32.408861 28,31.5 C28,29.5670034 26.4329966,28 24.5,28 C22.5670034,28 21,29.5670034 21,31.5 C21,32.4467397 21.3758971,33.3056839 21.9865853,33.9357268" id="Oval-6" stroke="#c3000e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M15,38 L33,38" id="Path-35" stroke="#0041FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M15,38 L33,38" id="Path-35" stroke="#c3000e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M24.5,34.5 L24.5,37.5" id="Path-36" stroke="#0041FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M24.5,34.5 L24.5,37.5" id="Path-36" stroke="#c3000e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Icon-Catalog-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g id="Icon-Catalog-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g transform="translate(9.000000, 7.000000)" stroke="#0041FF" stroke-width="2"> <g transform="translate(9.000000, 7.000000)" stroke="#c3000e" stroke-width="2">
<rect id="Rectangle-2" x="0" y="0" width="30" height="34"></rect> <rect id="Rectangle-2" x="0" y="0" width="30" height="34"></rect>
<path d="M6,6 L24,6" id="Path-6"></path> <path d="M6,6 L24,6" id="Path-6"></path>
<path d="M6,13 L24,13" id="Path-6"></path> <path d="M6,13 L24,13" id="Path-6"></path>

Before

Width:  |  Height:  |  Size: 917 B

After

Width:  |  Height:  |  Size: 917 B

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Icon-Configure-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Icon-Configure-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(4.000000, 4.000000)" stroke="#0041FF" stroke-width="2"> <g transform="translate(4.000000, 4.000000)" stroke="#c3000e" stroke-width="2">
<path d="M40.4050208,8.4699204 C40.7912341,9.66642796 41,10.9436642 41,12.2700565 C41,19.0466216 35.550775,24.540113 28.8288153,24.540113 C27.4775452,24.540113 26.1777068,24.3181191 24.9632274,23.9083344 L10.7535471,38.1180147 C8.57547658,40.2960852 5.04412656,40.2960852 2.86605605,38.1180147 C0.687985545,35.9399442 0.687985545,32.4085941 2.86605605,30.2305236 L17.1984629,15.8981168 C16.8469212,14.7515067 16.6576305,13.5330668 16.6576305,12.2700565 C16.6576305,5.49349141 22.1068556,0 28.8288153,0 C29.7074376,0 30.5643153,0.0938557949 31.3901218,0.272164867 L24.8494942,6.81279245 L25.5405734,14.9969882 L33.4558215,15.4191197 L40.4050208,8.4699204 Z" id="Combined-Shape" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M40.4050208,8.4699204 C40.7912341,9.66642796 41,10.9436642 41,12.2700565 C41,19.0466216 35.550775,24.540113 28.8288153,24.540113 C27.4775452,24.540113 26.1777068,24.3181191 24.9632274,23.9083344 L10.7535471,38.1180147 C8.57547658,40.2960852 5.04412656,40.2960852 2.86605605,38.1180147 C0.687985545,35.9399442 0.687985545,32.4085941 2.86605605,30.2305236 L17.1984629,15.8981168 C16.8469212,14.7515067 16.6576305,13.5330668 16.6576305,12.2700565 C16.6576305,5.49349141 22.1068556,0 28.8288153,0 C29.7074376,0 30.5643153,0.0938557949 31.3901218,0.272164867 L24.8494942,6.81279245 L25.5405734,14.9969882 L33.4558215,15.4191197 L40.4050208,8.4699204 Z" id="Combined-Shape" stroke-linecap="round" stroke-linejoin="round"></path>
<circle id="Oval-8" cx="7.5" cy="33.5" r="1.5"></circle> <circle id="Oval-8" cx="7.5" cy="33.5" r="1.5"></circle>
</g> </g>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Icon-Customers-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g id="Icon-Customers-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g transform="translate(9.000000, 8.000000)" id="Combined-Shape" stroke="#0041FF" stroke-width="2"> <g transform="translate(9.000000, 8.000000)" id="Combined-Shape" stroke="#c3000e" stroke-width="2">
<path d="M0.0694092808,30.8793785 C0.789639214,23.4815617 7.02613841,17.6997284 14.6130571,17.6997284 C22.1999758,17.6997284 28.436475,23.4815617 29.156705,30.8793785 L0.0694092808,30.8793785 Z M14.5,13.6997284 C10.9101491,13.6997284 8,10.7895793 8,7.19972838 C8,3.60987751 10.9101491,0.699728384 14.5,0.699728384 C18.0898509,0.699728384 21,3.60987751 21,7.19972838 C21,10.7895793 18.0898509,13.6997284 14.5,13.6997284 Z"></path> <path d="M0.0694092808,30.8793785 C0.789639214,23.4815617 7.02613841,17.6997284 14.6130571,17.6997284 C22.1999758,17.6997284 28.436475,23.4815617 29.156705,30.8793785 L0.0694092808,30.8793785 Z M14.5,13.6997284 C10.9101491,13.6997284 8,10.7895793 8,7.19972838 C8,3.60987751 10.9101491,0.699728384 14.5,0.699728384 C18.0898509,0.699728384 21,3.60987751 21,7.19972838 C21,10.7895793 18.0898509,13.6997284 14.5,13.6997284 Z"></path>
</g> </g>
</g> </g>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -6,10 +6,10 @@
<defs></defs> <defs></defs>
<g id="Icon-Dashboard-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Icon-Dashboard-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(10.000000, 1.000000)"> <g transform="translate(10.000000, 1.000000)">
<rect id="Rectangle-2" stroke="#0041FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x="0" y="9" width="28" height="28"></rect> <rect id="Rectangle-2" stroke="#c3000e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x="0" y="9" width="28" height="28"></rect>
<circle id="Oval" fill="#FFFFFF" cx="28" cy="9" r="9"></circle> <circle id="Oval" fill="#FFFFFF" cx="28" cy="9" r="9"></circle>
<circle id="Oval" stroke="#0041FF" stroke-width="2" cx="28" cy="9" r="4"></circle> <circle id="Oval" stroke="#c3000e" stroke-width="2" cx="28" cy="9" r="4"></circle>
<polyline id="Path-5" stroke="#0041FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" points="7 26.8225098 10.6303711 22.1315918 15.5270996 25.3210449 21.5498047 18"></polyline> <polyline id="Path-5" stroke="#c3000e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" points="7 26.8225098 10.6303711 22.1315918 15.5270996 25.3210449 21.5498047 18"></polyline>
</g> </g>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Icon-Sales-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g id="Icon-Sales-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g transform="translate(10.000000, 10.000000)" id="Rectangle-2" stroke="#0041FF" stroke-width="2"> <g transform="translate(10.000000, 10.000000)" id="Rectangle-2" stroke="#c3000e" stroke-width="2">
<rect x="0" y="16" width="6" height="12"></rect> <rect x="0" y="16" width="6" height="12"></rect>
<rect x="11" y="8" width="6" height="20"></rect> <rect x="11" y="8" width="6" height="20"></rect>
<rect x="22" y="0" width="6" height="28"></rect> <rect x="22" y="0" width="6" height="28"></rect>

Before

Width:  |  Height:  |  Size: 817 B

After

Width:  |  Height:  |  Size: 817 B

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Icon-Settings-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g id="Icon-Settings-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g transform="translate(8.000000, 8.000000)" stroke="#0041FF" stroke-width="2"> <g transform="translate(8.000000, 8.000000)" stroke="#c3000e" stroke-width="2">
<path d="M21.6087486,26.3724154 C20.9023676,26.7551882 20.152486,27.0679078 19.3684211,27.301257 L19.3684211,32 L12.6315789,32 L12.6315789,27.301257 C11.847514,27.0679078 11.0976324,26.7551882 10.3912514,26.3724154 L7.06812487,29.6955419 L2.30445813,24.9318751 L5.62758462,21.6087486 C5.2448118,20.9023676 4.93209217,20.152486 4.69874304,19.3684211 L-3.55271368e-15,19.3684211 L-3.55271368e-15,12.6315789 L4.69874304,12.6315789 C4.93209217,11.847514 5.2448118,11.0976324 5.62758462,10.3912514 L2.30445813,7.06812487 L7.06812487,2.30445813 L10.3912514,5.62758462 C11.0976324,5.2448118 11.847514,4.93209217 12.6315789,4.69874304 L12.6315789,0 L19.3684211,0 L19.3684211,4.69874304 C20.152486,4.93209217 20.9023676,5.2448118 21.6087486,5.62758462 L24.9318751,2.30445813 L29.6955419,7.06812487 L26.3724154,10.3912514 C26.7551882,11.0976324 27.0679078,11.847514 27.301257,12.6315789 L32,12.6315789 L32,19.3684211 L27.301257,19.3684211 C27.0679078,20.152486 26.7551882,20.9023676 26.3724154,21.6087486 L29.6955419,24.9318751 L24.9318751,29.6955419 L21.6087486,26.3724154 Z" id="Combined-Shape"></path> <path d="M21.6087486,26.3724154 C20.9023676,26.7551882 20.152486,27.0679078 19.3684211,27.301257 L19.3684211,32 L12.6315789,32 L12.6315789,27.301257 C11.847514,27.0679078 11.0976324,26.7551882 10.3912514,26.3724154 L7.06812487,29.6955419 L2.30445813,24.9318751 L5.62758462,21.6087486 C5.2448118,20.9023676 4.93209217,20.152486 4.69874304,19.3684211 L-3.55271368e-15,19.3684211 L-3.55271368e-15,12.6315789 L4.69874304,12.6315789 C4.93209217,11.847514 5.2448118,11.0976324 5.62758462,10.3912514 L2.30445813,7.06812487 L7.06812487,2.30445813 L10.3912514,5.62758462 C11.0976324,5.2448118 11.847514,4.93209217 12.6315789,4.69874304 L12.6315789,0 L19.3684211,0 L19.3684211,4.69874304 C20.152486,4.93209217 20.9023676,5.2448118 21.6087486,5.62758462 L24.9318751,2.30445813 L29.6955419,7.06812487 L26.3724154,10.3912514 C26.7551882,11.0976324 27.0679078,11.847514 27.301257,12.6315789 L32,12.6315789 L32,19.3684211 L27.301257,19.3684211 C27.0679078,20.152486 26.7551882,20.9023676 26.3724154,21.6087486 L29.6955419,24.9318751 L24.9318751,29.6955419 L21.6087486,26.3724154 Z" id="Combined-Shape"></path>
<circle id="Oval-6" cx="16" cy="16" r="5"></circle> <circle id="Oval-6" cx="16" cy="16" r="5"></circle>
</g> </g>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -5,6 +5,6 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Check-Accent" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g id="Check-Accent" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<polyline id="Path-2" stroke="#0041FF" stroke-width="3" points="2 10 6 14 15 5"></polyline> <polyline id="Path-2" stroke="#c3000e" stroke-width="3" points="2 10 6 14 15 5"></polyline>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 606 B

After

Width:  |  Height:  |  Size: 606 B

View File

@ -1,4 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="12" transform="rotate(-180 12 12)" fill="#0041FF"/> <circle cx="12" cy="12" r="12" transform="rotate(-180 12 12)" fill="#c3000e"/>
<path d="M13.5 17.5L8.5 12.5L13.5 7.5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.5 17.5L8.5 12.5L13.5 7.5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 302 B

After

Width:  |  Height:  |  Size: 302 B

View File

@ -1,4 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="12" transform="rotate(-180 12 12)" fill="#0041FF"/> <circle cx="12" cy="12" r="12" transform="rotate(-180 12 12)" fill="#c3000e"/>
<path d="M10.5 17.5L15.5 12.5L10.5 7.5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.5 17.5L15.5 12.5L10.5 7.5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 303 B

After

Width:  |  Height:  |  Size: 303 B

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Cross-Accent" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g id="Cross-Accent" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<path d="M4.5,13.5 L13.5,4.5" id="Path-2" stroke="#0041FF" stroke-width="3" transform="translate(9.000000, 9.000000) scale(-1, 1) translate(-9.000000, -9.000000) "></path> <path d="M4.5,13.5 L13.5,4.5" id="Path-2" stroke="#c3000e" stroke-width="3" transform="translate(9.000000, 9.000000) scale(-1, 1) translate(-9.000000, -9.000000) "></path>
<path d="M4.5,13.5 L13.5,4.5" id="Path-2" stroke="#0041FF" stroke-width="3"></path> <path d="M4.5,13.5 L13.5,4.5" id="Path-2" stroke="#c3000e" stroke-width="3"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 778 B

After

Width:  |  Height:  |  Size: 778 B

View File

@ -6,7 +6,7 @@
<defs></defs> <defs></defs>
<g id="Icon-Cross" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Icon-Cross" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Group" transform="translate(4.000000, 4.000000)"> <g id="Group" transform="translate(4.000000, 4.000000)">
<circle id="Oval-10" fill="#0041FF" transform="translate(12.000000, 12.000000) scale(-1, 1) translate(-12.000000, -12.000000) " cx="12" cy="12" r="12"></circle> <circle id="Oval-10" fill="#c3000e" transform="translate(12.000000, 12.000000) scale(-1, 1) translate(-12.000000, -12.000000) " cx="12" cy="12" r="12"></circle>
<g id="Group-2" transform="translate(8.000000, 8.000000)" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"> <g id="Group-2" transform="translate(8.000000, 8.000000)" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="3">
<path d="M0,7.5 L7.33886719,0" id="Path-13-Copy" transform="translate(3.669434, 3.750000) scale(-1, 1) translate(-3.669434, -3.750000) "></path> <path d="M0,7.5 L7.33886719,0" id="Path-13-Copy" transform="translate(3.669434, 3.750000) scale(-1, 1) translate(-3.669434, -3.750000) "></path>
<path d="M0,7.5 L7.33886719,0" id="Path-13-Copy-2"></path> <path d="M0,7.5 L7.33886719,0" id="Path-13-Copy-2"></path>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Icon-Promition-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g id="Icon-Promition-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g id="Group" transform="translate(8.000000, 10.000000)" stroke="#0041FF" stroke-width="2"> <g id="Group" transform="translate(8.000000, 10.000000)" stroke="#c3000e" stroke-width="2">
<polygon id="Rectangle-15" points="5 8.96186626 22 1.91619318 22 26.0838068 5 19.0381337"></polygon> <polygon id="Rectangle-15" points="5 8.96186626 22 1.91619318 22 26.0838068 5 19.0381337"></polygon>
<path d="M22,0 L22,28" id="Path-17"></path> <path d="M22,0 L22,28" id="Path-17"></path>
<path d="M3.5,9 L5,9 L5,19 L3.5,19 C1.56700338,19 2.36723813e-16,17.4329966 0,15.5 L0,12.5 C-2.36723813e-16,10.5670034 1.56700338,9 3.5,9 Z" id="Rectangle-15"></path> <path d="M3.5,9 L5,9 L5,19 L3.5,19 C1.56700338,19 2.36723813e-16,17.4329966 0,15.5 L0,12.5 C-2.36723813e-16,10.5670034 1.56700338,9 3.5,9 Z" id="Rectangle-15"></path>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,5 +1,5 @@
$font-color: #3a3a3a; $font-color: #3a3a3a;
$brand-color: #0041FF; $brand-color: #c3000e;
$selection-color: rgba(0, 64, 255, 0.6); $selection-color: rgba(0, 64, 255, 0.6);
$info-color: #204d74; $info-color: #204d74;
$danger-color: #FC6868; $danger-color: #FC6868;

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<defs></defs> <defs></defs>
<g id="Icon-Velocity-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g id="Icon-Velocity-Active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<polygon id="Combined-Shape" stroke="#0041FF" stroke-width="2" fill-rule="nonzero" points="7 19.92 16.5671442 19.92 21.714203 28.1030254 34.3562813 7 42 7 21.714203 41"></polygon> <polygon id="Combined-Shape" stroke="#c3000e" stroke-width="2" fill-rule="nonzero" points="7 19.92 16.5671442 19.92 21.714203 28.1030254 34.3562813 7 42 7 21.714203 41"></polygon>
<polygon id="Path-3" stroke="#0041FF" stroke-width="2" fill-rule="nonzero" points="21.6944444 20 25 14 18 14"></polygon> <polygon id="Path-3" stroke="#c3000e" stroke-width="2" fill-rule="nonzero" points="21.6944444 20 25 14 18 14"></polygon>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 839 B

After

Width:  |  Height:  |  Size: 839 B

View File

@ -2647,7 +2647,7 @@
border-radius: 2px; border-radius: 2px;
margin-bottom: 20px; margin-bottom: 20px;
display: inline-block; display: inline-block;
border: 1px solid #0041ff; border: 1px solid #c3000e;
background-color: rgba(0,65,255,.1); background-color: rgba(0,65,255,.1);
.searched-image { .searched-image {

View File

@ -27,7 +27,7 @@
font-size: 20px; font-size: 20px;
font-weight: 400; font-weight: 400;
text-align: center; text-align: center;
color: #0041ff; color: #c3000e;
} }
[class^="rango-"], [class*=" rango-"] { [class^="rango-"], [class*=" rango-"] {

View File

@ -34,7 +34,7 @@ a { color: rgb(0, 65, 255); text-decoration: none;}
} }
.btn-primary { .btn-primary {
background-color: #0041FF; background-color: #c3000e;
} }
.warning { .warning {
@ -59,7 +59,7 @@ a { color: rgb(0, 65, 255); text-decoration: none;}
} }
.form-control:focus { .form-control:focus {
border-color: #0041FF; border-color: #c3000e;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(11, 50, 139, 0.5); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(11, 50, 139, 0.5);
} }
@ -157,7 +157,7 @@ a { color: rgb(0, 65, 255); text-decoration: none;}
height: 48px; height: 48px;
display: inline-block; display: inline-block;
box-sizing: border-box; box-sizing: border-box;
border-top: solid 6px #0041FF; border-top: solid 6px #c3000e;
border-right: solid 6px #bababa; border-right: solid 6px #bababa;
border-bottom: solid 6px #bababa; border-bottom: solid 6px #bababa;
border-left: solid 6px #bababa; border-left: solid 6px #bababa;
@ -278,7 +278,7 @@ a { color: rgb(0, 65, 255); text-decoration: none;}
transition: none; } } transition: none; } }
.select2-container--bootstrap4.select2-container--focus .select2-selection { .select2-container--bootstrap4.select2-container--focus .select2-selection {
border-color: #0041FF; border-color: #c3000e;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
@ -319,7 +319,7 @@ a { color: rgb(0, 65, 255); text-decoration: none;}
.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] { .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
background-color: #0041FF; background-color: #c3000e;
color: #f8f9fa; } color: #f8f9fa; }
.select2-container--bootstrap4 .select2-results__option[role=group] { .select2-container--bootstrap4 .select2-results__option[role=group] {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB