List components #31

Merged
stne3960 merged 68 commits from list_item into main 2025-12-18 12:41:13 +01:00
17 changed files with 61 additions and 0 deletions
Showing only changes of commit 5f9e62569d - Show all commits

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,66 @@
@import "tailwindcss"; @import "tailwindcss";
/* TheSans Font Family */
@font-face {
font-family: 'TheSans';
src: url('./assets/TheSansB-W5Plain.woff2') format('woff2');
font-style: normal;
}
@font-face {
font-family: 'TheSans';
src: url('./assets/TheSansB-W5PlainItalic.woff2') format('woff2');
font-style: italic;
}
@font-face {
font-family: 'TheSans Light';
src: url('./assets/TheSansB-W3Light.woff2') format('woff2');
font-style: normal;
}
@font-face {
font-family: 'TheSans Light';
src: url('./assets/TheSansB-W3LightItalic.woff2') format('woff2');
font-style: italic;
}
@font-face {
font-family: 'TheSans SemiLight';
src: url('./assets/TheSansB-W4SemiLight.woff2') format('woff2');
font-style: normal;
}
@font-face {
font-family: 'TheSans SemiLight';
src: url('./assets/TheSansB-W4SemiLightItalic.woff2') format('woff2');
font-style: italic;
}
@font-face {
font-family: 'TheSans Plain';
src: url('./assets/TheSansB-W5Plain.woff2') format('woff2');
font-style: normal;
}
@font-face {
font-family: 'TheSans Plain';
src: url('./assets/TheSansB-W5PlainItalic.woff2') format('woff2');
font-style: italic;
}
@font-face {
font-family: 'TheSans SemiBold';
src: url('./assets/TheSansB-W6SemiBold.woff2') format('woff2');
font-style: normal;
}
@font-face {
font-family: 'TheSans SemiBold';
src: url('./assets/TheSansB-W6SemiBoldItalic.woff2') format('woff2');
font-style: italic;
}
@theme { @theme {
/* Colors */ /* Colors */
--color-primary: #05305D; --color-primary: #05305D;