|
1 | 1 | /* layer: preflights */
|
2 | 2 | *,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}
|
| 3 | +/* layer: icons */ |
| 4 | +.i-mdi\:github{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5c.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34c-.46-1.16-1.11-1.47-1.11-1.47c-.91-.62.07-.6.07-.6c1 .07 1.53 1.03 1.53 1.03c.87 1.52 2.34 1.07 2.91.83c.09-.65.35-1.09.63-1.34c-2.22-.25-4.55-1.11-4.55-4.92c0-1.11.38-2 1.03-2.71c-.1-.25-.45-1.29.1-2.64c0 0 .84-.27 2.75 1.02c.79-.22 1.65-.33 2.5-.33c.85 0 1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02c.55 1.35.2 2.39.1 2.64c.65.71 1.03 1.6 1.03 2.71c0 3.82-2.34 4.66-4.57 4.91c.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;} |
3 | 5 | /* layer: shortcuts */
|
4 | 6 | .container{width:100%;}
|
5 | 7 | @media (min-width: 414px){
|
|
13 | 15 | .relative{position:relative;}
|
14 | 16 | .sticky{position:sticky;}
|
15 | 17 | .static{position:static;}
|
| 18 | +.m-0{margin:0;} |
16 | 19 | .mx-auto{margin-left:auto;margin-right:auto;}
|
17 | 20 | .my{margin-top:1rem;margin-bottom:1rem;}
|
18 | 21 | .my-0{margin-top:0;margin-bottom:0;}
|
19 | 22 | .mb-2{margin-bottom:calc(var(--rhythm) * .25rem * 2);}
|
| 23 | +.mb-8{margin-bottom:calc(var(--rhythm) * .25rem * 8);} |
20 | 24 | .me{margin-inline-end:1rem;}
|
| 25 | +.mr-6{margin-right:calc(var(--rhythm) * .25rem * 6);} |
21 | 26 | .ms{margin-inline-start:1rem;}
|
| 27 | +.mt-4{margin-top:calc(var(--rhythm) * .25rem * 4);} |
22 | 28 | .block{display:block;}
|
23 | 29 | .contents{display:contents;}
|
24 | 30 | .h-full{height:100%;}
|
|
32 | 38 | .b{border-width:1px;}
|
33 | 39 | .px{padding-left:1rem;padding-right:1rem;}
|
34 | 40 | .px-\[0\.8rem\]{padding-left:0.8rem;padding-right:0.8rem;}
|
| 41 | +.pt-4{padding-top:calc(var(--rhythm) * .25rem * 4);} |
35 | 42 | .before\:pr-\[\.64rem\]::before{padding-right:.64rem;}
|
36 | 43 | .after\:pl-\[\.64rem\]::after{padding-left:.64rem;}
|
37 | 44 | .text-center{text-align:center;}
|
38 | 45 | .text-\[1\.2rem\]{font-size:1.2rem;}
|
39 | 46 | .text-\[2\.8rem\]{font-size:2.8rem;}
|
| 47 | +.text-\[28px\]{font-size:28px;} |
40 | 48 | .font-medium{font-weight:500;}
|
41 | 49 | .font-normal{font-weight:400;}
|
42 | 50 | .font-grotesk{font-family:var(--font-grotesk);}
|
| 51 | +.lowercase{text-transform:lowercase;} |
43 | 52 | .italic{font-style:italic;}
|
44 | 53 | .text-textHighContrast{color:var(--color-text-high-contrast);}
|
45 | 54 | .text-textMuted{color:var(--color-text-muted);}
|
46 | 55 | .text-textSecondary{color:var(--color-text-secondary);}
|
47 | 56 | .before\:text-textDisabled::before{color:var(--color-text-disabled);}
|
48 | 57 | .after\:text-textDisabled::after{color:var(--color-text-disabled);}
|
49 | 58 | .underline{text-decoration-line:underline;}
|
| 59 | +.hover\:underline:hover{text-decoration-line:underline;} |
50 | 60 | .no-underline{text-decoration:none;}
|
51 | 61 | .antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
|
52 | 62 | .before\:content-\[\'\~\'\]::before{content:'~';}
|
|
0 commit comments