Initial commit - CMS Gov Bapenda Garut dengan EditorJS
This commit is contained in:
371
assets/css/input.css
Normal file
371
assets/css/input.css
Normal file
@@ -0,0 +1,371 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
/* Outfit Font Family - Path relative to output file (public/assets/css/app.css) */
|
||||
@font-face {
|
||||
font-family: 'Outfit';
|
||||
src: url('../fonts/Outfit-woff/Outfit-Thin.woff2') format('woff2');
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Outfit';
|
||||
src: url('../fonts/Outfit-woff/Outfit-ExtraLight.woff2') format('woff2');
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Outfit';
|
||||
src: url('../fonts/Outfit-woff/Outfit-Light.woff2') format('woff2');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Outfit';
|
||||
src: url('../fonts/Outfit-woff/Outfit-Regular.woff2') format('woff2');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Outfit';
|
||||
src: url('../fonts/Outfit-woff/Outfit-Medium.woff2') format('woff2');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Outfit';
|
||||
src: url('../fonts/Outfit-woff/Outfit-SemiBold.woff2') format('woff2');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Outfit';
|
||||
src: url('../fonts/Outfit-woff/Outfit-Bold.woff2') format('woff2');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Outfit';
|
||||
src: url('../fonts/Outfit-woff/Outfit-ExtraBold.woff2') format('woff2');
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Outfit';
|
||||
src: url('../fonts/Outfit-woff/Outfit-Black.woff2') format('woff2');
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* Feather Icons Font */
|
||||
@font-face {
|
||||
font-family: 'feather';
|
||||
src: url('../fonts/feather/feather-webfont.eot');
|
||||
src: url('../fonts/feather/feather-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/feather/feather-webfont.woff') format('woff'),
|
||||
url('../fonts/feather/feather-webfont.ttf') format('truetype'),
|
||||
url('../fonts/feather/feather-webfont.svg#feather') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* Feather Icons Base Class */
|
||||
.fe {
|
||||
font-family: 'feather' !important;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
}
|
||||
|
||||
@layer components {
|
||||
/* Feather Icons - All Icons */
|
||||
.fe-activity:before { content: "\e900"; }
|
||||
.fe-airplay:before { content: "\e901"; }
|
||||
.fe-alert-circle:before { content: "\e902"; }
|
||||
.fe-alert-octagon:before { content: "\e903"; }
|
||||
.fe-alert-triangle:before { content: "\e904"; }
|
||||
.fe-align-center:before { content: "\e905"; }
|
||||
.fe-align-justify:before { content: "\e906"; }
|
||||
.fe-align-left:before { content: "\e907"; }
|
||||
.fe-align-right:before { content: "\e908"; }
|
||||
.fe-anchor:before { content: "\e909"; }
|
||||
.fe-aperture:before { content: "\e90a"; }
|
||||
.fe-arrow-down:before { content: "\e90b"; }
|
||||
.fe-arrow-down-circle:before { content: "\e90c"; }
|
||||
.fe-arrow-down-left:before { content: "\e90d"; }
|
||||
.fe-arrow-down-right:before { content: "\e90e"; }
|
||||
.fe-arrow-left:before { content: "\e90f"; }
|
||||
.fe-arrow-left-circle:before { content: "\e910"; }
|
||||
.fe-arrow-right:before { content: "\e911"; }
|
||||
.fe-arrow-right-circle:before { content: "\e912"; }
|
||||
.fe-arrow-up:before { content: "\e913"; }
|
||||
.fe-arrow-up-circle:before { content: "\e914"; }
|
||||
.fe-arrow-up-left:before { content: "\e915"; }
|
||||
.fe-arrow-up-right:before { content: "\e916"; }
|
||||
.fe-at-sign:before { content: "\e917"; }
|
||||
.fe-award:before { content: "\e918"; }
|
||||
.fe-bar-chart:before { content: "\e919"; }
|
||||
.fe-bar-chart-2:before { content: "\e91a"; }
|
||||
.fe-battery:before { content: "\e91b"; }
|
||||
.fe-battery-charging:before { content: "\e91c"; }
|
||||
.fe-bell:before { content: "\e91d"; }
|
||||
.fe-bell-off:before { content: "\e91e"; }
|
||||
.fe-bluetooth:before { content: "\e91f"; }
|
||||
.fe-bold:before { content: "\e920"; }
|
||||
.fe-book:before { content: "\e921"; }
|
||||
.fe-book-open:before { content: "\e922"; }
|
||||
.fe-bookmark:before { content: "\e923"; }
|
||||
.fe-box:before { content: "\e924"; }
|
||||
.fe-briefcase:before { content: "\e925"; }
|
||||
.fe-calendar:before { content: "\e926"; }
|
||||
.fe-camera:before { content: "\e927"; }
|
||||
.fe-camera-off:before { content: "\e928"; }
|
||||
.fe-cast:before { content: "\e929"; }
|
||||
.fe-check:before { content: "\e92a"; }
|
||||
.fe-check-circle:before { content: "\e92b"; }
|
||||
.fe-check-square:before { content: "\e92c"; }
|
||||
.fe-chevron-down:before { content: "\e92d"; }
|
||||
.fe-chevron-left:before { content: "\e92e"; }
|
||||
.fe-chevron-right:before { content: "\e92f"; }
|
||||
.fe-chevron-up:before { content: "\e930"; }
|
||||
.fe-chevrons-down:before { content: "\e931"; }
|
||||
.fe-chevrons-left:before { content: "\e932"; }
|
||||
.fe-chevrons-right:before { content: "\e933"; }
|
||||
.fe-chevrons-up:before { content: "\e934"; }
|
||||
.fe-chrome:before { content: "\e935"; }
|
||||
.fe-circle:before { content: "\e936"; }
|
||||
.fe-clipboard:before { content: "\e937"; }
|
||||
.fe-clock:before { content: "\e938"; }
|
||||
.fe-cloud:before { content: "\e939"; }
|
||||
.fe-cloud-drizzle:before { content: "\e93a"; }
|
||||
.fe-cloud-lightning:before { content: "\e93b"; }
|
||||
.fe-cloud-off:before { content: "\e93c"; }
|
||||
.fe-cloud-rain:before { content: "\e93d"; }
|
||||
.fe-cloud-snow:before { content: "\e93e"; }
|
||||
.fe-code:before { content: "\e93f"; }
|
||||
.fe-codepen:before { content: "\e940"; }
|
||||
.fe-command:before { content: "\e941"; }
|
||||
.fe-compass:before { content: "\e942"; }
|
||||
.fe-copy:before { content: "\e943"; }
|
||||
.fe-corner-down-left:before { content: "\e944"; }
|
||||
.fe-corner-down-right:before { content: "\e945"; }
|
||||
.fe-corner-left-down:before { content: "\e946"; }
|
||||
.fe-corner-left-up:before { content: "\e947"; }
|
||||
.fe-corner-right-down:before { content: "\e948"; }
|
||||
.fe-corner-right-up:before { content: "\e949"; }
|
||||
.fe-corner-up-left:before { content: "\e94a"; }
|
||||
.fe-corner-up-right:before { content: "\e94b"; }
|
||||
.fe-cpu:before { content: "\e94c"; }
|
||||
.fe-credit-card:before { content: "\e94d"; }
|
||||
.fe-crop:before { content: "\e94e"; }
|
||||
.fe-crosshair:before { content: "\e94f"; }
|
||||
.fe-database:before { content: "\e950"; }
|
||||
.fe-delete:before { content: "\e951"; }
|
||||
.fe-disc:before { content: "\e952"; }
|
||||
.fe-dollar-sign:before { content: "\e953"; }
|
||||
.fe-download:before { content: "\e954"; }
|
||||
.fe-download-cloud:before { content: "\e955"; }
|
||||
.fe-droplet:before { content: "\e956"; }
|
||||
.fe-edit:before { content: "\e957"; }
|
||||
.fe-edit-2:before { content: "\e958"; }
|
||||
.fe-edit-3:before { content: "\e959"; }
|
||||
.fe-external-link:before { content: "\e95a"; }
|
||||
.fe-eye:before { content: "\e95b"; }
|
||||
.fe-eye-off:before { content: "\e95c"; }
|
||||
.fe-facebook:before { content: "\e95d"; }
|
||||
.fe-fast-forward:before { content: "\e95e"; }
|
||||
.fe-feather:before { content: "\e95f"; }
|
||||
.fe-file:before { content: "\e960"; }
|
||||
.fe-file-minus:before { content: "\e961"; }
|
||||
.fe-file-plus:before { content: "\e962"; }
|
||||
.fe-file-text:before { content: "\e963"; }
|
||||
.fe-film:before { content: "\e964"; }
|
||||
.fe-filter:before { content: "\e965"; }
|
||||
.fe-flag:before { content: "\e966"; }
|
||||
.fe-folder:before { content: "\e967"; }
|
||||
.fe-folder-minus:before { content: "\e968"; }
|
||||
.fe-folder-plus:before { content: "\e969"; }
|
||||
.fe-git-branch:before { content: "\e96a"; }
|
||||
.fe-git-commit:before { content: "\e96b"; }
|
||||
.fe-git-merge:before { content: "\e96c"; }
|
||||
.fe-git-pull-request:before { content: "\e96d"; }
|
||||
.fe-github:before { content: "\e96e"; }
|
||||
.fe-gitlab:before { content: "\e96f"; }
|
||||
.fe-globe:before { content: "\e970"; }
|
||||
.fe-grid:before { content: "\e971"; }
|
||||
.fe-hard-drive:before { content: "\e972"; }
|
||||
.fe-hash:before { content: "\e973"; }
|
||||
.fe-headphones:before { content: "\e974"; }
|
||||
.fe-heart:before { content: "\e975"; }
|
||||
.fe-help-circle:before { content: "\e976"; }
|
||||
.fe-home:before { content: "\e977"; }
|
||||
.fe-image:before { content: "\e978"; }
|
||||
.fe-inbox:before { content: "\e979"; }
|
||||
.fe-info:before { content: "\e97a"; }
|
||||
.fe-instagram:before { content: "\e97b"; }
|
||||
.fe-italic:before { content: "\e97c"; }
|
||||
.fe-layers:before { content: "\e97d"; }
|
||||
.fe-layout:before { content: "\e97e"; }
|
||||
.fe-life-buoy:before { content: "\e97f"; }
|
||||
.fe-link:before { content: "\e980"; }
|
||||
.fe-link-2:before { content: "\e981"; }
|
||||
.fe-linkedin:before { content: "\e982"; }
|
||||
.fe-list:before { content: "\e983"; }
|
||||
.fe-loader:before { content: "\e984"; }
|
||||
.fe-lock:before { content: "\e985"; }
|
||||
.fe-log-in:before { content: "\e986"; }
|
||||
.fe-log-out:before { content: "\e987"; }
|
||||
.fe-mail:before { content: "\e988"; }
|
||||
.fe-map:before { content: "\e989"; }
|
||||
.fe-map-pin:before { content: "\e98a"; }
|
||||
.fe-maximize:before { content: "\e98b"; }
|
||||
.fe-maximize-2:before { content: "\e98c"; }
|
||||
.fe-menu:before { content: "\e98d"; }
|
||||
.fe-message-circle:before { content: "\e98e"; }
|
||||
.fe-message-square:before { content: "\e98f"; }
|
||||
.fe-mic:before { content: "\e990"; }
|
||||
.fe-mic-off:before { content: "\e991"; }
|
||||
.fe-minimize:before { content: "\e992"; }
|
||||
.fe-minimize-2:before { content: "\e993"; }
|
||||
.fe-minus:before { content: "\e994"; }
|
||||
.fe-minus-circle:before { content: "\e995"; }
|
||||
.fe-minus-square:before { content: "\e996"; }
|
||||
.fe-monitor:before { content: "\e997"; }
|
||||
.fe-moon:before { content: "\e998"; }
|
||||
.fe-more-horizontal:before { content: "\e999"; }
|
||||
.fe-more-vertical:before { content: "\e99a"; }
|
||||
.fe-move:before { content: "\e99b"; }
|
||||
.fe-music:before { content: "\e99c"; }
|
||||
.fe-navigation:before { content: "\e99d"; }
|
||||
.fe-navigation-2:before { content: "\e99e"; }
|
||||
.fe-octagon:before { content: "\e99f"; }
|
||||
.fe-package:before { content: "\e9a0"; }
|
||||
.fe-paperclip:before { content: "\e9a1"; }
|
||||
.fe-pause:before { content: "\e9a2"; }
|
||||
.fe-pause-circle:before { content: "\e9a3"; }
|
||||
.fe-percent:before { content: "\e9a4"; }
|
||||
.fe-phone:before { content: "\e9a5"; }
|
||||
.fe-phone-call:before { content: "\e9a6"; }
|
||||
.fe-phone-forwarded:before { content: "\e9a7"; }
|
||||
.fe-phone-incoming:before { content: "\e9a8"; }
|
||||
.fe-phone-missed:before { content: "\e9a9"; }
|
||||
.fe-phone-off:before { content: "\e9aa"; }
|
||||
.fe-phone-outgoing:before { content: "\e9ab"; }
|
||||
.fe-pie-chart:before { content: "\e9ac"; }
|
||||
.fe-play:before { content: "\e9ad"; }
|
||||
.fe-play-circle:before { content: "\e9ae"; }
|
||||
.fe-plus:before { content: "\e9af"; }
|
||||
.fe-plus-circle:before { content: "\e9b0"; }
|
||||
.fe-plus-square:before { content: "\e9b1"; }
|
||||
.fe-pocket:before { content: "\e9b2"; }
|
||||
.fe-power:before { content: "\e9b3"; }
|
||||
.fe-printer:before { content: "\e9b4"; }
|
||||
.fe-radio:before { content: "\e9b5"; }
|
||||
.fe-refresh-ccw:before { content: "\e9b6"; }
|
||||
.fe-refresh-cw:before { content: "\e9b7"; }
|
||||
.fe-repeat:before { content: "\e9b8"; }
|
||||
.fe-rewind:before { content: "\e9b9"; }
|
||||
.fe-rotate-ccw:before { content: "\e9ba"; }
|
||||
.fe-rotate-cw:before { content: "\e9bb"; }
|
||||
.fe-rss:before { content: "\e9bc"; }
|
||||
.fe-save:before { content: "\e9bd"; }
|
||||
.fe-scissors:before { content: "\e9be"; }
|
||||
.fe-search:before { content: "\e9bf"; }
|
||||
.fe-send:before { content: "\e9c0"; }
|
||||
.fe-server:before { content: "\e9c1"; }
|
||||
.fe-settings:before { content: "\e9c2"; }
|
||||
.fe-share:before { content: "\e9c3"; }
|
||||
.fe-share-2:before { content: "\e9c4"; }
|
||||
.fe-shield:before { content: "\e9c5"; }
|
||||
.fe-shield-off:before { content: "\e9c6"; }
|
||||
.fe-shopping-bag:before { content: "\e9c7"; }
|
||||
.fe-shopping-cart:before { content: "\e9c8"; }
|
||||
.fe-shuffle:before { content: "\e9c9"; }
|
||||
.fe-sidebar:before { content: "\e9ca"; }
|
||||
.fe-skip-back:before { content: "\e9cb"; }
|
||||
.fe-skip-forward:before { content: "\e9cc"; }
|
||||
.fe-slack:before { content: "\e9cd"; }
|
||||
.fe-slash:before { content: "\e9ce"; }
|
||||
.fe-sliders:before { content: "\e9cf"; }
|
||||
.fe-smartphone:before { content: "\e9d0"; }
|
||||
.fe-speaker:before { content: "\e9d1"; }
|
||||
.fe-square:before { content: "\e9d2"; }
|
||||
.fe-star:before { content: "\e9d3"; }
|
||||
.fe-stop-circle:before { content: "\e9d4"; }
|
||||
.fe-sun:before { content: "\e9d5"; }
|
||||
.fe-sunrise:before { content: "\e9d6"; }
|
||||
.fe-sunset:before { content: "\e9d7"; }
|
||||
.fe-tablet:before { content: "\e9d8"; }
|
||||
.fe-tag:before { content: "\e9d9"; }
|
||||
.fe-target:before { content: "\e9da"; }
|
||||
.fe-terminal:before { content: "\e9db"; }
|
||||
.fe-thermometer:before { content: "\e9dc"; }
|
||||
.fe-thumbs-down:before { content: "\e9dd"; }
|
||||
.fe-thumbs-up:before { content: "\e9de"; }
|
||||
.fe-toggle-left:before { content: "\e9df"; }
|
||||
.fe-toggle-right:before { content: "\e9e0"; }
|
||||
.fe-trash:before { content: "\e9e1"; }
|
||||
.fe-trash-2:before { content: "\e9e2"; }
|
||||
.fe-trending-down:before { content: "\e9e3"; }
|
||||
.fe-trending-up:before { content: "\e9e4"; }
|
||||
.fe-triangle:before { content: "\e9e5"; }
|
||||
.fe-truck:before { content: "\e9e6"; }
|
||||
.fe-tv:before { content: "\e9e7"; }
|
||||
.fe-twitter:before { content: "\e9e8"; }
|
||||
.fe-type:before { content: "\e9e9"; }
|
||||
.fe-umbrella:before { content: "\e9ea"; }
|
||||
.fe-underline:before { content: "\e9eb"; }
|
||||
.fe-unlock:before { content: "\e9ec"; }
|
||||
.fe-upload:before { content: "\e9ed"; }
|
||||
.fe-upload-cloud:before { content: "\e9ee"; }
|
||||
.fe-user:before { content: "\e9ef"; }
|
||||
.fe-user-check:before { content: "\e9f0"; }
|
||||
.fe-user-minus:before { content: "\e9f1"; }
|
||||
.fe-user-plus:before { content: "\e9f2"; }
|
||||
.fe-user-x:before { content: "\e9f3"; }
|
||||
.fe-users:before { content: "\e9f4"; }
|
||||
.fe-video:before { content: "\e9f5"; }
|
||||
.fe-video-off:before { content: "\e9f6"; }
|
||||
.fe-voicemail:before { content: "\e9f7"; }
|
||||
.fe-volume:before { content: "\e9f8"; }
|
||||
.fe-volume-1:before { content: "\e9f9"; }
|
||||
.fe-volume-2:before { content: "\e9fa"; }
|
||||
.fe-volume-x:before { content: "\e9fb"; }
|
||||
.fe-watch:before { content: "\e9fc"; }
|
||||
.fe-wifi:before { content: "\e9fd"; }
|
||||
.fe-wifi-off:before { content: "\e9fe"; }
|
||||
.fe-wind:before { content: "\e9ff"; }
|
||||
.fe-x:before { content: "\ea00"; }
|
||||
.fe-x-circle:before { content: "\ea01"; }
|
||||
.fe-x-square:before { content: "\ea02"; }
|
||||
.fe-zap:before { content: "\ea03"; }
|
||||
.fe-zap-off:before { content: "\ea04"; }
|
||||
.fe-zoom-in:before { content: "\ea05"; }
|
||||
.fe-zoom-out:before { content: "\ea06"; }
|
||||
}
|
||||
751
assets/css/style.css
Normal file
751
assets/css/style.css
Normal file
@@ -0,0 +1,751 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap")
|
||||
layer(base);
|
||||
|
||||
@import "tailwindcss";
|
||||
|
||||
@custom-variant dark (&:is(.dark *));
|
||||
|
||||
@theme {
|
||||
--font-*: initial;
|
||||
--font-outfit: Outfit, sans-serif;
|
||||
|
||||
--breakpoint-*: initial;
|
||||
--breakpoint-2xsm: 375px;
|
||||
--breakpoint-xsm: 425px;
|
||||
--breakpoint-3xl: 2000px;
|
||||
--breakpoint-sm: 640px;
|
||||
--breakpoint-md: 768px;
|
||||
--breakpoint-lg: 1024px;
|
||||
--breakpoint-xl: 1280px;
|
||||
--breakpoint-2xl: 1536px;
|
||||
|
||||
--text-title-2xl: 72px;
|
||||
--text-title-2xl--line-height: 90px;
|
||||
--text-title-xl: 60px;
|
||||
--text-title-xl--line-height: 72px;
|
||||
--text-title-lg: 48px;
|
||||
--text-title-lg--line-height: 60px;
|
||||
--text-title-md: 36px;
|
||||
--text-title-md--line-height: 44px;
|
||||
--text-title-sm: 30px;
|
||||
--text-title-sm--line-height: 38px;
|
||||
--text-theme-xl: 20px;
|
||||
--text-theme-xl--line-height: 30px;
|
||||
--text-theme-sm: 14px;
|
||||
--text-theme-sm--line-height: 20px;
|
||||
--text-theme-xs: 12px;
|
||||
--text-theme-xs--line-height: 18px;
|
||||
|
||||
--color-current: currentColor;
|
||||
--color-transparent: transparent;
|
||||
--color-white: #ffffff;
|
||||
--color-black: #101828;
|
||||
|
||||
--color-brand-25: #f2f7ff;
|
||||
--color-brand-50: #ecf3ff;
|
||||
--color-brand-100: #dde9ff;
|
||||
--color-brand-200: #c2d6ff;
|
||||
--color-brand-300: #9cb9ff;
|
||||
--color-brand-400: #7592ff;
|
||||
--color-brand-500: #465fff;
|
||||
--color-brand-600: #3641f5;
|
||||
--color-brand-700: #2a31d8;
|
||||
--color-brand-800: #252dae;
|
||||
--color-brand-900: #262e89;
|
||||
--color-brand-950: #161950;
|
||||
|
||||
--color-blue-light-25: #f5fbff;
|
||||
--color-blue-light-50: #f0f9ff;
|
||||
--color-blue-light-100: #e0f2fe;
|
||||
--color-blue-light-200: #b9e6fe;
|
||||
--color-blue-light-300: #7cd4fd;
|
||||
--color-blue-light-400: #36bffa;
|
||||
--color-blue-light-500: #0ba5ec;
|
||||
--color-blue-light-600: #0086c9;
|
||||
--color-blue-light-700: #026aa2;
|
||||
--color-blue-light-800: #065986;
|
||||
--color-blue-light-900: #0b4a6f;
|
||||
--color-blue-light-950: #062c41;
|
||||
|
||||
--color-gray-25: #fcfcfd;
|
||||
--color-gray-50: #f9fafb;
|
||||
--color-gray-100: #f2f4f7;
|
||||
--color-gray-200: #e4e7ec;
|
||||
--color-gray-300: #d0d5dd;
|
||||
--color-gray-400: #98a2b3;
|
||||
--color-gray-500: #667085;
|
||||
--color-gray-600: #475467;
|
||||
--color-gray-700: #344054;
|
||||
--color-gray-800: #1d2939;
|
||||
--color-gray-900: #101828;
|
||||
--color-gray-950: #0c111d;
|
||||
--color-gray-dark: #1a2231;
|
||||
|
||||
--color-orange-25: #fffaf5;
|
||||
--color-orange-50: #fff6ed;
|
||||
--color-orange-100: #ffead5;
|
||||
--color-orange-200: #fddcab;
|
||||
--color-orange-300: #feb273;
|
||||
--color-orange-400: #fd853a;
|
||||
--color-orange-500: #fb6514;
|
||||
--color-orange-600: #ec4a0a;
|
||||
--color-orange-700: #c4320a;
|
||||
--color-orange-800: #9c2a10;
|
||||
--color-orange-900: #7e2410;
|
||||
--color-orange-950: #511c10;
|
||||
|
||||
--color-success-25: #f6fef9;
|
||||
--color-success-50: #ecfdf3;
|
||||
--color-success-100: #d1fadf;
|
||||
--color-success-200: #a6f4c5;
|
||||
--color-success-300: #6ce9a6;
|
||||
--color-success-400: #32d583;
|
||||
--color-success-500: #12b76a;
|
||||
--color-success-600: #039855;
|
||||
--color-success-700: #027a48;
|
||||
--color-success-800: #05603a;
|
||||
--color-success-900: #054f31;
|
||||
--color-success-950: #053321;
|
||||
|
||||
--color-error-25: #fffbfa;
|
||||
--color-error-50: #fef3f2;
|
||||
--color-error-100: #fee4e2;
|
||||
--color-error-200: #fecdca;
|
||||
--color-error-300: #fda29b;
|
||||
--color-error-400: #f97066;
|
||||
--color-error-500: #f04438;
|
||||
--color-error-600: #d92d20;
|
||||
--color-error-700: #b42318;
|
||||
--color-error-800: #912018;
|
||||
--color-error-900: #7a271a;
|
||||
--color-error-950: #55160c;
|
||||
|
||||
--color-warning-25: #fffcf5;
|
||||
--color-warning-50: #fffaeb;
|
||||
--color-warning-100: #fef0c7;
|
||||
--color-warning-200: #fedf89;
|
||||
--color-warning-300: #fec84b;
|
||||
--color-warning-400: #fdb022;
|
||||
--color-warning-500: #f79009;
|
||||
--color-warning-600: #dc6803;
|
||||
--color-warning-700: #b54708;
|
||||
--color-warning-800: #93370d;
|
||||
--color-warning-900: #7a2e0e;
|
||||
--color-warning-950: #4e1d09;
|
||||
|
||||
--color-theme-pink-500: #ee46bc;
|
||||
|
||||
--color-theme-purple-500: #7a5af8;
|
||||
|
||||
--shadow-theme-md: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
|
||||
0px 2px 4px -2px rgba(16, 24, 40, 0.06);
|
||||
--shadow-theme-lg: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
|
||||
0px 4px 6px -2px rgba(16, 24, 40, 0.03);
|
||||
--shadow-theme-sm: 0px 1px 3px 0px rgba(16, 24, 40, 0.1),
|
||||
0px 1px 2px 0px rgba(16, 24, 40, 0.06);
|
||||
--shadow-theme-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
|
||||
--shadow-theme-xl: 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
|
||||
0px 8px 8px -4px rgba(16, 24, 40, 0.03);
|
||||
--shadow-datepicker: -5px 0 0 #262d3c, 5px 0 0 #262d3c;
|
||||
--shadow-focus-ring: 0px 0px 0px 4px rgba(70, 95, 255, 0.12);
|
||||
--shadow-slider-navigation: 0px 1px 2px 0px rgba(16, 24, 40, 0.1),
|
||||
0px 1px 3px 0px rgba(16, 24, 40, 0.1);
|
||||
--shadow-tooltip: 0px 4px 6px -2px rgba(16, 24, 40, 0.05),
|
||||
-8px 0px 20px 8px rgba(16, 24, 40, 0.05);
|
||||
|
||||
--drop-shadow-4xl: 0 35px 35px rgba(0, 0, 0, 0.25),
|
||||
0 45px 65px rgba(0, 0, 0, 0.15);
|
||||
|
||||
--z-index-1: 1;
|
||||
--z-index-9: 9;
|
||||
--z-index-99: 99;
|
||||
--z-index-999: 999;
|
||||
--z-index-9999: 9999;
|
||||
--z-index-99999: 99999;
|
||||
--z-index-999999: 999999;
|
||||
}
|
||||
|
||||
/*
|
||||
The default border color has changed to `currentColor` in Tailwind CSS v4,
|
||||
so we've added these compatibility styles to make sure everything still
|
||||
looks the same as it did with Tailwind CSS v3.
|
||||
|
||||
If we ever want to remove these styles, we need to add an explicit border
|
||||
color utility to any element that depends on these defaults.
|
||||
*/
|
||||
@layer base {
|
||||
*,
|
||||
::after,
|
||||
::before,
|
||||
::backdrop,
|
||||
::file-selector-button {
|
||||
border-color: var(--color-gray-200, currentColor);
|
||||
}
|
||||
button:not(:disabled),
|
||||
[role="button"]:not(:disabled) {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
@utility menu-item {
|
||||
@apply text-theme-sm relative flex items-center gap-3 rounded-lg px-3 py-2 font-medium;
|
||||
}
|
||||
|
||||
@utility menu-item-active {
|
||||
@apply bg-brand-50 text-brand-500 dark:bg-brand-500/[0.12] dark:text-brand-400;
|
||||
}
|
||||
|
||||
@utility menu-item-inactive {
|
||||
@apply text-gray-700 hover:bg-gray-100 hover:text-gray-700 dark:text-gray-300 dark:hover:bg-white/5 dark:hover:text-gray-300;
|
||||
}
|
||||
|
||||
@utility menu-item-icon-active {
|
||||
@apply fill-brand-500 dark:fill-brand-400;
|
||||
}
|
||||
|
||||
@utility menu-item-icon-inactive {
|
||||
@apply fill-gray-500 group-hover:fill-gray-700 dark:fill-gray-400 dark:group-hover:fill-gray-300;
|
||||
}
|
||||
|
||||
@utility menu-item-arrow {
|
||||
@apply absolute top-1/2 right-2.5 -translate-y-1/2;
|
||||
}
|
||||
|
||||
@utility menu-item-arrow-active {
|
||||
@apply stroke-brand-500 dark:stroke-brand-400 rotate-180;
|
||||
}
|
||||
|
||||
@utility menu-item-arrow-inactive {
|
||||
@apply stroke-gray-500 group-hover:stroke-gray-700 dark:stroke-gray-400 dark:group-hover:stroke-gray-300;
|
||||
}
|
||||
|
||||
@utility menu-dropdown-item {
|
||||
@apply text-theme-sm relative flex items-center gap-3 rounded-lg px-3 py-2.5 font-medium;
|
||||
}
|
||||
|
||||
@utility menu-dropdown-item-active {
|
||||
@apply bg-brand-50 text-brand-500 dark:bg-brand-500/[0.12] dark:text-brand-400;
|
||||
}
|
||||
|
||||
@utility menu-dropdown-item-inactive {
|
||||
@apply text-gray-700 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-white/5;
|
||||
}
|
||||
|
||||
@utility menu-dropdown-badge {
|
||||
@apply text-brand-500 dark:text-brand-400 block rounded-full px-2.5 py-0.5 text-xs font-medium uppercase;
|
||||
}
|
||||
|
||||
@utility menu-dropdown-badge-active {
|
||||
@apply bg-brand-100 dark:bg-brand-500/20;
|
||||
}
|
||||
|
||||
@utility menu-dropdown-badge-inactive {
|
||||
@apply bg-brand-50 group-hover:bg-brand-100 dark:bg-brand-500/15 dark:group-hover:bg-brand-500/20;
|
||||
}
|
||||
|
||||
@utility no-scrollbar {
|
||||
/* Chrome, Safari and Opera */
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
|
||||
@utility custom-scrollbar {
|
||||
&::-webkit-scrollbar {
|
||||
@apply size-1.5;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-track {
|
||||
@apply rounded-full;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
@apply rounded-full bg-gray-200;
|
||||
}
|
||||
}
|
||||
|
||||
.dark .custom-scrollbar::-webkit-scrollbar-thumb {
|
||||
background-color: #344054;
|
||||
}
|
||||
|
||||
@layer base {
|
||||
body {
|
||||
@apply font-outfit relative z-1 bg-gray-50 text-base font-normal;
|
||||
}
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
/* For Remove Date Icon */
|
||||
input[type="date"]::-webkit-inner-spin-button,
|
||||
input[type="time"]::-webkit-inner-spin-button,
|
||||
input[type="date"]::-webkit-calendar-picker-indicator,
|
||||
input[type="time"]::-webkit-calendar-picker-indicator {
|
||||
display: none;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar:hover {
|
||||
width: 290px;
|
||||
}
|
||||
.sidebar:hover .logo {
|
||||
display: block;
|
||||
}
|
||||
.sidebar:hover .logo-icon {
|
||||
display: none;
|
||||
}
|
||||
.sidebar:hover .sidebar-header {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.sidebar:hover .menu-group-title {
|
||||
display: block;
|
||||
}
|
||||
.sidebar:hover .menu-group-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sidebar:hover .menu-item-text {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.sidebar:hover .menu-item-arrow {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.sidebar:hover .menu-dropdown {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.tableCheckbox:checked ~ span span {
|
||||
@apply opacity-100;
|
||||
}
|
||||
.tableCheckbox:checked ~ span {
|
||||
@apply border-brand-500 bg-brand-500;
|
||||
}
|
||||
|
||||
/* third-party libraries CSS */
|
||||
.apexcharts-legend-text {
|
||||
@apply text-gray-700! dark:text-gray-400!;
|
||||
}
|
||||
|
||||
.apexcharts-text {
|
||||
@apply fill-gray-700! dark:fill-gray-400!;
|
||||
}
|
||||
|
||||
.apexcharts-tooltip.apexcharts-theme-light {
|
||||
@apply shadow-theme-sm! gap-1 rounded-lg! border-gray-200! p-3 dark:border-gray-800! dark:bg-gray-900!;
|
||||
}
|
||||
|
||||
.apexcharts-tooltip-marker {
|
||||
@apply mr-1.5! h-1.5! w-1.5!;
|
||||
}
|
||||
.apexcharts-legend-text {
|
||||
@apply pl-5! text-gray-700! dark:text-gray-400!;
|
||||
}
|
||||
.apexcharts-tooltip-series-group {
|
||||
@apply p-0!;
|
||||
}
|
||||
.apexcharts-tooltip-y-group {
|
||||
@apply p-0!;
|
||||
}
|
||||
.apexcharts-tooltip-title {
|
||||
@apply mb-0! border-b-0! bg-transparent! p-0! text-[10px]! leading-4! text-gray-800! dark:text-white/90!;
|
||||
}
|
||||
.apexcharts-tooltip-text {
|
||||
@apply text-theme-xs! text-gray-700! dark:text-white/90!;
|
||||
}
|
||||
.apexcharts-tooltip-text-y-value {
|
||||
@apply font-medium!;
|
||||
}
|
||||
|
||||
.apexcharts-gridline {
|
||||
@apply stroke-gray-100! dark:stroke-gray-800!;
|
||||
}
|
||||
#chartTwo .apexcharts-datalabels-group {
|
||||
@apply -translate-y-24!;
|
||||
}
|
||||
#chartTwo .apexcharts-datalabels-group .apexcharts-text {
|
||||
@apply fill-gray-800! font-semibold! dark:fill-white/90!;
|
||||
}
|
||||
|
||||
#chartSixteen .apexcharts-legend {
|
||||
@apply p-0! pl-6!;
|
||||
}
|
||||
|
||||
.jvm-container {
|
||||
@apply bg-gray-50! dark:bg-gray-900!;
|
||||
}
|
||||
.jvm-region.jvm-element {
|
||||
@apply hover:fill-brand-500! dark:hover:fill-brand-500! fill-gray-300! dark:fill-gray-700!;
|
||||
}
|
||||
.jvm-marker.jvm-element {
|
||||
@apply stroke-gray-200! dark:stroke-gray-800!;
|
||||
}
|
||||
|
||||
.stocks-slider-outer .swiper-button-next:after,
|
||||
.stocks-slider-outer .swiper-button-prev:after {
|
||||
@apply hidden;
|
||||
}
|
||||
|
||||
.stocks-slider-outer .swiper-button-next,
|
||||
.stocks-slider-outer .swiper-button-prev {
|
||||
@apply static! mt-0 h-8 w-9 rounded-full border border-gray-200 text-gray-700! transition hover:bg-gray-100 dark:border-gray-800 dark:bg-gray-800 dark:text-gray-400!;
|
||||
}
|
||||
|
||||
.stocks-slider-outer .swiper-button-next.swiper-button-disabled,
|
||||
.stocks-slider-outer .swiper-button-prev.swiper-button-disabled {
|
||||
@apply bg-white opacity-100 dark:bg-gray-900;
|
||||
}
|
||||
|
||||
.stocks-slider-outer .swiper-button-next svg,
|
||||
.stocks-slider-outer .swiper-button-prev svg {
|
||||
@apply h-auto! w-auto!;
|
||||
}
|
||||
|
||||
.flatpickr-wrapper {
|
||||
@apply w-full;
|
||||
}
|
||||
.flatpickr-calendar {
|
||||
@apply dark:bg-gray-dark! dark:shadow-theme-xl! 2xsm:w-auto! mt-2 rounded-xl! p-5! text-gray-500! dark:text-gray-400!;
|
||||
}
|
||||
|
||||
.flatpickr-months .flatpickr-prev-month:hover svg,
|
||||
.flatpickr-months .flatpickr-next-month:hover svg {
|
||||
@apply stroke-brand-500;
|
||||
}
|
||||
.flatpickr-calendar.arrowTop:before,
|
||||
.flatpickr-calendar.arrowTop:after {
|
||||
@apply hidden;
|
||||
}
|
||||
.flatpickr-current-month .cur-month,
|
||||
.flatpickr-current-month input.cur-year {
|
||||
@apply h-auto! pt-0! text-lg! font-medium! text-gray-800! dark:text-white/90!;
|
||||
}
|
||||
|
||||
.flatpickr-prev-month,
|
||||
.flatpickr-next-month {
|
||||
@apply p-0!;
|
||||
}
|
||||
|
||||
.flatpickr-weekdays {
|
||||
@apply mt-6 mb-4 h-auto;
|
||||
}
|
||||
|
||||
.flatpickr-weekday {
|
||||
@apply text-theme-sm! font-medium! text-gray-500! dark:text-gray-400!;
|
||||
}
|
||||
|
||||
.flatpickr-day {
|
||||
@apply text-theme-sm! flex! items-center! font-medium! text-gray-800! dark:text-white/90! dark:hover:border-gray-300! dark:hover:bg-gray-900!;
|
||||
}
|
||||
.flatpickr-day.nextMonthDay,
|
||||
.flatpickr-day.prevMonthDay {
|
||||
@apply text-gray-400!;
|
||||
}
|
||||
.flatpickr-months .flatpickr-prev-month,
|
||||
.flatpickr-months .flatpickr-next-month {
|
||||
@apply top-7! dark:fill-white! dark:text-white!;
|
||||
}
|
||||
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
|
||||
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
|
||||
@apply left-7!;
|
||||
}
|
||||
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
|
||||
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
|
||||
@apply right-7!;
|
||||
}
|
||||
span.flatpickr-weekday,
|
||||
.flatpickr-months .flatpickr-month {
|
||||
@apply dark:fill-white! dark:text-white!;
|
||||
}
|
||||
.flatpickr-day.inRange {
|
||||
box-shadow:
|
||||
-5px 0 0 #f9fafb,
|
||||
5px 0 0 #f9fafb !important;
|
||||
@apply dark:shadow-datepicker!;
|
||||
}
|
||||
.flatpickr-day.inRange,
|
||||
.flatpickr-day.prevMonthDay.inRange,
|
||||
.flatpickr-day.nextMonthDay.inRange,
|
||||
.flatpickr-day.today.inRange,
|
||||
.flatpickr-day.prevMonthDay.today.inRange,
|
||||
.flatpickr-day.nextMonthDay.today.inRange,
|
||||
.flatpickr-day:hover,
|
||||
.flatpickr-day.prevMonthDay:hover,
|
||||
.flatpickr-day.nextMonthDay:hover,
|
||||
.flatpickr-day:focus,
|
||||
.flatpickr-day.prevMonthDay:focus,
|
||||
.flatpickr-day.nextMonthDay:focus {
|
||||
@apply border-gray-50! bg-gray-50! dark:border-0! dark:border-white/5! dark:bg-white/5!;
|
||||
}
|
||||
.flatpickr-day.selected,
|
||||
.flatpickr-day.startRange,
|
||||
.flatpickr-day.selected,
|
||||
.flatpickr-day.endRange {
|
||||
@apply text-white! dark:text-white!;
|
||||
}
|
||||
.flatpickr-day.selected,
|
||||
.flatpickr-day.startRange,
|
||||
.flatpickr-day.endRange,
|
||||
.flatpickr-day.selected.inRange,
|
||||
.flatpickr-day.startRange.inRange,
|
||||
.flatpickr-day.endRange.inRange,
|
||||
.flatpickr-day.selected:focus,
|
||||
.flatpickr-day.startRange:focus,
|
||||
.flatpickr-day.endRange:focus,
|
||||
.flatpickr-day.selected:hover,
|
||||
.flatpickr-day.startRange:hover,
|
||||
.flatpickr-day.endRange:hover,
|
||||
.flatpickr-day.selected.prevMonthDay,
|
||||
.flatpickr-day.startRange.prevMonthDay,
|
||||
.flatpickr-day.endRange.prevMonthDay,
|
||||
.flatpickr-day.selected.nextMonthDay,
|
||||
.flatpickr-day.startRange.nextMonthDay,
|
||||
.flatpickr-day.endRange.nextMonthDay {
|
||||
background: #465fff;
|
||||
@apply border-brand-500! bg-brand-500! hover:border-brand-500! hover:bg-brand-500!;
|
||||
}
|
||||
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
|
||||
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
|
||||
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
|
||||
box-shadow: -10px 0 0 #465fff;
|
||||
}
|
||||
|
||||
.flatpickr-months .flatpickr-prev-month svg,
|
||||
.flatpickr-months .flatpickr-next-month svg,
|
||||
.flatpickr-months .flatpickr-prev-month,
|
||||
.flatpickr-months .flatpickr-next-month {
|
||||
@apply hover:fill-none!;
|
||||
}
|
||||
.flatpickr-months .flatpickr-prev-month:hover svg,
|
||||
.flatpickr-months .flatpickr-next-month:hover svg {
|
||||
fill: none !important;
|
||||
}
|
||||
|
||||
.flatpickr-calendar.static {
|
||||
@apply right-0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 525px) {
|
||||
.flatpickr-calendar.static {
|
||||
margin-right: -60px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.fc .fc-view-harness {
|
||||
@apply custom-scrollbar max-w-full overflow-x-auto;
|
||||
}
|
||||
.fc-dayGridMonth-view.fc-view.fc-daygrid {
|
||||
@apply min-w-[718px];
|
||||
}
|
||||
.fc .fc-scrollgrid-section > * {
|
||||
border-right-width: 0;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-scrollgrid {
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar.fc-header-toolbar {
|
||||
@apply flex-col gap-4 px-6 pt-6 sm:flex-row;
|
||||
}
|
||||
.fc-button-group {
|
||||
@apply gap-2;
|
||||
}
|
||||
.fc-button-group .fc-button {
|
||||
@apply flex h-10 w-10 items-center justify-center rounded-lg! border border-gray-200 bg-transparent hover:border-gray-200 hover:bg-gray-50 focus:shadow-none active:border-gray-200! active:bg-transparent! active:shadow-none! dark:border-gray-800 dark:hover:border-gray-800 dark:hover:bg-gray-900 dark:active:border-gray-800!;
|
||||
}
|
||||
|
||||
.fc-button-group .fc-button.fc-prev-button:before {
|
||||
@apply mt-1 inline-block;
|
||||
content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0068 6L9.75684 12.25L16.0068 18.5' stroke='%23344054' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
||||
}
|
||||
.fc-button-group .fc-button.fc-next-button:before {
|
||||
@apply mt-1 inline-block;
|
||||
content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.50684 19L15.7568 12.75L9.50684 6.5' stroke='%23344054' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
||||
}
|
||||
.dark .fc-button-group .fc-button.fc-prev-button:before {
|
||||
content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0068 6L9.75684 12.25L16.0068 18.5' stroke='%2398A2B3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
||||
}
|
||||
.dark .fc-button-group .fc-button.fc-next-button:before {
|
||||
content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.50684 19L15.7568 12.75L9.50684 6.5' stroke='%2398A2B3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
||||
}
|
||||
.fc-button-group .fc-button .fc-icon {
|
||||
@apply hidden;
|
||||
}
|
||||
.fc-addEventButton-button {
|
||||
@apply bg-brand-500! hover:bg-brand-600! rounded-lg! border-0! px-4! py-2.5! text-sm! font-medium! focus:shadow-none!;
|
||||
}
|
||||
.fc-toolbar-title {
|
||||
@apply text-lg! font-medium! text-gray-800 dark:text-white/90;
|
||||
}
|
||||
.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child {
|
||||
@apply rounded-lg bg-gray-100 p-0.5 dark:bg-gray-900;
|
||||
}
|
||||
.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button {
|
||||
@apply h-auto! w-auto! rounded-md border-0! bg-transparent px-5! py-2! text-sm font-medium text-gray-500 hover:text-gray-700 focus:shadow-none! dark:text-gray-400;
|
||||
}
|
||||
.fc-header-toolbar.fc-toolbar
|
||||
.fc-toolbar-chunk:last-child
|
||||
.fc-button.fc-button-active {
|
||||
@apply bg-white text-gray-900 dark:bg-gray-800 dark:text-white;
|
||||
}
|
||||
.fc-theme-standard th {
|
||||
@apply border-x-0! border-t border-gray-200! bg-gray-50 text-left! dark:border-gray-800! dark:bg-gray-900;
|
||||
}
|
||||
.fc-theme-standard td,
|
||||
.fc-theme-standard .fc-scrollgrid {
|
||||
@apply border-gray-200! dark:border-gray-800!;
|
||||
}
|
||||
.fc .fc-col-header-cell-cushion {
|
||||
@apply px-5! py-4! text-sm font-medium text-gray-400 uppercase;
|
||||
}
|
||||
.fc .fc-daygrid-day.fc-day-today {
|
||||
@apply bg-transparent;
|
||||
}
|
||||
.fc .fc-daygrid-day {
|
||||
@apply p-2;
|
||||
}
|
||||
.fc .fc-daygrid-day.fc-day-today .fc-scrollgrid-sync-inner {
|
||||
@apply rounded-sm bg-gray-100 dark:bg-white/[0.03];
|
||||
}
|
||||
.fc .fc-daygrid-day-number {
|
||||
@apply p-3! text-sm font-medium text-gray-700 dark:text-gray-400;
|
||||
}
|
||||
.fc .fc-daygrid-day-top {
|
||||
@apply flex-row!;
|
||||
}
|
||||
.fc .fc-day-other .fc-daygrid-day-top {
|
||||
opacity: 1;
|
||||
}
|
||||
.fc .fc-day-other .fc-daygrid-day-top .fc-daygrid-day-number {
|
||||
@apply text-gray-400 dark:text-white/30;
|
||||
}
|
||||
.event-fc-color {
|
||||
@apply rounded-lg py-2.5 pr-3 pl-4;
|
||||
}
|
||||
.event-fc-color .fc-event-title {
|
||||
@apply p-0 text-sm font-normal text-gray-700;
|
||||
}
|
||||
.fc-daygrid-event-dot {
|
||||
@apply mr-3 ml-0 h-5 w-1 rounded-sm border-none;
|
||||
}
|
||||
.fc-event {
|
||||
@apply focus:shadow-none;
|
||||
}
|
||||
.fc-daygrid-event.fc-event-start {
|
||||
@apply ml-3!;
|
||||
}
|
||||
.event-fc-color.fc-bg-success {
|
||||
@apply border-success-50 bg-success-50;
|
||||
}
|
||||
.event-fc-color.fc-bg-danger {
|
||||
@apply border-error-50 bg-error-50;
|
||||
}
|
||||
.event-fc-color.fc-bg-primary {
|
||||
@apply border-brand-50 bg-brand-50;
|
||||
}
|
||||
.event-fc-color.fc-bg-warning {
|
||||
@apply border-orange-50 bg-orange-50;
|
||||
}
|
||||
.event-fc-color.fc-bg-success .fc-daygrid-event-dot {
|
||||
@apply bg-success-500;
|
||||
}
|
||||
.event-fc-color.fc-bg-danger .fc-daygrid-event-dot {
|
||||
@apply bg-error-500;
|
||||
}
|
||||
.event-fc-color.fc-bg-primary .fc-daygrid-event-dot {
|
||||
@apply bg-brand-500;
|
||||
}
|
||||
.event-fc-color.fc-bg-warning .fc-daygrid-event-dot {
|
||||
@apply bg-orange-500;
|
||||
}
|
||||
.fc-direction-ltr .fc-timegrid-slot-label-frame {
|
||||
@apply px-3 py-1.5 text-left text-sm font-medium text-gray-500 dark:text-gray-400;
|
||||
}
|
||||
.fc .fc-timegrid-axis-cushion {
|
||||
@apply text-sm font-medium text-gray-500 dark:text-gray-400;
|
||||
}
|
||||
|
||||
.input-date-icon::-webkit-inner-spin-button,
|
||||
.input-date-icon::-webkit-calendar-picker-indicator {
|
||||
opacity: 0;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.swiper-button-prev svg,
|
||||
.swiper-button-next svg {
|
||||
@apply h-auto! w-auto!;
|
||||
}
|
||||
|
||||
.carouselTwo .swiper-button-next:after,
|
||||
.carouselTwo .swiper-button-prev:after,
|
||||
.carouselFour .swiper-button-next:after,
|
||||
.carouselFour .swiper-button-prev:after {
|
||||
@apply hidden;
|
||||
}
|
||||
.carouselTwo .swiper-button-next.swiper-button-disabled,
|
||||
.carouselTwo .swiper-button-prev.swiper-button-disabled,
|
||||
.carouselFour .swiper-button-next.swiper-button-disabled,
|
||||
.carouselFour .swiper-button-prev.swiper-button-disabled {
|
||||
@apply bg-white/60 opacity-100!;
|
||||
}
|
||||
.carouselTwo .swiper-button-next,
|
||||
.carouselTwo .swiper-button-prev,
|
||||
.carouselFour .swiper-button-next,
|
||||
.carouselFour .swiper-button-prev {
|
||||
@apply shadow-slider-navigation h-10 w-10 rounded-full border-[0.5px] border-white/10 bg-white/90 text-gray-700! backdrop-blur-[10px];
|
||||
}
|
||||
|
||||
.carouselTwo .swiper-button-prev,
|
||||
.carouselFour .swiper-button-prev {
|
||||
@apply left-3! sm:left-4!;
|
||||
}
|
||||
|
||||
.carouselTwo .swiper-button-next,
|
||||
.carouselFour .swiper-button-next {
|
||||
@apply right-3! sm:right-4!;
|
||||
}
|
||||
|
||||
.carouselThree .swiper-pagination,
|
||||
.carouselFour .swiper-pagination {
|
||||
@apply shadow-slider-navigation bottom-3! left-1/2! inline-flex w-auto! -translate-x-1/2 items-center gap-1.5 rounded-[40px] border-[0.5px] border-white/10 bg-white/60 px-2 py-1.5 backdrop-blur-[10px] sm:bottom-5!;
|
||||
}
|
||||
|
||||
.carouselThree .swiper-pagination-bullet,
|
||||
.carouselFour .swiper-pagination-bullet {
|
||||
@apply shadow-theme-xs m-0! h-2.5 w-2.5 bg-white opacity-100 duration-200 ease-in-out;
|
||||
}
|
||||
|
||||
.carouselThree .swiper-pagination-bullet-active,
|
||||
.carouselFour .swiper-pagination-bullet-active {
|
||||
@apply w-6.5 rounded-xl;
|
||||
}
|
||||
|
||||
.form-check-input:checked ~ span {
|
||||
@apply border-brand-500 dark:border-brand-500 border-[6px];
|
||||
}
|
||||
|
||||
.taskCheckbox:checked ~ .box span {
|
||||
@apply opacity-100;
|
||||
}
|
||||
.taskCheckbox:checked ~ p {
|
||||
@apply text-gray-400 line-through;
|
||||
}
|
||||
.taskCheckbox:checked ~ .box {
|
||||
@apply border-brand-500 bg-brand-500 dark:border-brand-500;
|
||||
}
|
||||
|
||||
.task {
|
||||
transition: all 0.2s ease; /* Smooth transition for visual effects */
|
||||
}
|
||||
|
||||
.task.is-dragging {
|
||||
border-radius: 0.75rem;
|
||||
box-shadow:
|
||||
0px 1px 3px 0px rgba(16, 24, 40, 0.1),
|
||||
0px 1px 2px 0px rgba(16, 24, 40, 0.06);
|
||||
opacity: 0.8;
|
||||
cursor: grabbing; /* Changes the cursor to indicate dragging */
|
||||
}
|
||||
Reference in New Issue
Block a user