@import 'ant-design-vue/dist/antd.variable.min.css'; @import '@vue-flow/core/dist/style.css'; @import '@vue-flow/core/dist/theme-default.css'; :root { --topbar-height: 3.1rem; --sidebar-bottom-height: 8.5rem; --new-header-height: 3.5rem; --tw-text-opacity: 1; --navbar-bg: #FAFAFA; --navbar-border: #e0e0e0; --nc-grid-bg: #fdfdfd; } ::-moz-selection { /* Code for Firefox */ color: inherit; background-color: #3366ff20; } ::selection { color: inherit; background-color: #3366ff20; } .ant-layout-content { overflow-x: visible !important; overflow-y: visible !important; } .ant-layout-header { height: var(--topbar-height) !important; } html, body, #__nuxt, .ant-layout, main { @apply m-0 h-full w-full bg-white; } .nc-input-md { @apply !rounded-lg !py-2 !px-3 mb-1; } .nc-scrollbar-md { overflow-y: scroll; overflow-x: hidden; &::-webkit-scrollbar { width: 4px; height: 4px; } &::-webkit-scrollbar-track-piece { width: 0px; } &::-webkit-scrollbar { @apply bg-transparent; } &::-webkit-scrollbar-thumb { width: 4px; @apply bg-gray-300 ; } &::-webkit-scrollbar-thumb:hover { @apply bg-gray-400; } } .nc-scrollbar-dark-md { overflow-y: scroll; overflow-x: hidden; &::-webkit-scrollbar { width: 4px; height: 4px; } &::-webkit-scrollbar-track-piece { width: 0px; } &::-webkit-scrollbar { @apply bg-transparent; } &::-webkit-scrollbar-thumb { width: 4px; @apply bg-gray-200 ; } &::-webkit-scrollbar-thumb:hover { @apply bg-gray-300; } } .nc-scrollbar-sm-dark { overflow-y: scroll; overflow-x: hidden; &::-webkit-scrollbar { width: 2px; height: 2px; } &::-webkit-scrollbar-track-piece { width: 0px; } &::-webkit-scrollbar { @apply bg-transparent; } &::-webkit-scrollbar-thumb { width: 4px; @apply bg-gray-300 ; } &::-webkit-scrollbar-thumb:hover { @apply bg-gray-400; } } .nc-scrollbar-x-md { overflow-x: scroll; &::-webkit-scrollbar { width: 4px; height: 4px; } &::-webkit-scrollbar-track-piece { width: 0px; } &::-webkit-scrollbar { @apply bg-transparent; } &::-webkit-scrollbar-thumb { width: 4px; @apply bg-gray-200 ; } &::-webkit-scrollbar-thumb:hover { @apply bg-gray-300; } } html { overflow-y: auto !important; } main { @apply flex-0 w-full relative scrollbar-thin-dull; overflow-x: hidden; } a { @apply !text-primary !underline hover:!text-accent; } .nc-icon { @apply color-transition inline; } .ant-select { @apply !rounded-md; .ant-select-selector { @apply !rounded-md; } } // menu item styling .nc-menu-item { @apply cursor-pointer text-xs flex items-center gap-2 px-4 py-3 relative after:(content-[''] absolute top-0 left-0 bottom-0 w-full h-full right-0 bg-current opacity-0 transition transition-opactity duration-100) hover:(after:(opacity-5)); &.disabled { @apply text-black text-opacity-25 bg-[#f5f5f5] cursor-not-allowed text-shadow-none box-shadow-none border-[#d9d9d9]; } } .nc-project-menu-item { @apply cursor-pointer flex items-center gap-2 py-2 after:(content-[''] absolute top-0 left-0 bottom-0 right-0 w-full h-full bg-current opacity-0 transition transition-opacity duration-100) hover:(after:(opacity-5)); // &:hover { // .nc-icon { // @apply text-accent; // } // } } .nc-workspace-menu-item { @apply cursor-pointer flex items-center gap-2 py-2 hover:text-primary after:(content-[''] absolute top-0 left-0 bottom-0 right-0 w-full h-full bg-current opacity-0 transition transition-opactity duration-100) hover:(after:(opacity-5)); &:hover { .nc-icon { @apply text-accent; } } } .nc-sidebar-right-item { @apply relative flex items-center; &::after { @apply rounded-md absolute top-0 left-0 right-0 bottom-0 transition-all duration-150 ease-in-out; content: ''; } &:hover::after { @apply ring shadow-2xl transform scale-110; } &.disabled-ring:hover::after { @apply ring-0; } svg { @apply z-1 text-xl p-1 text-gray-500; } .disabled { @apply cursor-not-allowed border-none; } } // show a dot badge if some change present .nc-badge { @apply relative after:(absolute top-[-2px] right-[-2px] w-[8px] h-[8px] rounded-full bg-primary content-[''] !z-20); } // badge with count .nc-count-badge { @apply absolute flex items-center top-[-6px] right-[-6px] px-1 min-w-[14px] h-[14px] rounded-full bg-gray-500 !text-[9px] text-white !z-21; } // for highlighting toolbar menu item .nc-active-btn > .ant-btn { @apply bg-gray-100; } // for highlighing toolbar kanban menu item .nc-locked-overlay { @apply absolute h-full w-full z-2 top-0 left-0; } .ant-modal-wrap { @apply !scrollbar-thin-dull; } .animated-bg-gradient { background: linear-gradient(122deg, #6f3381, #ec4899, #fedfe1, #4351e8); background-size: 800% 800%; -webkit-animation: gradient 4s ease infinite; -moz-animation: gradient 4s ease infinite; animation: gradient 4s ease infinite; } @-webkit-keyframes gradient { 0% { background-position: 0% 22%; } 50% { background-position: 100% 79%; } 100% { background-position: 0% 22%; } } @-moz-keyframes gradient { 0% { background-position: 0% 22%; } 50% { background-position: 100% 79%; } 100% { background-position: 0% 22%; } } @keyframes gradient { 0% { background-position: 0% 22%; } 50% { background-position: 100% 79%; } 100% { background-position: 0% 22%; } } .page-enter-active, .page-leave-active, .layout-enter-active, .layout-leave-active { @apply transition-all duration-200 ease; } .page-enter-from, .page-leave-to, .layout-enter-from, .layout-leave-to { @apply opacity-0; } .slide-enter-active, .slide-leave-active { @apply transition-all duration-200 ease-in-out; } .slide-enter-from, .slide-leave-to { transform: translate(-100%, 0); } .slide-right-enter-active, .slide-right-leave-active { transition: all 400ms ease; } .slide-right-enter-from, .slide-right-leave-to { transform: translate(100%, 0%); opacity: 0; } .slide-left-enter-active, .slide-left-leave-active { transition: all 400ms ease; } .slide-left-enter-from, .slide-left-leave-to { transform: translate(-100%, 0%); opacity: 0; } .glow-enter-active, .glow-leave-active { @apply transition-all duration-300 ease-in-out; } .glow-enter-active { @apply ring ring-xl; } .glow-enter-from, .glow-leave-to { @apply opacity-0; } .scaling-btn { @apply z-1 relative color-transition rounded-md px-4 py-2 text-white; &::after { @apply rounded absolute top-0 left-0 right-0 bottom-0 transition-all duration-150 ease-in-out bg-primary bg-opacity-100; content: ''; z-index: -1; } &:hover::after { @apply transform scale-110; } } .ant-dropdown-menu-submenu { @apply !py-0; .ant-dropdown-menu, .ant-menu { @apply m-0 p-0; } .ant-menu-item { @apply !m-0 !px-2; } } .ant-dropdown-menu { @apply !p-0 !rounded; } .ant-tabs-dropdown-menu-title-content { @apply flex items-center; } .ant-dropdown-menu-item-group-list { @apply !mx-0; } .ant-dropdown-menu-item-group-title { @apply border-b-1; } .ant-dropdown-menu-item-group-list { @apply m-0; } .ant-dropdown-menu-item, .ant-menu-item { @apply py-0; } .ant-dropdown-menu-title-content, .ant-menu-title-content { @apply !py-0; } .ant-dropdown-menu-submenu-title { @apply !pr-2; } .vue-flow__minimap { transform: scale(75%); transform-origin: bottom right; } .nc-toolbar-btn { @apply !shadow-none rounded hover:(ring-1 ring-gray-200 ring-opacity-100 bg-gray-100 !text-gray-800) focus:(ring-1 ring-gray-300 ring-opacity-100 !text-gray-800 bg-gray-100) text-gray-600 text-xs font-medium px-2 border-0; } .nc-warning-info { @apply !shadow-none rounded ring-1 ring-red-600 } .ant-modal { @apply !top-[50px] ; } .ant-modal-content { @apply !p-6; border-radius: 1rem; } .ant-modal-body { @apply !p-0; } .ant-modal-confirm-body-wrapper{ @apply p-4; } .ant-select-item-option-active:not(.ant-select-item-option-disabled) { @apply bg-primary bg-opacity-20; } .ant-select-selection-search-input:focus { @apply !ring-0; } .nc-null { @apply text-gray-300 italic; input::placeholder { @apply text-gray-300 italic; } } .ant-btn-loading-icon{ & > span { @apply block; } } .nc-copy-failed-modal .ant-modal-confirm-content{ @apply pt-4 overflow-auto; white-space: pre; user-select: auto; } .nc-drawer-expanded-form .ant-drawer-content-wrapper { transition: width 0.3s !important; } .nc-icon-transition { @apply transform transition-transform !hover:(scale-115 text-shadow-sm) !active:(scale-100) } .nc-animation-pulse { animation: pulse 2s linear infinite; } @keyframes pulse { 0% { opacity: 0.2; } 50% { opacity: 1; } 100% { opacity: 0.2; } } .nc-menu-item-wrapper { @apply flex flex-row items-center py-3 gap-2; } .nc-click-transition { @apply transform transition-transform transition-color !text-gray-400 !hover:(scale-130 !text-gray-500) !active:(scale-100 !text-gray-500) } .nc-click-transition-1 { @apply transform transition-transform !hover:(scale-120) !active:(scale-100) } @keyframes pop-in { from { opacity: 0; } to { opacity: 1; } } .pop-in-animation { -webkit-animation: pop-in 0.075s cubic-bezier(0, 0, 0.6, -0.13); animation: pop-in 0.075s cubic-bezier(0, 0, 0.6, -0.13); } .pop-in-animation-med-delay { -webkit-animation: pop-in 0.15s cubic-bezier(0, 0, 0.6, -0.13); animation: pop-in 0.15s cubic-bezier(0, 0, 0.6, -0.13); } // button .nc-btn{ @apply rounded py-2 px-4 border-gray-200 h-auto } .ant-popover-inner { padding: 0 !important; } .ant-popover-inner-content { @apply !px-1.5 !py-1 text-xs; } .ant-tooltip-inner { @apply !px-1.5 !py-1 text-xs text-white bg-black; min-height: 0 !important; } .ant-skeleton-input { @apply !h-full; } .nc-toolbar-dropdown { @apply !rounded-2xl; }