UNPKG

stackpress

Version:

Incept is a content management framework.

170 lines (169 loc) 7.21 kB
:root { display: initial; } .absolute{position:absolute;} .relative{position:relative;} .static{position:static;} .bottom-0{bottom:0;} .px-z-10, .z-10{z-index:10;} .mx-1{margin-left:0.25rem;margin-right:0.25rem;} .mr-0\.5{margin-right:0.125rem;} .mr-1{margin-right:0.25rem;} .mr-2{margin-right:0.5rem;} .mr-4{margin-right:1rem;} .mt-2{margin-top:0.5rem;} .mt-4{margin-top:1rem;} .inline-block{display:inline-block;} .hidden{display:none;} .h-full{height:100%;} .h1{height:0.25rem;} .h3{height:0.75rem;} .flex{display:flex;} .inline-flex{display:inline-flex;} .flex-grow{flex-grow:1;} .flex-col{flex-direction:column;} .cursor-pointer{cursor:pointer;} .items-center{align-items:center;} .justify-center{justify-content:center;} .overflow-auto{overflow:auto;} .overflow-hidden{overflow:hidden;} .overflow-x-auto{overflow-x:auto;} .overflow-x-hidden{overflow-x:hidden;} .whitespace-nowrap{white-space:nowrap;} .b-0{border-width:0px;} .border{border-width:1px;} .border-2{border-width:2px;} .border-y{border-top-width:1px;border-bottom-width:1px;} .border-b{border-bottom-width:1px;} .border-l-0{border-left-width:0px;} .border-r{border-right-width:1px;} .border-t{border-top-width:1px;} .border-\[\#1F2937\], .dark .dark\:border-\[\#1F2937\]{--un-border-opacity:1;border-color:rgb(31 41 55 / var(--un-border-opacity));} .border-\[\#C8D5E0\]{--un-border-opacity:1;border-color:rgb(200 213 224 / var(--un-border-opacity));} .border-gray-300{--un-border-opacity:1;border-color:rgb(209 213 219 / var(--un-border-opacity));} .border-white{--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity));} .rounded{border-radius:0.25rem;} .rounded-full{border-radius:9999px;} .rounded-lg{border-radius:0.5rem;} .dark .dark\:bg-\[\#090D14\]{--un-bg-opacity:1;background-color:rgb(9 13 20 / var(--un-bg-opacity)) /* #090D14 */;} .bg-\[\#EBF0F6\]{--un-bg-opacity:1;background-color:rgb(235 240 246 / var(--un-bg-opacity)) /* #EBF0F6 */;} .bg-black{--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity)) /* #000 */;} .dark .dark\:bg-gray-300{--un-bg-opacity:1;background-color:rgb(209 213 219 / var(--un-bg-opacity)) /* #d1d5db */;} .bg-gray-600{--un-bg-opacity:1;background-color:rgb(75 85 99 / var(--un-bg-opacity)) /* #4b5563 */;} .bg-orange-600{--un-bg-opacity:1;background-color:rgb(234 88 12 / var(--un-bg-opacity)) /* #ea580c */;} .bg-red-100{--un-bg-opacity:1;background-color:rgb(254 226 226 / var(--un-bg-opacity)) /* #fee2e2 */;} .bg-red-900{--un-bg-opacity:1;background-color:rgb(127 29 29 / var(--un-bg-opacity)) /* #7f1d1d */;} .bg-transparent{background-color:transparent /* transparent */;} .hover\:bg-gray-600:hover{--un-bg-opacity:1;background-color:rgb(75 85 99 / var(--un-bg-opacity)) /* #4b5563 */;} .p-0{padding:0;} .p-4{padding:1rem;} .px-2{padding-left:0.5rem;padding-right:0.5rem;} .px-4{padding-left:1rem;padding-right:1rem;} .py-2{padding-top:0.5rem;padding-bottom:0.5rem;} .py-3{padding-top:0.75rem;padding-bottom:0.75rem;} .text-center{text-align:center;} .text-left{text-align:left;} .text-right{text-align:right;} .text-lg{font-size:1.125rem;line-height:1.75rem;} .text-sm{font-size:0.875rem;line-height:1.25rem;} .text-xl{font-size:1.25rem;line-height:1.75rem;} .text-xs{font-size:0.75rem;line-height:1rem;} .text-\[\#222222\]{--un-text-opacity:1;color:rgb(34 34 34 / var(--un-text-opacity)) /* #222222 */;} .text-\[\#666666\]{--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity)) /* #666666 */;} .dark .dark\:text-\[\#DDDDDD\]{--un-text-opacity:1;color:rgb(221 221 221 / var(--un-text-opacity)) /* #DDDDDD */;} .text-gray-300{--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity)) /* #d1d5db */;} .text-red-600{--un-text-opacity:1;color:rgb(220 38 38 / var(--un-text-opacity)) /* #dc2626 */;} .text-white{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;} .font-bold{font-weight:700;} .font-medium{font-weight:500;} .font-semibold{font-weight:600;} .uppercase{text-transform:uppercase;} .font-italic{font-style:italic;} .no-underline{text-decoration:none;} .opacity-0{opacity:0;} .outline-none{outline:2px solid transparent;outline-offset:2px;} .duration-200{transition-duration:200ms;} @keyframes __un_qm{0%{box-shadow:inset 4px 4px #ff1e90, inset -4px -4px #ff1e90}100%{box-shadow:inset 8px 8px #3399ff, inset -8px -8px #3399ff}} .\?{animation:__un_qm 0.5s ease-in-out alternate infinite;} .theme-info{color:var(--info);} .theme-muted{color:var(--muted);} .theme-tx1{color:var(--tx1);} .theme-white{color:var(--white);} .theme-bg-bg0{background-color:var(--bg0);} .theme-bg-bg1{background-color:var(--bg1);} .theme-bg-bg2{background-color:var(--bg2);} .theme-bg-bg3{background-color:var(--bg3);} .theme-bg-error{background-color:var(--error);} .theme-bg-muted{background-color:var(--muted);} .theme-bg-primary{background-color:var(--primary);} .theme-bg-success{background-color:var(--success);} .theme-bg-warning{background-color:var(--warning);} .theme-bc-bd0{border-color:var(--bd0);} .theme-bc-bd1{border-color:var(--bd1);} .\!theme-bc-bd2{border-color:var(--bd2) !important;} .theme-bc-bd2{border-color:var(--bd2);} .theme-bc-primary{border-color:var(--primary);} .px-m-0{margin:0px;} .px-mb-10{margin-bottom:10px;} .px-mb-20{margin-bottom:20px;} .px-ml-10{margin-left:10px;} .px-ml-2{margin-left:2px;} .px-ml-5{margin-left:5px;} .px-mr-10{ margin-right:10px;} .px-mr-5{ margin-right:5px;} .px-mr-8{ margin-right:8px;} .px-mt-10{margin-top:10px;} .px-mt-20{margin-top:20px;} .px-p-10{padding:10px;} .px-p-2{padding:2px;} .px-p-20{padding:20px;} .px-p-5{padding:5px;} .px-pb-20{padding-bottom:20px;} .px-px-10{padding-left:10px;padding-right:10px;} .\!px-px-14{padding-left:14px !important;padding-right:14px !important;} .px-px-14{padding-left:14px;padding-right:14px;} .\!px-px-16{padding-left:16px !important;padding-right:16px !important;} .px-px-16{padding-left:16px;padding-right:16px;} .px-px-20{padding-left:20px;padding-right:20px;} .px-py-10{padding-bottom:10px;padding-top:10px;} .px-py-12{padding-bottom:12px;padding-top:12px;} .px-py-14{padding-bottom:14px;padding-top:14px;} .px-py-20{padding-bottom:20px;padding-top:20px;} .\!px-py-8{padding-bottom:8px !important;padding-top:8px !important;} .px-py-8{padding-bottom:8px;padding-top:8px;} .\!px-py-9{padding-bottom:9px !important;padding-top:9px !important;} .px-py-9{padding-bottom:9px;padding-top:9px;} .px-h-26{height:26px;} .px-h-30{height:30px;} .px-h-60{height:60px;} .px-w-220{width:220px;} .px-w-26{width:26px;} .px-w-30{width:30px;} .px-w-360{width:360px;} .px-b-0{bottom:0px;} .px-l-0{left:0px;} .px-l-220{left:220px;} .px-r--220{right:-220px;} .px-r--360{right:-360px;} .px-r-0{right:0px;} .px-t-0{top:0px;} .px-t-60{top:60px;} .px-z-100{z-index:100;} .px-fs-10{font-size:10px;} .px-fs-12{font-size:12px;} .px-fs-14{font-size:14px;} .px-fs-16{font-size:16px;} .px-fs-18{font-size:18px;} .px-fs-20{font-size:20px;} .px-fs-26{font-size:26px;} .px-h-100-0{height:calc(100% - 0px);} .px-w-100-0{width:calc(100% - 0px);} @media (max-width: 767px){ .rmd-px-l--220{left:-220px;} .rmd-px-l-0{left:0px;} .rmd-px-l-220{left:220px;} } @media (min-width: 768px){ .md-hidden, .md\:hidden{display:none;} .md\:flex{display:flex;} }