This repository was archived by the owner on Jan 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathuno.css
More file actions
1 lines (1 loc) · 1.92 KB
/
uno.css
File metadata and controls
1 lines (1 loc) · 1.92 KB
1
.grid{display:grid;}.m-0{margin:0rem;}.mx-auto{margin-left:auto;margin-right:auto;}.my-0{margin-top:0rem;margin-bottom:0rem;}.max-w-200{max-width:50rem;}.w-full{width:100%;}.flex{display:flex;}.items-center{align-items:center;}.justify-between{justify-content:space-between;}.gap-1{grid-gap:0.25rem;gap:0.25rem;}.gap-4{grid-gap:1rem;gap:1rem;}.border{border-width:1px;border-style:solid;}.border-b{border-bottom-width:1px;border-style:solid;}.border-l-0{border-left-width:0px;border-style:solid;}.border-r-0{border-right-width:0px;border-style:solid;}.border-t-0{border-top-width:0px;border-style:solid;}.border-b-black{--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgba(0,0,0,var(--un-border-bottom-opacity));}.rounded{border-radius:0.25rem;}.bg-transparent{background-color:transparent;}.hover\:bg-gray-100:hover{--un-bg-opacity:1;background-color:rgba(243,244,246,var(--un-bg-opacity));}.p-1{padding:0.25rem;}.p-2{padding:0.5rem;}.p-4{padding:1rem;}.px-6{padding-left:1.5rem;padding-right:1.5rem;}.py-12{padding-top:3rem;padding-bottom:3rem;}.pt-4{padding-top:1rem;}.pt-8{padding-top:2rem;}.text-center{text-align:center;}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";}.text-3xl{font-size:1.875rem;line-height:2.25rem;}.text-base{font-size:1rem;line-height:1.5rem;}.text-lg{font-size:1.125rem;line-height:1.75rem;}.outline-none{outline:2px solid transparent;outline-offset:2px;}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms;}@media (min-width: 640px){.sm\:grid-cols-\[2fr_1fr\]{grid-template-columns:2fr 1fr;}.sm\:justify-around{justify-content:space-around;}}