Skip to content

Commit 0398a3e

Browse files
committed
chore: redesign icon set and update layout background elements with new assets and font family adjustments
1 parent 34cfe3b commit 0398a3e

23 files changed

Lines changed: 48 additions & 248 deletions

resources/css/app.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
1+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
22
@import 'tailwindcss';
33
@import './custom-ckeditor.css';
44

@@ -27,6 +27,7 @@
2727
/* font family */
2828
--font-noto-sans: 'Noto Sans TC', 'Roboto';
2929
--font-jetbrains-mono: 'JetBrains Mono', 'Noto Sans TC';
30+
--font-inter: 'Inter', 'Noto Sans TC', sans-serif;
3031

3132
/* animate */
3233
--animate-fade-in: fade-in 0.5s ease-in-out;

resources/views/components/icons/battery-charging.blade.php

Lines changed: 0 additions & 19 deletions
This file was deleted.

resources/views/components/icons/chat-heart.blade.php

Lines changed: 0 additions & 13 deletions
This file was deleted.

resources/views/components/icons/clipboard-check.blade.php

Lines changed: 0 additions & 19 deletions
This file was deleted.

resources/views/components/icons/controller.blade.php

Lines changed: 0 additions & 15 deletions
This file was deleted.

resources/views/components/icons/cpu.blade.php

Lines changed: 0 additions & 12 deletions
This file was deleted.

resources/views/components/icons/cup-hot.blade.php

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@blaze(memo: true)
2+
3+
<svg xmlns="http://www.w3.org/2000/svg" {{ $attributes }} viewBox="0 0 24 24">
4+
<path fill="currentColor"
5+
d="M13.983 11.078h2.119a.186.186 0 0 0 .186-.185V9.006a.186.186 0 0 0-.186-.186h-2.119a.185.185 0 0 0-.185.185v1.888c0 .102.083.185.185.185m-2.954-5.43h2.118a.186.186 0 0 0 .186-.186V3.574a.186.186 0 0 0-.186-.185h-2.118a.185.185 0 0 0-.185.185v1.888c0 .102.082.185.185.185m0 2.716h2.118a.187.187 0 0 0 .186-.186V6.29a.186.186 0 0 0-.186-.185h-2.118a.185.185 0 0 0-.185.185v1.887c0 .102.082.185.185.186m-2.93 0h2.12a.186.186 0 0 0 .184-.186V6.29a.185.185 0 0 0-.185-.185H8.1a.185.185 0 0 0-.185.185v1.887c0 .102.083.185.185.186m-2.964 0h2.119a.186.186 0 0 0 .185-.186V6.29a.185.185 0 0 0-.185-.185H5.136a.186.186 0 0 0-.186.185v1.887c0 .102.084.185.186.186m5.893 2.715h2.118a.186.186 0 0 0 .186-.185V9.006a.186.186 0 0 0-.186-.186h-2.118a.185.185 0 0 0-.185.185v1.888c0 .102.082.185.185.185m-2.93 0h2.12a.185.185 0 0 0 .184-.185V9.006a.185.185 0 0 0-.184-.186h-2.12a.185.185 0 0 0-.184.185v1.888c0 .102.083.185.185.185m-2.964 0h2.119a.185.185 0 0 0 .185-.185V9.006a.185.185 0 0 0-.184-.186h-2.12a.186.186 0 0 0-.186.186v1.887c0 .102.084.185.186.185m-2.92 0h2.12a.185.185 0 0 0 .184-.185V9.006a.185.185 0 0 0-.184-.186h-2.12a.185.185 0 0 0-.184.185v1.888c0 .102.082.185.185.185M23.763 9.89c-.065-.051-.672-.51-1.954-.51q-.508.001-1.01.087c-.248-1.7-1.653-2.53-1.716-2.566l-.344-.199l-.226.327c-.284.438-.49.922-.612 1.43c-.23.97-.09 1.882.403 2.661c-.595.332-1.55.413-1.744.42H.751a.75.75 0 0 0-.75.748a11.4 11.4 0 0 0 .692 4.062c.545 1.428 1.355 2.48 2.41 3.124c1.18.723 3.1 1.137 5.275 1.137a15.7 15.7 0 0 0 2.93-.266a12.3 12.3 0 0 0 3.823-1.389a10.5 10.5 0 0 0 2.61-2.136c1.252-1.418 1.998-2.997 2.553-4.4h.221c1.372 0 2.215-.549 2.68-1.009c.309-.293.55-.65.707-1.046l.098-.288Z" />
6+
</svg>

resources/views/components/icons/easel.blade.php

Lines changed: 0 additions & 12 deletions
This file was deleted.

resources/views/components/icons/file-earmark-x.blade.php

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)