|
72 | 72 |
|
73 | 73 | <div
|
74 | 74 | id="container"
|
75 |
| - class="max-w-6xl px-4 md:px-16 lg:px-32 xl:mx-auto flex flex-col justify-center [&>h1]:headline-large [&>h1+*]:border [&>h1+*]:border-outline [&>h1+*]:shape-medium [&>h1+*]:bg-surface-container-lowest [&>h1]:mt-16 [&>h1]:mb-8 [&>h1+*]:p-4 [&>h1+*]:overflow-auto py-32" |
| 75 | + class="max-w-6xl px-4 md:px-16 lg:px-32 xl:mx-auto flex flex-col justify-center [&>h1]:text-headline-large [&>h1+*]:border [&>h1+*]:border-outline [&>h1+*]:shape-medium [&>h1+*]:bg-surface-container-lowest [&>h1]:mt-16 [&>h1]:mb-8 [&>h1+*]:p-4 [&>h1+*]:overflow-auto py-32" |
76 | 76 | >
|
77 | 77 | <p class="title-medium text-on-surface-variant">
|
78 | 78 | tailwindcss-material-tokens
|
@@ -107,6 +107,14 @@ <h1>Elevation</h1>
|
107 | 107 | <span class="w-24 h-24 inline-block elevation-5"></span>
|
108 | 108 | </div>
|
109 | 109 |
|
| 110 | + <h1>Border / Outline</h1> |
| 111 | + <div class="flex gap-10 [&>span]:w-24 [&>span]:h-24 [&>span]:inline-block"> |
| 112 | + <span class="border border-outline">border-outline</span> |
| 113 | + <span class="border border-outline-variant">border-outline-variant</span> |
| 114 | + <span class="outline outline-outline">outline-outline</span> |
| 115 | + <span class="outline outline-outline-variant">outline-outline-variant</span> |
| 116 | + </div> |
| 117 | + |
110 | 118 | <h1>Shape</h1>
|
111 | 119 | <div
|
112 | 120 | class="flex gap-10 items-stretch [&>div>span]:w-10 [&>div>span]:h-10 [&>div>span]:inline-block [&>div>span]:bg-primary">
|
@@ -171,7 +179,7 @@ <h1>Shape</h1>
|
171 | 179 |
|
172 | 180 | <h1>Color</h1>
|
173 | 181 | <div
|
174 |
| - class="flex flex-col gap-4 [&>div]:flex [&>div>span]:label-large [&>div>span]:min-w-20 [&>div>span]:h-10 [&>div>span]:inline-flex [&>div>span]:items-center [&>div>span]:justify-center"> |
| 182 | + class="flex flex-col gap-4 [&>div]:flex [&>div>span]:text-label-large [&>div>span]:min-w-20 [&>div>span]:h-10 [&>div>span]:inline-flex [&>div>span]:items-center [&>div>span]:justify-center"> |
175 | 183 | <div>
|
176 | 184 | <span class="bg-primary text-on-primary">P</span>
|
177 | 185 | <span class="bg-secondary text-on-secondary">S</span>
|
@@ -247,6 +255,15 @@ <h1>Motion</h1>
|
247 | 255 | <span class="bg-tertiary-fixed-dim move animation-easing-standard-accelerate">
|
248 | 256 | </span>
|
249 | 257 | </div>
|
| 258 | + |
| 259 | + <h1>Window Media Query</h1> |
| 260 | + <div class="[&>span]:w-full [&>span]:h-10 [&>span]:grid [&>span]:items-center [&>span]:justify-center"> |
| 261 | + <span class="compact:bg-primary compact:text-on-primary">Compact [max-width: 600px]</span> |
| 262 | + <span class="medium:bg-primary medium:text-on-primary">Medium [max-width: 8400px]</span> |
| 263 | + <span class="expanded:bg-primary expanded:text-on-primary">Expanded [max-width: 1200px]</span> |
| 264 | + <span class="large:bg-primary large:text-on-primary">Large [max-width: 1600px]</span> |
| 265 | + <span class="extra-large:bg-primary extra-large:text-on-primary">ExtraLarge [min-width: 1600px]</span> |
| 266 | + </div> |
250 | 267 | </div>
|
251 | 268 |
|
252 | 269 |
|
|
0 commit comments