feature: initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 130 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 23 KiB |
@@ -0,0 +1,8 @@
|
||||
#blog {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
#blog a {
|
||||
color: #ffffff;
|
||||
margin-top: 50px;
|
||||
}
|
||||
@@ -0,0 +1,162 @@
|
||||
.card .d1441skb {
|
||||
--border-color: transparent;
|
||||
--bg-color: transparent;
|
||||
--drop-color: transparent;
|
||||
--bg-img: url();
|
||||
--drop-x: 0;
|
||||
--drop-y: 0;
|
||||
--rot-x: 0;
|
||||
--rot-y: 0;
|
||||
background:linear-gradient(90deg, var(--main) 0%, var(--main) 60%, var(--main-60) 100%), no-repeat right 40%/40% var(--bg-img)
|
||||
}
|
||||
|
||||
.card-bg-img .d1441skb:hover {
|
||||
background-color: var(--bg-color);
|
||||
background-image:radial-gradient(circle at var(--drop-x) var(--drop-y), var(--drop-color), transparent)
|
||||
}
|
||||
|
||||
.card .d1441skb:hover {
|
||||
transform: perspective(1000px) rotateX(var(--rot-x)) rotateY(var(--rot-y)) scale(1.01);
|
||||
border-color: var(--border-hover)
|
||||
}
|
||||
|
||||
.card-link .d18qy750:hover {
|
||||
border-color:var(--border-hover)
|
||||
}
|
||||
|
||||
.card-link .d18qy750:hover:after {
|
||||
content: attr(data-help);
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
width: max-content;
|
||||
background-color: var(--secondary);
|
||||
padding: 5px 10px;
|
||||
right: 40%;
|
||||
top: calc(100% + 5px);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 15px;
|
||||
z-index:10
|
||||
}
|
||||
|
||||
.projects-list .df4z73x {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap:20px
|
||||
}
|
||||
|
||||
@media (max-width: 1350px) {
|
||||
.projects-list .df4z73x {
|
||||
grid-template-columns:repeat(2, 1fr)
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 850px) {
|
||||
.projects-list .df4z73x {
|
||||
grid-template-columns: repeat(1, 1fr)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.screenshot .o4z7e5 {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 100%;
|
||||
transition:background-size .2s
|
||||
}
|
||||
|
||||
.screenshot .o4z7e5:hover {
|
||||
background-size: 120%
|
||||
}
|
||||
|
||||
code[class * =language-], pre[class * =language-] {
|
||||
color: #ccc;
|
||||
background: none;
|
||||
font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
|
||||
font-size: 1em;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
word-spacing: normal;
|
||||
word-break: normal;
|
||||
word-wrap: normal;
|
||||
line-height: 1.5;
|
||||
-moz-tab-size: 4;
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
-webkit-hyphens: none;
|
||||
-moz-hyphens: none;
|
||||
-ms-hyphens: none;
|
||||
hyphens:none
|
||||
}
|
||||
|
||||
pre[class * =language-] {
|
||||
padding: 1em;
|
||||
margin: .5em 0;
|
||||
overflow:auto
|
||||
}
|
||||
|
||||
:not(pre) > code[class * =language-], pre[class * =language-] {
|
||||
background:#2d2d2d
|
||||
}
|
||||
|
||||
:not(pre) > code[class * =language-] {
|
||||
padding: .1em;
|
||||
border-radius: .3em;
|
||||
white-space:normal
|
||||
}
|
||||
|
||||
.token.comment, .token.block-comment, .token.prolog, .token.doctype, .token.cdata {
|
||||
color:#999
|
||||
}
|
||||
|
||||
.token.punctuation {
|
||||
color:#ccc
|
||||
}
|
||||
|
||||
.token.tag, .token.attr-name, .token.namespace, .token.deleted {
|
||||
color:#e2777a
|
||||
}
|
||||
|
||||
.token.function-name {
|
||||
color:#6196cc
|
||||
}
|
||||
|
||||
.token.boolean, .token.number, .token.function {
|
||||
color:#f08d49
|
||||
}
|
||||
|
||||
.token.property, .token.class-name, .token.constant, .token.symbol {
|
||||
color:#f8c555
|
||||
}
|
||||
|
||||
.token.selector, .token.important, .token.atrule, .token.keyword, .token.builtin {
|
||||
color:#cc99cd
|
||||
}
|
||||
|
||||
.token.string, .token.char, .token.attr-value, .token.regex, .token.variable {
|
||||
color:#7ec699
|
||||
}
|
||||
|
||||
.token.operator, .token.entity, .token.url {
|
||||
color:#67cdcc
|
||||
}
|
||||
|
||||
.token.important, .token.bold {
|
||||
font-weight:700
|
||||
}
|
||||
|
||||
.token.italic {
|
||||
font-style:italic
|
||||
}
|
||||
|
||||
.token.entity {
|
||||
cursor:help
|
||||
}
|
||||
|
||||
.token.inserted {
|
||||
color:green
|
||||
}
|
||||
|
||||
.skill-cover .d1lxhlqn {
|
||||
background: linear-gradient(90deg, var(--main) 0%, var(--main) 55%, var(--main-60) 130%), no-repeat 110% 45%/50% var(--bg-img);
|
||||
border-block-end: 1px solid var(--border)
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,883 @@
|
||||
body {
|
||||
margin:0
|
||||
}
|
||||
|
||||
* {
|
||||
transition-duration: .2s;
|
||||
transition-property:background, border-color, opacity, box-shadow, top, bottom, left, margin, ri
|
||||
}
|
||||
|
||||
.body {
|
||||
--dark-0: #000;
|
||||
--dark-00: #3b3b3b;
|
||||
--dark-1: #1e1e1e;
|
||||
--dark-2: #2e2e2e;
|
||||
--dark-3: #3e3e3e;
|
||||
--dark-4: #4e4e4e;
|
||||
--dark-5: #5e5e5e;
|
||||
--dark-6: #6e6e6e;
|
||||
--dark-7: #7e7e7e;
|
||||
--dark-8: #8e8e8e;
|
||||
--light-0: #fff;
|
||||
--light-00: #cacaca;
|
||||
--light-1: #e1e1e1;
|
||||
--light-2: #d1d1d1;
|
||||
--light-3: #c1c1c1;
|
||||
--light-4: #b1b1b1;
|
||||
--light-5: #a1a1a1;
|
||||
--light-6: #919191;
|
||||
--light-7: #818181;
|
||||
--light-8: #717171;
|
||||
--code-keyword-light: #bd2864;
|
||||
--code-keyword-dark: #bd2864;
|
||||
--code-string-light: #297a3a;
|
||||
--code-string-dark: #62c073;
|
||||
--code-function-light: #0068d6;
|
||||
--code-function-dark: #52a8ff;
|
||||
--code-constant-dark: #f8c555;
|
||||
--code-constant-light: #f08d49;
|
||||
--code-operator-dark: #67cdcc;
|
||||
--code-operator-light: #016464;
|
||||
--link-dark: #2563eb;
|
||||
--link-light: #3b82f6;
|
||||
--dark-0-60: rgba(0, 0, 0, .6);
|
||||
--light-0-60: rgba(255, 255, 255, .6);
|
||||
--text-f: "Inter";
|
||||
--title-f: "Inter";
|
||||
overflow-y:scroll;
|
||||
}
|
||||
|
||||
.body[data-theme=dark] {
|
||||
color-scheme: dark;
|
||||
--main: var(--dark-0);
|
||||
--main-close: var(--dark-00);
|
||||
--main-hover: var(--dark-1);
|
||||
--secondary: var(--dark-1);
|
||||
--secondary-hover: var(--dark-2);
|
||||
--tertiary: var(--dark-2);
|
||||
--tertiary-hover: var(--dark-3);
|
||||
--accent: var(--dark-3);
|
||||
--accent-hover: var(--dark-4);
|
||||
--main-text: var(--light-0);
|
||||
--main-text-hover: var(--light-1);
|
||||
--secondary-text: var(--light-1);
|
||||
--secondary-text-hover: var(--light-2);
|
||||
--tertiary-text: var(--light-2);
|
||||
--tertiary-text-hover: var(--light-3);
|
||||
--accent-text: var(--light-3);
|
||||
--accent-text-hover: var(--light-4);
|
||||
--border: var(--dark-2);
|
||||
--border-hover: var(--light-7);
|
||||
--main-60: var(--dark-0-60);
|
||||
--code-keyword: var(--code-keyword-dark);
|
||||
--code-string: var(--code-string-dark);
|
||||
--code-function: var(--code-function-dark);
|
||||
--code-constant: var(--code-constant-dark);
|
||||
--code-operator: var(--code-operator-dark);
|
||||
--link: var(--link-light)
|
||||
}
|
||||
|
||||
.body[data-theme=light] {
|
||||
color-scheme: light;
|
||||
--main: var(--light-0);
|
||||
--main-close: var(--light-00);
|
||||
--main-hover: var(--light-1);
|
||||
--secondary: var(--light-1);
|
||||
--secondary-hover: var(--light-2);
|
||||
--tertiary: var(--light-2);
|
||||
--tertiary-hover: var(--light-3);
|
||||
--accent: var(--light-3);
|
||||
--accent-hover: var(--light-4);
|
||||
--main-text: var(--dark-0);
|
||||
--main-text-hover: var(--dark-1);
|
||||
--secondary-text: var(--dark-1);
|
||||
--secondary-text-hover: var(--dark-2);
|
||||
--tertiary-text: var(--dark-2);
|
||||
--tertiary-text-hover: var(--dark-3);
|
||||
--accent-text: var(--dark-3);
|
||||
--accent-text-hover: var(--dark-4);
|
||||
--border: var(--light-1);
|
||||
--border-hover: var(--dark-8);
|
||||
--main-60: var(--light-0-60);
|
||||
--code-keyword: var(--code-keyword-light);
|
||||
--code-string: var(--code-string-light);
|
||||
--code-function: var(--code-function-light);
|
||||
--code-constant: var(--code-constant-light);
|
||||
--code-operator: var(--code-operator-light);
|
||||
--link: var(--link-dark)
|
||||
}
|
||||
|
||||
.col {
|
||||
display: flex;
|
||||
flex-direction:column
|
||||
}
|
||||
|
||||
.col-center {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content:center
|
||||
}
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
flex-direction:row
|
||||
}
|
||||
|
||||
.row-center {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content:center
|
||||
}
|
||||
|
||||
.inset-0px {
|
||||
inset:0
|
||||
}
|
||||
|
||||
.bottom-0 {
|
||||
bottom:0
|
||||
}
|
||||
|
||||
.top-0 {
|
||||
top:0
|
||||
}
|
||||
|
||||
.top-51px {
|
||||
top:51px
|
||||
}
|
||||
|
||||
.line-clamp-3 {
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 3;
|
||||
line-clamp:3
|
||||
}
|
||||
|
||||
.hover\:z-5:hover {
|
||||
z-index:5
|
||||
}
|
||||
|
||||
.m-\[2\.5px\] {
|
||||
margin:2.5px
|
||||
}
|
||||
|
||||
.m17\.12 {
|
||||
margin:4.28rem
|
||||
}
|
||||
|
||||
.m-x-10px {
|
||||
margin-left: 10px;
|
||||
margin-right:10px
|
||||
}
|
||||
|
||||
.m-x-2\.5px {
|
||||
margin-left: 2.5px;
|
||||
margin-right:2.5px
|
||||
}
|
||||
|
||||
.m-x-auto {
|
||||
margin-left: auto;
|
||||
margin-right:auto
|
||||
}
|
||||
|
||||
.m-y-0px {
|
||||
margin-top: 0;
|
||||
margin-bottom:0
|
||||
}
|
||||
|
||||
.m-y-10px, .my-\[10px\] {
|
||||
margin-top: 10px;
|
||||
margin-bottom:10px
|
||||
}
|
||||
|
||||
.m-y-2 {
|
||||
margin-top: .5rem;
|
||||
margin-bottom:.5rem
|
||||
}
|
||||
|
||||
.m-y-5 {
|
||||
margin-top: 1.25rem;
|
||||
margin-bottom:1.25rem
|
||||
}
|
||||
|
||||
.m-y-auto {
|
||||
margin-top: auto;
|
||||
margin-bottom:auto
|
||||
}
|
||||
|
||||
.m-b-15px {
|
||||
margin-bottom:15px
|
||||
}
|
||||
|
||||
.m-b-2, .mb-2 {
|
||||
margin-bottom:.5rem
|
||||
}
|
||||
|
||||
.m-b-40px {
|
||||
margin-bottom:40px
|
||||
}
|
||||
|
||||
.m-b-5px {
|
||||
margin-bottom:5px
|
||||
}
|
||||
|
||||
.m-l-1 {
|
||||
margin-left:.25rem
|
||||
}
|
||||
|
||||
.m-l-auto {
|
||||
margin-left:auto
|
||||
}
|
||||
|
||||
.m-r-5px {
|
||||
margin-right:5px
|
||||
}
|
||||
|
||||
.m-t-10, .mt-10 {
|
||||
margin-top:2.5rem
|
||||
}
|
||||
|
||||
.m-t-20px {
|
||||
margin-top:20px
|
||||
}
|
||||
|
||||
.m-t-7 {
|
||||
margin-top:1.75rem
|
||||
}
|
||||
|
||||
.m-t-8 {
|
||||
margin-top:2rem
|
||||
}
|
||||
|
||||
.m-t-auto {
|
||||
margin-top:auto
|
||||
}
|
||||
|
||||
.mb-5 {
|
||||
margin-bottom:1.25rem
|
||||
}
|
||||
|
||||
.mb-7 {
|
||||
margin-bottom:1.75rem
|
||||
}
|
||||
|
||||
.ml-0 {
|
||||
margin-left:0
|
||||
}
|
||||
|
||||
.ml-2 {
|
||||
margin-left:.5rem
|
||||
}
|
||||
|
||||
.mr-2 {
|
||||
margin-right:.5rem
|
||||
}
|
||||
|
||||
.mt-5 {
|
||||
margin-top:1.25rem
|
||||
}
|
||||
|
||||
.aspect-video {
|
||||
aspect-ratio:16/9
|
||||
}
|
||||
|
||||
.h-\[1px\], .h-1px {
|
||||
height:1px
|
||||
}
|
||||
|
||||
.h-100\%, .h-full {
|
||||
height:100%
|
||||
}
|
||||
|
||||
.h-120px {
|
||||
height:120px
|
||||
}
|
||||
|
||||
.h-15px {
|
||||
height:15px
|
||||
}
|
||||
|
||||
.min-h-\[200px\] {
|
||||
min-height:200px
|
||||
}
|
||||
|
||||
.w-\[0\.5px\] {
|
||||
width:.5px
|
||||
}
|
||||
|
||||
.w-\[100\%\], .w-100\%, .w-full {
|
||||
width:100%
|
||||
}
|
||||
|
||||
.w-\[20px\] {
|
||||
width:20px
|
||||
}
|
||||
|
||||
.w-120px {
|
||||
width:120px
|
||||
}
|
||||
|
||||
.w-150px {
|
||||
width:150px
|
||||
}
|
||||
|
||||
.w-15px {
|
||||
width:15px
|
||||
}
|
||||
|
||||
.w-75\% {
|
||||
width:75%
|
||||
}
|
||||
|
||||
.flex {
|
||||
display:flex
|
||||
}
|
||||
|
||||
.flex-\[0\.5\] {
|
||||
flex:.5
|
||||
}
|
||||
|
||||
.gap-1 {
|
||||
gap:.25rem
|
||||
}
|
||||
|
||||
.gap-10 {
|
||||
gap:2.5rem
|
||||
}
|
||||
|
||||
.gap-10px {
|
||||
gap:10px
|
||||
}
|
||||
|
||||
.gap-2 {
|
||||
gap:.5rem
|
||||
}
|
||||
|
||||
.gap-3 {
|
||||
gap:.75rem
|
||||
}
|
||||
|
||||
.gap-5 {
|
||||
gap:1.25rem
|
||||
}
|
||||
|
||||
.gap-7 {
|
||||
gap:1.75rem
|
||||
}
|
||||
|
||||
.border-\[var\(--border\)\] {
|
||||
border-color:var(--border)
|
||||
}
|
||||
|
||||
.hover\:border-\[var\(--border-hover\)\]:hover {
|
||||
border-color:var(--border-hover)
|
||||
}
|
||||
|
||||
.rounded {
|
||||
border-radius:.25rem
|
||||
}
|
||||
|
||||
.rounded-\[15px\], .rounded-15px {
|
||||
border-radius:15px
|
||||
}
|
||||
|
||||
.rounded-\[20px\] {
|
||||
border-radius:20px
|
||||
}
|
||||
|
||||
.rounded-\[50\%\] {
|
||||
border-radius:50%
|
||||
}
|
||||
|
||||
.rounded-10px {
|
||||
border-radius:10px
|
||||
}
|
||||
|
||||
.rounded-xl {
|
||||
border-radius:.75rem
|
||||
}
|
||||
|
||||
.bg-\[\#000000dd\] {
|
||||
--un-bg-opacity: .87;
|
||||
background-color:rgba(0, 0, 0, var(--un-bg-opacity))
|
||||
}
|
||||
|
||||
.bg-\[transparent\], .bg-transparent {
|
||||
background-color:transparent
|
||||
}
|
||||
|
||||
.bg-\[var\(--accent\)\] {
|
||||
background-color:var(--accent)
|
||||
}
|
||||
|
||||
.bg-\[var\(--border\)\] {
|
||||
background-color:var(--border)
|
||||
}
|
||||
|
||||
.bg-\[var\(--main-60\)\] {
|
||||
background-color:var(--main-60)
|
||||
}
|
||||
|
||||
.bg-\[var\(--main-hover\)\] {
|
||||
background-color:var(--main-hover)
|
||||
}
|
||||
|
||||
.bg-\[var\(--main\)\] {
|
||||
background-color:var(--main)
|
||||
}
|
||||
|
||||
.hover\:bg-\[color\:var\(--main-hover\)\]:hover {
|
||||
background-color:var(--main-hover)
|
||||
}
|
||||
|
||||
.hover\:bg-\[var\(--accent-hover\)\]:hover {
|
||||
background-color:var(--accent-hover)
|
||||
}
|
||||
|
||||
.hover\:bg-\[var\(--main-hover\)\]:hover {
|
||||
background-color:var(--main-hover)
|
||||
}
|
||||
|
||||
.p-10px {
|
||||
padding:10px
|
||||
}
|
||||
|
||||
.p-15px {
|
||||
padding:15px
|
||||
}
|
||||
|
||||
.p-2 {
|
||||
padding:.5rem
|
||||
}
|
||||
|
||||
.p-25px {
|
||||
padding:25px
|
||||
}
|
||||
|
||||
.p-5 {
|
||||
padding:1.25rem
|
||||
}
|
||||
|
||||
.p-50px {
|
||||
padding:50px
|
||||
}
|
||||
|
||||
.p-5px {
|
||||
padding:5px
|
||||
}
|
||||
|
||||
.p-x-0px {
|
||||
padding-left: 0;
|
||||
padding-right:0
|
||||
}
|
||||
|
||||
.p-x-10px, .px-10px {
|
||||
padding-left: 10px;
|
||||
padding-right:10px
|
||||
}
|
||||
|
||||
.p-x-2, .px-2 {
|
||||
padding-left: .5rem;
|
||||
padding-right:.5rem
|
||||
}
|
||||
|
||||
.p-x-5 {
|
||||
padding-left: 1.25rem;
|
||||
padding-right:1.25rem
|
||||
}
|
||||
|
||||
.p-y-0px {
|
||||
padding-top: 0;
|
||||
padding-bottom:0
|
||||
}
|
||||
|
||||
.p-y-15px {
|
||||
padding-top: 15px;
|
||||
padding-bottom:15px
|
||||
}
|
||||
|
||||
.p-y-20 {
|
||||
padding-top: 5rem;
|
||||
padding-bottom:5rem
|
||||
}
|
||||
|
||||
.px, .px-4 {
|
||||
padding-left: 1rem;
|
||||
padding-right:1rem
|
||||
}
|
||||
|
||||
.px-\[15px\] {
|
||||
padding-left: 15px;
|
||||
padding-right:15px
|
||||
}
|
||||
|
||||
.px-\[20px\] {
|
||||
padding-left: 20px;
|
||||
padding-right:20px
|
||||
}
|
||||
|
||||
.px-6 {
|
||||
padding-left: 1.5rem;
|
||||
padding-right:1.5rem
|
||||
}
|
||||
|
||||
.py-\[10px\] {
|
||||
padding-top: 10px;
|
||||
padding-bottom:10px
|
||||
}
|
||||
|
||||
.py-\[5px\] {
|
||||
padding-top: 5px;
|
||||
padding-bottom:5px
|
||||
}
|
||||
|
||||
.py-3 {
|
||||
padding-top: .75rem;
|
||||
padding-bottom:.75rem
|
||||
}
|
||||
|
||||
.py-4 {
|
||||
padding-top: 1rem;
|
||||
padding-bottom:1rem
|
||||
}
|
||||
|
||||
.py-50px {
|
||||
padding-top: 50px;
|
||||
padding-bottom:50px
|
||||
}
|
||||
|
||||
.pb-1 {
|
||||
padding-bottom:.25rem
|
||||
}
|
||||
|
||||
.pb-10 {
|
||||
padding-bottom:2.5rem
|
||||
}
|
||||
|
||||
.pt-3 {
|
||||
padding-top:.75rem
|
||||
}
|
||||
|
||||
.text-\[0\.9em\], .text-0\.9em {
|
||||
font-size:.9em
|
||||
}
|
||||
|
||||
.text-\[1\.15em\], .text-1\.15em {
|
||||
font-size:1.15em
|
||||
}
|
||||
|
||||
.text-\[1\.2em\] {
|
||||
font-size:1.2em
|
||||
}
|
||||
|
||||
.text-\[1\.3em\], .text-1\.3em {
|
||||
font-size:1.3em
|
||||
}
|
||||
|
||||
.text-0\.85em {
|
||||
font-size:.85em
|
||||
}
|
||||
|
||||
.text-0\.8em {
|
||||
font-size:.8em
|
||||
}
|
||||
|
||||
.text-1\.25em {
|
||||
font-size:1.25em
|
||||
}
|
||||
|
||||
.text-1em {
|
||||
font-size:1em
|
||||
}
|
||||
|
||||
.text-2\.5em {
|
||||
font-size:2.5em
|
||||
}
|
||||
|
||||
.text-2em {
|
||||
font-size:2em
|
||||
}
|
||||
|
||||
.text-3\.5em {
|
||||
font-size:3.5em
|
||||
}
|
||||
|
||||
.text-sm {
|
||||
font-size: .875rem;
|
||||
line-height:1.25rem
|
||||
}
|
||||
|
||||
.font-300, .font-light {
|
||||
font-weight:300
|
||||
}
|
||||
|
||||
.font-400 {
|
||||
font-weight:400
|
||||
}
|
||||
|
||||
.font-500 {
|
||||
font-weight:500
|
||||
}
|
||||
|
||||
.font-black {
|
||||
font-weight:900
|
||||
}
|
||||
|
||||
.font-bold {
|
||||
font-weight:700
|
||||
}
|
||||
|
||||
.font-extralight {
|
||||
font-weight:200
|
||||
}
|
||||
|
||||
.tracking-\[4px\] {
|
||||
letter-spacing:4px
|
||||
}
|
||||
|
||||
.tracking-wider {
|
||||
letter-spacing:.05em
|
||||
}
|
||||
|
||||
.font-\[var\(--title-f\)\] {
|
||||
font-family:var(--title-f)
|
||||
}
|
||||
|
||||
.font-italic {
|
||||
font-style:italic
|
||||
}
|
||||
|
||||
.\ !text-\[var\(--secondary-text\)\] {
|
||||
color:var(--secondary-text) !important
|
||||
}
|
||||
|
||||
.text-\[inherit\], .text-inherit {
|
||||
color:inherit
|
||||
}
|
||||
|
||||
.text-\[var\(--accent-text\)\] {
|
||||
color:var(--accent-text)
|
||||
}
|
||||
|
||||
.text-\[var\(--border\)\] {
|
||||
color:var(--border)
|
||||
}
|
||||
|
||||
.text-\[var\(--main-close\)\] {
|
||||
color:var(--main-close)
|
||||
}
|
||||
|
||||
.text-\[var\(--secondary-text\)\] {
|
||||
color:var(--secondary-text)
|
||||
}
|
||||
|
||||
.text-\[var\(--tertiary-text\)\] {
|
||||
color:var(--tertiary-text)
|
||||
}
|
||||
|
||||
.text-\[var\(--text\)\] {
|
||||
color:var(--text)
|
||||
}
|
||||
|
||||
.decoration-none {
|
||||
text-decoration:none
|
||||
}
|
||||
|
||||
.hover\:grayscale-0:hover {
|
||||
--un-grayscale: grayscale(0);
|
||||
filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)
|
||||
}
|
||||
|
||||
.duration-\[150ms\] {
|
||||
transition-duration:.15s
|
||||
}
|
||||
|
||||
.ease {
|
||||
transition-timing-function:cubic-bezier(.4, 0, .2, 1)
|
||||
}
|
||||
|
||||
.markdown-container {
|
||||
--code-comment: var(--tertiary-text);
|
||||
--code-punctuation: var(--main-text);
|
||||
--code-builtin: var(--secondary-text);
|
||||
--code-number: var(--secondary-text);
|
||||
--code-interpolation: var(--code-keyword);
|
||||
--code-class-name: var(--secondary-text);
|
||||
font-family: Space Mono, monospace;
|
||||
font-size: 14px;
|
||||
color: var(--tertiary-text);
|
||||
overflow-y:auto !important
|
||||
}
|
||||
|
||||
.markdown-container code[class * =language-], .markdown-container pre[class * =language-] {
|
||||
overflow-x: auto;
|
||||
min-width: 0px;
|
||||
color:var(--main-text-hover)
|
||||
}
|
||||
|
||||
.markdown-container pre[class * =language-] {
|
||||
margin-top: 1em;
|
||||
margin-bottom:1em
|
||||
}
|
||||
|
||||
.markdown-container .token.selector, .markdown-container .token.important, .markdown-container .token.atrule, .markdown-container .token.keyword {
|
||||
color:var(--code-keyword)
|
||||
}
|
||||
|
||||
.markdown-container .token.punctuation {
|
||||
color:var(--code-punctuation)
|
||||
}
|
||||
|
||||
.markdown-container .token.string {
|
||||
color:var(--code-string)
|
||||
}
|
||||
|
||||
.markdown-container .token.function {
|
||||
color:var(--code-function)
|
||||
}
|
||||
|
||||
.markdown-container .token.comment {
|
||||
color:var(--code-comment)
|
||||
}
|
||||
|
||||
.markdown-container .token.token.builtin {
|
||||
color:var(--code-builtin)
|
||||
}
|
||||
|
||||
.markdown-container .token.token.number {
|
||||
color:var(--code-number)
|
||||
}
|
||||
|
||||
.markdown-container .token.token.constant {
|
||||
color:var(--code-constant)
|
||||
}
|
||||
|
||||
.markdown-container .token.token.operator {
|
||||
color:var(--code-operator)
|
||||
}
|
||||
|
||||
.markdown-container .token.token.interpolation {
|
||||
color:var(--code-interpolation)
|
||||
}
|
||||
|
||||
.markdown-container .token.token.class-name {
|
||||
color:var(--code-function)
|
||||
}
|
||||
|
||||
.markdown-container h1, .markdown-container h2, .markdown-container h3 {
|
||||
color: var(--text);
|
||||
margin-bottom:.45em
|
||||
}
|
||||
|
||||
.markdown-container h1 {
|
||||
font-size:2em
|
||||
}
|
||||
|
||||
.markdown-container h2 {
|
||||
font-size:1.8em
|
||||
}
|
||||
|
||||
.markdown-container h3 {
|
||||
font-size:1.6em
|
||||
}
|
||||
|
||||
.markdown-container h4 {
|
||||
font-size:1.45em
|
||||
}
|
||||
|
||||
.markdown-container h5 {
|
||||
font-size:1.3em
|
||||
}
|
||||
|
||||
.markdown-container h6 {
|
||||
font-size:1.2em
|
||||
}
|
||||
|
||||
.markdown-container p {
|
||||
line-height:1.75rem
|
||||
}
|
||||
|
||||
.markdown-container ul {
|
||||
margin: 0;
|
||||
padding:0 20px
|
||||
}
|
||||
|
||||
.markdown-container li {
|
||||
padding: 5px 0;
|
||||
line-height:1.75rem
|
||||
}
|
||||
|
||||
.markdown-container a {
|
||||
color:var(--link)
|
||||
}
|
||||
|
||||
.markdown-container :is(code):not(pre code) {
|
||||
color: var(--accent-text);
|
||||
background-color: var(--tertiary);
|
||||
padding: 1px 6px;
|
||||
border-radius:.25em
|
||||
}
|
||||
|
||||
.markdown-container :not(pre) > code[class * =language-], .markdown-container pre[class * =language-] {
|
||||
background-color: var(--main-hover);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: .25em;
|
||||
font-size:.9em
|
||||
}
|
||||
|
||||
.markdown-container :not(pre) > code[class * =language-]:hover, .markdown-container pre[class * =language-]:hover {
|
||||
background-color: var(--secondary-hover);
|
||||
border-color:var(--border-hover)
|
||||
}
|
||||
|
||||
.markdown-container a :is(code):not(pre code) {
|
||||
color:inherit
|
||||
}
|
||||
|
||||
.markdown-container blockquote {
|
||||
padding: 5px 20px;
|
||||
background-color: var(--main-hover);
|
||||
border: 1px solid var(--dividerLight);
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
border-radius:.25em
|
||||
}
|
||||
|
||||
.markdown-container blockquote strong {
|
||||
font-style:normal
|
||||
}
|
||||
|
||||
.markdown-container hr {
|
||||
border-top: .5px solid var(--border-low);
|
||||
color: var(--border-low);
|
||||
margin:30px 0
|
||||
}
|
||||
|
||||
.content .mb6t29 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
padding:0
|
||||
}
|
||||
|
||||
.body .mb6t29 {
|
||||
margin: 0;
|
||||
background-color: var(--main);
|
||||
color: var(--main-text);
|
||||
font-family: var(--text-f);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
transition-duration: .2s;
|
||||
letter-spacing: 1px;
|
||||
min-height:100vh
|
||||
}
|
||||
|
||||
p {
|
||||
margin:0
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: 5px 0
|
||||
}
|
||||
@@ -0,0 +1,221 @@
|
||||
@media (min-width: 640px) {
|
||||
.container {
|
||||
max-width:640px
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.container {
|
||||
max-width:768px
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
.container {
|
||||
max-width:1024px
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1280px) {
|
||||
.container {
|
||||
max-width:1280px
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1536px) {
|
||||
.container {
|
||||
max-width:1536px
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 640px) {
|
||||
.sm\:grid-cols-2 {
|
||||
grid-template-columns:repeat(2, minmax(0, 1fr))
|
||||
}
|
||||
|
||||
.sm\:h-100px {
|
||||
height:100px
|
||||
}
|
||||
|
||||
.sm\:min-h-\[250px\] {
|
||||
min-height:250px
|
||||
}
|
||||
|
||||
.sm\:flex-row {
|
||||
flex-direction:row
|
||||
}
|
||||
|
||||
.sm\:items-center {
|
||||
align-items:center
|
||||
}
|
||||
|
||||
.sm\:gap-5 {
|
||||
gap:1.25rem
|
||||
}
|
||||
|
||||
.sm\:px-4 {
|
||||
padding-left: 1rem;
|
||||
padding-right:1rem
|
||||
}
|
||||
|
||||
.sm\:py-8 {
|
||||
padding-top: 2rem;
|
||||
padding-bottom:2rem
|
||||
}
|
||||
|
||||
.sm\:text-\[3em\] {
|
||||
font-size:3em
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.md\:grid-cols-2 {
|
||||
grid-template-columns:repeat(2, minmax(0, 1fr))
|
||||
}
|
||||
|
||||
.md\:grid-cols-3 {
|
||||
grid-template-columns:repeat(3, minmax(0, 1fr))
|
||||
}
|
||||
|
||||
.md\:m-l-0 {
|
||||
margin-left:0
|
||||
}
|
||||
|
||||
.md\:ml-\[20px\] {
|
||||
margin-left:20px
|
||||
}
|
||||
|
||||
.md\:inline {
|
||||
display:inline
|
||||
}
|
||||
|
||||
.md\:hidden {
|
||||
display:none
|
||||
}
|
||||
|
||||
.md\:h-160px {
|
||||
height:160px
|
||||
}
|
||||
|
||||
.md\:min-h-\[300px\] {
|
||||
min-height:300px
|
||||
}
|
||||
|
||||
.md\:w-150px {
|
||||
width:150px
|
||||
}
|
||||
|
||||
.md\:w-80\% {
|
||||
width:80%
|
||||
}
|
||||
|
||||
.md\:flex {
|
||||
display:flex
|
||||
}
|
||||
|
||||
.md\:flex-1 {
|
||||
flex:1 1 0%
|
||||
}
|
||||
|
||||
.md\:flex-row {
|
||||
flex-direction:row
|
||||
}
|
||||
|
||||
.md\:flex-col {
|
||||
flex-direction:column
|
||||
}
|
||||
|
||||
.md\:items-start {
|
||||
align-items:flex-start
|
||||
}
|
||||
|
||||
.md\:justify-start {
|
||||
justify-content:flex-start
|
||||
}
|
||||
|
||||
.md\:gap-0 {
|
||||
gap:0
|
||||
}
|
||||
|
||||
.md\:gap-1 {
|
||||
gap:.25rem
|
||||
}
|
||||
|
||||
.md\:gap-3 {
|
||||
gap:.75rem
|
||||
}
|
||||
|
||||
.md\:px-10 {
|
||||
padding-left: 2.5rem;
|
||||
padding-right:2.5rem
|
||||
}
|
||||
|
||||
.md\:px-6 {
|
||||
padding-left: 1.5rem;
|
||||
padding-right:1.5rem
|
||||
}
|
||||
|
||||
.md\:py-12 {
|
||||
padding-top: 3rem;
|
||||
padding-bottom:3rem
|
||||
}
|
||||
|
||||
.md\:text-left {
|
||||
text-align:left
|
||||
}
|
||||
|
||||
.md\:text-\[3\.5em\] {
|
||||
font-size:3.5em
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
.lg\:grid-cols-3 {
|
||||
grid-template-columns:repeat(3, minmax(0, 1fr))
|
||||
}
|
||||
|
||||
.lg\:grid-cols-4 {
|
||||
grid-template-columns:repeat(4, minmax(0, 1fr))
|
||||
}
|
||||
|
||||
.lg\:inline {
|
||||
display:inline
|
||||
}
|
||||
|
||||
.lg\:min-h-\[350px\] {
|
||||
min-height:350px
|
||||
}
|
||||
|
||||
.lg\:w-70\% {
|
||||
width:70%
|
||||
}
|
||||
|
||||
.lg\:w-auto {
|
||||
width:auto
|
||||
}
|
||||
|
||||
.lg\:flex {
|
||||
display:flex
|
||||
}
|
||||
|
||||
.lg\:flex-row {
|
||||
flex-direction:row
|
||||
}
|
||||
|
||||
.lg\:items-center {
|
||||
align-items:center
|
||||
}
|
||||
|
||||
.lg\:justify-between {
|
||||
justify-content:space-between
|
||||
}
|
||||
|
||||
.lg\:gap-5 {
|
||||
gap:1.25rem
|
||||
}
|
||||
|
||||
.lg\:text-\[4em\] {
|
||||
font-size:4em
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
.nav-menu .jdc7ud {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
z-index: 10;
|
||||
padding: 0 10px;
|
||||
height: 50px;
|
||||
border-bottom: 1px solid var(--secondary);
|
||||
background-color:var(--main)
|
||||
}
|
||||
|
||||
.nav-menu-item .jdc7ud {
|
||||
text-decoration: none;
|
||||
font-weight: 400;
|
||||
padding: 10px 20px;
|
||||
color: inherit;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-bottom:3px solid transparent
|
||||
}
|
||||
|
||||
.nav-menu-item-label .jdc7ud {
|
||||
margin-left:10px
|
||||
}
|
||||
|
||||
.nav-menu-item .jdc7ud:hover {
|
||||
background-color:var(--main-hover)
|
||||
}
|
||||
|
||||
.nav-menu-mobile .jdc7ud {
|
||||
z-index: -1;
|
||||
max-height: calc(100vh - 51px);
|
||||
min-height: calc(100vh - 51px);
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
background-color: var(--main);
|
||||
top: 51px;
|
||||
transform: translateY(-100vh);
|
||||
transition-property: transform opacity;
|
||||
transition: .4s ease;
|
||||
opacity:0
|
||||
}
|
||||
|
||||
.nav-menu-mobile-open .jdc7ud {
|
||||
opacity: 1;
|
||||
transform: translateY(0)
|
||||
}
|
||||
|
||||
|
||||
.nav-bar-mobile-btn {
|
||||
width: 36px;
|
||||
height:36px
|
||||
}
|
||||
|
||||
.nav-bar-mobile-btn:before, .nav-bar-mobile-btn:after {
|
||||
content: "";
|
||||
display: block;
|
||||
height: 1px;
|
||||
width: 20px;
|
||||
background-color: var(--secondary-text);
|
||||
transition:transform .2s ease
|
||||
}
|
||||
|
||||
.nav-bar-mobile-btn:hover:before, .nav-bar-mobile-btn:hover:after {
|
||||
background-color:auto
|
||||
}
|
||||
|
||||
.nav-bar-mobile-btn:before {
|
||||
transform:translateY(-5px) rotate(0)
|
||||
}
|
||||
|
||||
.nav-bar-mobile-btn:after {
|
||||
transform:translateY(4px) rotate(0)
|
||||
}
|
||||
|
||||
.nav-bar-mobile-btn-expanded:before {
|
||||
transform:translateY(2px) rotate(45deg)
|
||||
}
|
||||
|
||||
.nav-bar-mobile-btn-expanded:after {
|
||||
transform:translateY(0) rotate(-45deg)
|
||||
}
|
||||
|
||||
@media (max-width: 950px) {
|
||||
.nav-menu-item-label .jdc7ud {
|
||||
display:none
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,943 @@
|
||||
/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
|
||||
@layer properties;
|
||||
@layer theme, base, components, utilities;
|
||||
@layer theme {
|
||||
:root, :host {
|
||||
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
||||
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
||||
"Courier New", monospace;
|
||||
--color-cyan-500: oklch(71.5% 0.143 215.221);
|
||||
--color-gray-400: oklch(70.7% 0.022 261.325);
|
||||
--spacing: 0.25rem;
|
||||
--text-sm: 0.875rem;
|
||||
--text-sm--line-height: calc(1.25 / 0.875);
|
||||
--text-lg: 1.125rem;
|
||||
--text-lg--line-height: calc(1.75 / 1.125);
|
||||
--text-xl: 1.25rem;
|
||||
--text-xl--line-height: calc(1.75 / 1.25);
|
||||
--text-4xl: 2.25rem;
|
||||
--text-4xl--line-height: calc(2.5 / 2.25);
|
||||
--text-6xl: 3.75rem;
|
||||
--text-6xl--line-height: 1;
|
||||
--font-weight-extralight: 200;
|
||||
--font-weight-light: 300;
|
||||
--font-weight-medium: 500;
|
||||
--font-weight-bold: 700;
|
||||
--font-weight-black: 900;
|
||||
--tracking-wider: 0.05em;
|
||||
--radius-md: 0.375rem;
|
||||
--radius-lg: 0.5rem;
|
||||
--radius-xl: 0.75rem;
|
||||
--aspect-video: 16 / 9;
|
||||
--default-transition-duration: 150ms;
|
||||
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||||
--default-font-family: var(--font-sans);
|
||||
--default-mono-font-family: var(--font-mono);
|
||||
}
|
||||
}
|
||||
@layer base {
|
||||
*, ::after, ::before, ::backdrop, ::file-selector-button {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0 solid;
|
||||
}
|
||||
html, :host {
|
||||
line-height: 1.5;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
tab-size: 4;
|
||||
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
||||
font-feature-settings: var(--default-font-feature-settings, normal);
|
||||
font-variation-settings: var(--default-font-variation-settings, normal);
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
hr {
|
||||
height: 0;
|
||||
color: inherit;
|
||||
border-top-width: 1px;
|
||||
}
|
||||
abbr:where([title]) {
|
||||
-webkit-text-decoration: underline dotted;
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
}
|
||||
a {
|
||||
color: inherit;
|
||||
-webkit-text-decoration: inherit;
|
||||
text-decoration: inherit;
|
||||
}
|
||||
b, strong {
|
||||
font-weight: bolder;
|
||||
}
|
||||
code, kbd, samp, pre {
|
||||
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
||||
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
||||
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
||||
font-size: 1em;
|
||||
}
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
sub, sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
table {
|
||||
text-indent: 0;
|
||||
border-color: inherit;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
:-moz-focusring {
|
||||
outline: auto;
|
||||
}
|
||||
progress {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
summary {
|
||||
display: list-item;
|
||||
}
|
||||
ol, ul, menu {
|
||||
list-style: none;
|
||||
}
|
||||
img, svg, video, canvas, audio, iframe, embed, object {
|
||||
display: block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
img, video {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
button, input, select, optgroup, textarea, ::file-selector-button {
|
||||
font: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-variation-settings: inherit;
|
||||
letter-spacing: inherit;
|
||||
color: inherit;
|
||||
border-radius: 0;
|
||||
background-color: transparent;
|
||||
opacity: 1;
|
||||
}
|
||||
:where(select:is([multiple], [size])) optgroup {
|
||||
font-weight: bolder;
|
||||
}
|
||||
:where(select:is([multiple], [size])) optgroup option {
|
||||
padding-inline-start: 20px;
|
||||
}
|
||||
::file-selector-button {
|
||||
margin-inline-end: 4px;
|
||||
}
|
||||
::placeholder {
|
||||
opacity: 1;
|
||||
}
|
||||
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
||||
::placeholder {
|
||||
color: currentcolor;
|
||||
@supports (color: color-mix(in lab, red, red)) {
|
||||
color: color-mix(in oklab, currentcolor 50%, transparent);
|
||||
}
|
||||
}
|
||||
}
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
::-webkit-date-and-time-value {
|
||||
min-height: 1lh;
|
||||
text-align: inherit;
|
||||
}
|
||||
::-webkit-datetime-edit {
|
||||
display: inline-flex;
|
||||
}
|
||||
::-webkit-datetime-edit-fields-wrapper {
|
||||
padding: 0;
|
||||
}
|
||||
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
|
||||
padding-block: 0;
|
||||
}
|
||||
:-moz-ui-invalid {
|
||||
box-shadow: none;
|
||||
}
|
||||
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
|
||||
appearance: button;
|
||||
}
|
||||
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
[hidden]:where(:not([hidden="until-found"])) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
@layer utilities {
|
||||
.visible {
|
||||
visibility: visible;
|
||||
}
|
||||
.absolute {
|
||||
position: absolute;
|
||||
}
|
||||
.relative {
|
||||
position: relative;
|
||||
}
|
||||
.top-0 {
|
||||
top: calc(var(--spacing) * 0);
|
||||
}
|
||||
.bottom-0 {
|
||||
bottom: calc(var(--spacing) * 0);
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
@media (width >= 40rem) {
|
||||
max-width: 40rem;
|
||||
}
|
||||
@media (width >= 48rem) {
|
||||
max-width: 48rem;
|
||||
}
|
||||
@media (width >= 64rem) {
|
||||
max-width: 64rem;
|
||||
}
|
||||
@media (width >= 80rem) {
|
||||
max-width: 80rem;
|
||||
}
|
||||
@media (width >= 96rem) {
|
||||
max-width: 96rem;
|
||||
}
|
||||
}
|
||||
.m-\[2\.5px\] {
|
||||
margin: 2.5px;
|
||||
}
|
||||
.my-\[10px\] {
|
||||
margin-block: 10px;
|
||||
}
|
||||
.mt-5 {
|
||||
margin-top: calc(var(--spacing) * 5);
|
||||
}
|
||||
.mt-10 {
|
||||
margin-top: calc(var(--spacing) * 10);
|
||||
}
|
||||
.mr-2 {
|
||||
margin-right: calc(var(--spacing) * 2);
|
||||
}
|
||||
.mb-2 {
|
||||
margin-bottom: calc(var(--spacing) * 2);
|
||||
}
|
||||
.mb-4 {
|
||||
margin-bottom: calc(var(--spacing) * 4);
|
||||
}
|
||||
.mb-5 {
|
||||
margin-bottom: calc(var(--spacing) * 5);
|
||||
}
|
||||
.mb-7 {
|
||||
margin-bottom: calc(var(--spacing) * 7);
|
||||
}
|
||||
.ml-0 {
|
||||
margin-left: calc(var(--spacing) * 0);
|
||||
}
|
||||
.ml-2 {
|
||||
margin-left: calc(var(--spacing) * 2);
|
||||
}
|
||||
.line-clamp-3 {
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 3;
|
||||
}
|
||||
.block {
|
||||
display: block;
|
||||
}
|
||||
.contents {
|
||||
display: contents;
|
||||
}
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
.grid {
|
||||
display: grid;
|
||||
}
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
.inline-block {
|
||||
display: inline-block;
|
||||
}
|
||||
.inline-flex {
|
||||
display: inline-flex;
|
||||
}
|
||||
.table {
|
||||
display: table;
|
||||
}
|
||||
.aspect-video {
|
||||
aspect-ratio: var(--aspect-video);
|
||||
}
|
||||
.h-100 {
|
||||
height: calc(var(--spacing) * 100);
|
||||
}
|
||||
.h-\[1px\] {
|
||||
height: 1px;
|
||||
}
|
||||
.h-full {
|
||||
height: 100%;
|
||||
}
|
||||
.w-75 {
|
||||
width: calc(var(--spacing) * 75);
|
||||
}
|
||||
.w-100 {
|
||||
width: calc(var(--spacing) * 100);
|
||||
}
|
||||
.w-\[0\.5px\] {
|
||||
width: 0.5px;
|
||||
}
|
||||
.w-\[20px\] {
|
||||
width: 20px;
|
||||
}
|
||||
.w-auto {
|
||||
width: auto;
|
||||
}
|
||||
.w-full {
|
||||
width: 100%;
|
||||
}
|
||||
.flex-1 {
|
||||
flex: 1;
|
||||
}
|
||||
.border-collapse {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.transform {
|
||||
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
||||
}
|
||||
.cursor-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
.resize {
|
||||
resize: both;
|
||||
}
|
||||
.grid-cols-1 {
|
||||
grid-template-columns: repeat(1, minmax(0, 1fr));
|
||||
}
|
||||
.flex-col {
|
||||
flex-direction: column;
|
||||
}
|
||||
.flex-row {
|
||||
flex-direction: row;
|
||||
}
|
||||
.flex-row-reverse {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
.flex-wrap {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.items-center {
|
||||
align-items: center;
|
||||
}
|
||||
.items-start {
|
||||
align-items: flex-start;
|
||||
}
|
||||
.items-stretch {
|
||||
align-items: stretch;
|
||||
}
|
||||
.justify-between {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.justify-center {
|
||||
justify-content: center;
|
||||
}
|
||||
.gap-1 {
|
||||
gap: calc(var(--spacing) * 1);
|
||||
}
|
||||
.gap-2 {
|
||||
gap: calc(var(--spacing) * 2);
|
||||
}
|
||||
.gap-3 {
|
||||
gap: calc(var(--spacing) * 3);
|
||||
}
|
||||
.gap-5 {
|
||||
gap: calc(var(--spacing) * 5);
|
||||
}
|
||||
.gap-7 {
|
||||
gap: calc(var(--spacing) * 7);
|
||||
}
|
||||
.gap-10 {
|
||||
gap: calc(var(--spacing) * 10);
|
||||
}
|
||||
.self-center {
|
||||
align-self: center;
|
||||
}
|
||||
.self-stretch {
|
||||
align-self: stretch;
|
||||
}
|
||||
.overflow-hidden {
|
||||
overflow: hidden;
|
||||
}
|
||||
.rounded {
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
.rounded-\[15px\] {
|
||||
border-radius: 15px;
|
||||
}
|
||||
.rounded-\[20px\] {
|
||||
border-radius: 20px;
|
||||
}
|
||||
.rounded-lg {
|
||||
border-radius: var(--radius-lg);
|
||||
}
|
||||
.rounded-md {
|
||||
border-radius: var(--radius-md);
|
||||
}
|
||||
.rounded-xl {
|
||||
border-radius: var(--radius-xl);
|
||||
}
|
||||
.border {
|
||||
border-style: var(--tw-border-style);
|
||||
border-width: 1px;
|
||||
}
|
||||
.border-\[1px\] {
|
||||
border-style: var(--tw-border-style);
|
||||
border-width: 1px;
|
||||
}
|
||||
.border-none {
|
||||
--tw-border-style: none;
|
||||
border-style: none;
|
||||
}
|
||||
.border-solid {
|
||||
--tw-border-style: solid;
|
||||
border-style: solid;
|
||||
}
|
||||
.border-\[var\(--border\)\] {
|
||||
border-color: var(--border);
|
||||
}
|
||||
.border-transparent {
|
||||
border-color: transparent;
|
||||
}
|
||||
.bg-\[var\(--border\)\] {
|
||||
background-color: var(--border);
|
||||
}
|
||||
.bg-\[var\(--main\)\] {
|
||||
background-color: var(--main);
|
||||
}
|
||||
.bg-\[var\(--main-hover\)\] {
|
||||
background-color: var(--main-hover);
|
||||
}
|
||||
.bg-transparent {
|
||||
background-color: transparent;
|
||||
}
|
||||
.p-2 {
|
||||
padding: calc(var(--spacing) * 2);
|
||||
}
|
||||
.p-4 {
|
||||
padding: calc(var(--spacing) * 4);
|
||||
}
|
||||
.p-5 {
|
||||
padding: calc(var(--spacing) * 5);
|
||||
}
|
||||
.px-2 {
|
||||
padding-inline: calc(var(--spacing) * 2);
|
||||
}
|
||||
.px-4 {
|
||||
padding-inline: calc(var(--spacing) * 4);
|
||||
}
|
||||
.px-6 {
|
||||
padding-inline: calc(var(--spacing) * 6);
|
||||
}
|
||||
.px-\[15px\] {
|
||||
padding-inline: 15px;
|
||||
}
|
||||
.px-\[20px\] {
|
||||
padding-inline: 20px;
|
||||
}
|
||||
.py-2 {
|
||||
padding-block: calc(var(--spacing) * 2);
|
||||
}
|
||||
.py-3 {
|
||||
padding-block: calc(var(--spacing) * 3);
|
||||
}
|
||||
.py-4 {
|
||||
padding-block: calc(var(--spacing) * 4);
|
||||
}
|
||||
.py-\[5px\] {
|
||||
padding-block: 5px;
|
||||
}
|
||||
.py-\[10px\] {
|
||||
padding-block: 10px;
|
||||
}
|
||||
.pt-3 {
|
||||
padding-top: calc(var(--spacing) * 3);
|
||||
}
|
||||
.pb-1 {
|
||||
padding-bottom: calc(var(--spacing) * 1);
|
||||
}
|
||||
.pb-10 {
|
||||
padding-bottom: calc(var(--spacing) * 10);
|
||||
}
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
.text-4xl {
|
||||
font-size: var(--text-4xl);
|
||||
line-height: var(--tw-leading, var(--text-4xl--line-height));
|
||||
}
|
||||
.text-lg {
|
||||
font-size: var(--text-lg);
|
||||
line-height: var(--tw-leading, var(--text-lg--line-height));
|
||||
}
|
||||
.text-sm {
|
||||
font-size: var(--text-sm);
|
||||
line-height: var(--tw-leading, var(--text-sm--line-height));
|
||||
}
|
||||
.text-\[0\.9em\] {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.text-\[1\.2em\] {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.text-\[1\.15em\] {
|
||||
font-size: 1.15em;
|
||||
}
|
||||
.font-\[var\(--title-f\)\] {
|
||||
--tw-font-weight: var(--title-f);
|
||||
font-weight: var(--title-f);
|
||||
}
|
||||
.font-black {
|
||||
--tw-font-weight: var(--font-weight-black);
|
||||
font-weight: var(--font-weight-black);
|
||||
}
|
||||
.font-bold {
|
||||
--tw-font-weight: var(--font-weight-bold);
|
||||
font-weight: var(--font-weight-bold);
|
||||
}
|
||||
.font-extralight {
|
||||
--tw-font-weight: var(--font-weight-extralight);
|
||||
font-weight: var(--font-weight-extralight);
|
||||
}
|
||||
.font-light {
|
||||
--tw-font-weight: var(--font-weight-light);
|
||||
font-weight: var(--font-weight-light);
|
||||
}
|
||||
.font-medium {
|
||||
--tw-font-weight: var(--font-weight-medium);
|
||||
font-weight: var(--font-weight-medium);
|
||||
}
|
||||
.tracking-\[4px\] {
|
||||
--tw-tracking: 4px;
|
||||
letter-spacing: 4px;
|
||||
}
|
||||
.tracking-wider {
|
||||
--tw-tracking: var(--tracking-wider);
|
||||
letter-spacing: var(--tracking-wider);
|
||||
}
|
||||
.text-ellipsis {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.whitespace-nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.\!text-\[var\(--secondary-text\)\] {
|
||||
color: var(--secondary-text) !important;
|
||||
}
|
||||
.text-\[inherit\] {
|
||||
color: inherit;
|
||||
}
|
||||
.text-\[var\(--main-close\)\] {
|
||||
color: var(--main-close);
|
||||
}
|
||||
.text-\[var\(--secondary-text\)\] {
|
||||
color: var(--secondary-text);
|
||||
}
|
||||
.text-\[var\(--tertiary-text\)\] {
|
||||
color: var(--tertiary-text);
|
||||
}
|
||||
.text-\[var\(--text\)\] {
|
||||
color: var(--text);
|
||||
}
|
||||
.text-gray-400 {
|
||||
color: var(--color-gray-400);
|
||||
}
|
||||
.text-inherit {
|
||||
color: inherit;
|
||||
}
|
||||
.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
.underline {
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
.outline {
|
||||
outline-style: var(--tw-outline-style);
|
||||
outline-width: 1px;
|
||||
}
|
||||
.grayscale-65 {
|
||||
--tw-grayscale: grayscale(65%);
|
||||
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
||||
}
|
||||
.filter {
|
||||
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
||||
}
|
||||
.transition {
|
||||
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
|
||||
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
||||
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
||||
}
|
||||
.duration-300 {
|
||||
--tw-duration: 300ms;
|
||||
transition-duration: 300ms;
|
||||
}
|
||||
.duration-\[150ms\] {
|
||||
--tw-duration: 150ms;
|
||||
transition-duration: 150ms;
|
||||
}
|
||||
.hover\:z-5 {
|
||||
&:hover {
|
||||
@media (hover: hover) {
|
||||
z-index: 5;
|
||||
}
|
||||
}
|
||||
}
|
||||
.hover\:border-\[var\(--border-hover\)\] {
|
||||
&:hover {
|
||||
@media (hover: hover) {
|
||||
border-color: var(--border-hover);
|
||||
}
|
||||
}
|
||||
}
|
||||
.hover\:border-cyan-500 {
|
||||
&:hover {
|
||||
@media (hover: hover) {
|
||||
border-color: var(--color-cyan-500);
|
||||
}
|
||||
}
|
||||
}
|
||||
.hover\:bg-\[color\:var\(--main-hover\)\] {
|
||||
&:hover {
|
||||
@media (hover: hover) {
|
||||
background-color: var(--main-hover);
|
||||
}
|
||||
}
|
||||
}
|
||||
.hover\:bg-\[var\(--main-hover\)\] {
|
||||
&:hover {
|
||||
@media (hover: hover) {
|
||||
background-color: var(--main-hover);
|
||||
}
|
||||
}
|
||||
}
|
||||
.hover\:grayscale-0 {
|
||||
&:hover {
|
||||
@media (hover: hover) {
|
||||
--tw-grayscale: grayscale(0%);
|
||||
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
||||
}
|
||||
}
|
||||
}
|
||||
.sm\:flex-row {
|
||||
@media (width >= 40rem) {
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
.sm\:items-center {
|
||||
@media (width >= 40rem) {
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
.sm\:gap-5 {
|
||||
@media (width >= 40rem) {
|
||||
gap: calc(var(--spacing) * 5);
|
||||
}
|
||||
}
|
||||
.sm\:px-4 {
|
||||
@media (width >= 40rem) {
|
||||
padding-inline: calc(var(--spacing) * 4);
|
||||
}
|
||||
}
|
||||
.sm\:py-8 {
|
||||
@media (width >= 40rem) {
|
||||
padding-block: calc(var(--spacing) * 8);
|
||||
}
|
||||
}
|
||||
.sm\:text-\[3em\] {
|
||||
@media (width >= 40rem) {
|
||||
font-size: 3em;
|
||||
}
|
||||
}
|
||||
.md\:ml-\[20px\] {
|
||||
@media (width >= 48rem) {
|
||||
margin-left: 20px;
|
||||
}
|
||||
}
|
||||
.md\:flex {
|
||||
@media (width >= 48rem) {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
.md\:hidden {
|
||||
@media (width >= 48rem) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.md\:inline {
|
||||
@media (width >= 48rem) {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
.md\:flex-1 {
|
||||
@media (width >= 48rem) {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
.md\:grid-cols-2 {
|
||||
@media (width >= 48rem) {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
}
|
||||
.md\:flex-col {
|
||||
@media (width >= 48rem) {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
.md\:flex-row {
|
||||
@media (width >= 48rem) {
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
.md\:items-start {
|
||||
@media (width >= 48rem) {
|
||||
align-items: flex-start;
|
||||
}
|
||||
}
|
||||
.md\:justify-start {
|
||||
@media (width >= 48rem) {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
.md\:gap-0 {
|
||||
@media (width >= 48rem) {
|
||||
gap: calc(var(--spacing) * 0);
|
||||
}
|
||||
}
|
||||
.md\:gap-1 {
|
||||
@media (width >= 48rem) {
|
||||
gap: calc(var(--spacing) * 1);
|
||||
}
|
||||
}
|
||||
.md\:gap-3 {
|
||||
@media (width >= 48rem) {
|
||||
gap: calc(var(--spacing) * 3);
|
||||
}
|
||||
}
|
||||
.md\:self-stretch {
|
||||
@media (width >= 48rem) {
|
||||
align-self: stretch;
|
||||
}
|
||||
}
|
||||
.md\:px-6 {
|
||||
@media (width >= 48rem) {
|
||||
padding-inline: calc(var(--spacing) * 6);
|
||||
}
|
||||
}
|
||||
.md\:py-12 {
|
||||
@media (width >= 48rem) {
|
||||
padding-block: calc(var(--spacing) * 12);
|
||||
}
|
||||
}
|
||||
.md\:text-left {
|
||||
@media (width >= 48rem) {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
.md\:text-6xl {
|
||||
@media (width >= 48rem) {
|
||||
font-size: var(--text-6xl);
|
||||
line-height: var(--tw-leading, var(--text-6xl--line-height));
|
||||
}
|
||||
}
|
||||
.md\:text-xl {
|
||||
@media (width >= 48rem) {
|
||||
font-size: var(--text-xl);
|
||||
line-height: var(--tw-leading, var(--text-xl--line-height));
|
||||
}
|
||||
}
|
||||
.md\:text-\[3\.5em\] {
|
||||
@media (width >= 48rem) {
|
||||
font-size: 3.5em;
|
||||
}
|
||||
}
|
||||
.lg\:flex {
|
||||
@media (width >= 64rem) {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
.lg\:inline {
|
||||
@media (width >= 64rem) {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
.lg\:w-auto {
|
||||
@media (width >= 64rem) {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
.lg\:grid-cols-3 {
|
||||
@media (width >= 64rem) {
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
}
|
||||
}
|
||||
.lg\:flex-row {
|
||||
@media (width >= 64rem) {
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
.lg\:items-center {
|
||||
@media (width >= 64rem) {
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
.lg\:justify-between {
|
||||
@media (width >= 64rem) {
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
.lg\:gap-5 {
|
||||
@media (width >= 64rem) {
|
||||
gap: calc(var(--spacing) * 5);
|
||||
}
|
||||
}
|
||||
.lg\:text-\[4em\] {
|
||||
@media (width >= 64rem) {
|
||||
font-size: 4em;
|
||||
}
|
||||
}
|
||||
}
|
||||
@property --tw-rotate-x {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-rotate-y {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-rotate-z {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-skew-x {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-skew-y {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-border-style {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
initial-value: solid;
|
||||
}
|
||||
@property --tw-font-weight {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-tracking {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-outline-style {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
initial-value: solid;
|
||||
}
|
||||
@property --tw-blur {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-brightness {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-contrast {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-grayscale {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-hue-rotate {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-invert {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-opacity {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-saturate {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-sepia {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-drop-shadow {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-drop-shadow-color {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-drop-shadow-alpha {
|
||||
syntax: "<percentage>";
|
||||
inherits: false;
|
||||
initial-value: 100%;
|
||||
}
|
||||
@property --tw-drop-shadow-size {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@property --tw-duration {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
}
|
||||
@layer properties {
|
||||
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
||||
*, ::before, ::after, ::backdrop {
|
||||
--tw-rotate-x: initial;
|
||||
--tw-rotate-y: initial;
|
||||
--tw-rotate-z: initial;
|
||||
--tw-skew-x: initial;
|
||||
--tw-skew-y: initial;
|
||||
--tw-border-style: solid;
|
||||
--tw-font-weight: initial;
|
||||
--tw-tracking: initial;
|
||||
--tw-outline-style: solid;
|
||||
--tw-blur: initial;
|
||||
--tw-brightness: initial;
|
||||
--tw-contrast: initial;
|
||||
--tw-grayscale: initial;
|
||||
--tw-hue-rotate: initial;
|
||||
--tw-invert: initial;
|
||||
--tw-opacity: initial;
|
||||
--tw-saturate: initial;
|
||||
--tw-sepia: initial;
|
||||
--tw-drop-shadow: initial;
|
||||
--tw-drop-shadow-color: initial;
|
||||
--tw-drop-shadow-alpha: 100%;
|
||||
--tw-drop-shadow-size: initial;
|
||||
--tw-duration: initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user