| | |
| | | line-height: 24px; |
| | | } |
| | | |
| | | [class*="code-"] { |
| | | [class*='code-'] { |
| | | @apply font-mono; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .text-gradient { |
| | | background: linear-gradient(91.58deg, #2250f2 -29.55%, #0ebcf3 75.22%); |
| | | background: linear-gradient(91.58deg, #2250F2 -29.55%, #0EBCF3 75.22%); |
| | | -webkit-background-clip: text; |
| | | -webkit-text-fill-color: transparent; |
| | | background-clip: text; |
| | |
| | | } |
| | | |
| | | /* overwrite paging active dark model style */ |
| | | [class*="style_paginatio"] li .text-primary-600 { |
| | | [class*=style_paginatio] li .text-primary-600 { |
| | | color: rgb(28 100 242); |
| | | background-color: rgb(235 245 255); |
| | | } |
| | |
| | | bottom: 0; |
| | | } |
| | | |
| | | [data-theme="dark"] [data-hide-on-theme="dark"], |
| | | [data-theme="light"] [data-hide-on-theme="light"] { |
| | | display: none; |
| | | } |
| | | |
| | | @import "../components/base/button/index.css"; |
| | | @import "../components/base/action-button/index.css"; |
| | | @import "../components/base/modal/index.css"; |
| | | @import '../components/base/button/index.css'; |
| | | @import '../components/base/action-button/index.css'; |
| | | @import '../components/base/modal/index.css'; |
| | | |
| | | @tailwind utilities; |
| | | |
| | | @layer utilities { |
| | | /* Hide scrollbar for Chrome, Safari and Opera */ |
| | | .no-scrollbar::-webkit-scrollbar { |
| | | display: none; |
| | | } |
| | | |
| | | /* Hide scrollbar for IE, Edge and Firefox */ |
| | | .no-scrollbar { |
| | | -ms-overflow-style: none; |
| | | scrollbar-width: none; |
| | | } |
| | | } |