forked from github/plane
253edebb93
* fix: custom colors opacity * chore: update text colors for dark mode * fix: dropdown text colors, datepicker bg color * chore: update text colors * chore: updated primary bg color
261 lines
7.3 KiB
CSS
261 lines
7.3 KiB
CSS
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap");
|
|
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,0,0");
|
|
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer components {
|
|
.text-1\.5xl {
|
|
font-size: 1.375rem;
|
|
line-height: 1.875rem;
|
|
}
|
|
}
|
|
|
|
@layer base {
|
|
html {
|
|
font-family: "Inter", sans-serif;
|
|
}
|
|
|
|
:root {
|
|
--color-primary-10: 236, 241, 255;
|
|
--color-primary-20: 217, 228, 255;
|
|
--color-primary-30: 197, 214, 255;
|
|
--color-primary-40: 178, 200, 255;
|
|
--color-primary-50: 159, 187, 255;
|
|
--color-primary-60: 140, 173, 255;
|
|
--color-primary-70: 121, 159, 255;
|
|
--color-primary-80: 101, 145, 255;
|
|
--color-primary-90: 82, 132, 255;
|
|
--color-primary-100: 63, 118, 255;
|
|
--color-primary-200: 57, 106, 230;
|
|
--color-primary-300: 50, 94, 204;
|
|
--color-primary-400: 44, 83, 179;
|
|
--color-primary-500: 38, 71, 153;
|
|
--color-primary-600: 32, 59, 128;
|
|
--color-primary-700: 25, 47, 102;
|
|
--color-primary-800: 19, 35, 76;
|
|
--color-primary-900: 13, 24, 51;
|
|
|
|
/* default theme- light */
|
|
--color-background-100: 255, 255, 255; /* primary bg */
|
|
--color-background-90: 250, 250, 250; /* secondary bg */
|
|
--color-background-80: 245, 245, 245; /* tertiary bg */
|
|
|
|
--color-text-100: 23, 23, 23; /* primary text */
|
|
--color-text-200: 82, 82, 82; /* secondary text */
|
|
--color-text-300: 115, 115, 115; /* tertiary text */
|
|
|
|
--color-sidebar-background-100: 255, 255, 255; /* primary sidebar bg */
|
|
--color-sidebar-background-90: 250, 250, 250; /* secondary sidebar bg */
|
|
--color-sidebar-background-80: 245, 245, 245; /* tertiary sidebar bg */
|
|
|
|
--color-sidebar-text-100: 23, 23, 23; /* primary sidebar text */
|
|
--color-sidebar-text-200: 82, 82, 82; /* secondary sidebar text */
|
|
--color-sidebar-text-300: 115, 115, 115; /* tertiary sidebar text */
|
|
}
|
|
|
|
[data-theme="light"] {
|
|
color-scheme: light !important;
|
|
|
|
--color-background-100: 255, 255, 255; /* primary bg */
|
|
--color-background-90: 250, 250, 250; /* secondary bg */
|
|
--color-background-80: 245, 245, 245; /* tertiary bg */
|
|
|
|
--color-text-100: 23, 23, 23; /* primary text */
|
|
--color-text-200: 82, 82, 82; /* secondary text */
|
|
--color-text-300: 115, 115, 115; /* tertiary text */
|
|
|
|
--color-border-100: 245, 245, 245; /* subtle border= 1 */
|
|
--color-border-200: 229, 229, 229; /* subtle border- 2 */
|
|
--color-border-300: 212, 212, 212; /* strong border- 1 */
|
|
--color-border-400: 185, 185, 185; /* strong border- 2 */
|
|
|
|
--color-sidebar-background-100: 255, 255, 255; /* primary sidebar bg */
|
|
--color-sidebar-background-90: 250, 250, 250; /* secondary sidebar bg */
|
|
--color-sidebar-background-80: 245, 245, 245; /* tertiary sidebar bg */
|
|
|
|
--color-sidebar-text-100: 23, 23, 23; /* primary sidebar text */
|
|
--color-sidebar-text-200: 82, 82, 82; /* secondary sidebar text */
|
|
--color-sidebar-text-300: 115, 115, 115; /* tertiary sidebar text */
|
|
|
|
--color-sidebar-border-100: 245, 245, 245; /* subtle sidebar border= 1 */
|
|
--color-sidebar-border-200: 229, 229, 229; /* subtle sidebar border- 2 */
|
|
--color-sidebar-border-300: 212, 212, 212; /* strong sidebar border- 1 */
|
|
--color-sidebar-border-400: 185, 185, 185; /* strong sidebar border- 2 */
|
|
}
|
|
|
|
[data-theme="dark"] {
|
|
color-scheme: dark !important;
|
|
|
|
--color-background-100: 7, 7, 7; /* primary bg */
|
|
--color-background-90: 11, 11, 11; /* secondary bg */
|
|
--color-background-80: 23, 23, 23; /* tertiary bg */
|
|
|
|
--color-text-100: 241, 241, 241; /* primary text */
|
|
--color-text-200: 115, 115, 115; /* secondary text */
|
|
--color-text-300: 163, 163, 163; /* tertiary text */
|
|
|
|
--color-border-100: 34, 34, 34; /* subtle border= 1 */
|
|
--color-border-200: 38, 38, 38; /* subtle border- 2 */
|
|
--color-border-300: 46, 46, 46; /* strong border- 1 */
|
|
--color-border-400: 58, 58, 58; /* strong border- 2 */
|
|
|
|
--color-sidebar-background-100: 7, 7, 7; /* primary sidebar bg */
|
|
--color-sidebar-background-90: 11, 11, 11; /* secondary sidebar bg */
|
|
--color-sidebar-background-80: 23, 23, 23; /* tertiary sidebar bg */
|
|
|
|
--color-sidebar-text-100: 241, 241, 241; /* primary sidebar text */
|
|
--color-sidebar-text-200: 115, 115, 115; /* secondary sidebar text */
|
|
--color-sidebar-text-300: 163, 163, 163; /* tertiary sidebar text */
|
|
|
|
--color-sidebar-border-100: 34, 34, 34; /* subtle sidebar border= 1 */
|
|
--color-sidebar-border-200: 38, 38, 38; /* subtle sidebar border- 2 */
|
|
--color-sidebar-border-300: 46, 46, 46; /* strong sidebar border- 1 */
|
|
--color-sidebar-border-400: 58, 58, 58; /* strong sidebar border- 2 */
|
|
}
|
|
|
|
[data-theme="light-contrast"] {
|
|
color-scheme: light !important;
|
|
}
|
|
|
|
[data-theme="dark-contrast"] {
|
|
color-scheme: dark !important;
|
|
}
|
|
}
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
-webkit-text-size-adjust: 100%;
|
|
-ms-text-size-adjust: 100%;
|
|
font-variant-ligatures: none;
|
|
-webkit-font-variant-ligatures: none;
|
|
text-rendering: optimizeLegibility;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
body {
|
|
color: rgba(var(--color-text-100));
|
|
}
|
|
|
|
/* scrollbar style */
|
|
::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
.horizontal-scroll-enable {
|
|
overflow-x: scroll;
|
|
}
|
|
|
|
.horizontal-scroll-enable::-webkit-scrollbar {
|
|
display: block;
|
|
height: 7px;
|
|
width: 0;
|
|
}
|
|
|
|
.horizontal-scroll-enable::-webkit-scrollbar-track {
|
|
height: 7px;
|
|
background-color: rgba(var(--color-background-100));
|
|
}
|
|
|
|
.horizontal-scroll-enable::-webkit-scrollbar-thumb {
|
|
border-radius: 5px;
|
|
background-color: rgba(var(--color-background-80));
|
|
}
|
|
|
|
.vertical-scroll-enable::-webkit-scrollbar {
|
|
display: block;
|
|
width: 5px;
|
|
}
|
|
|
|
.vertical-scroll-enable::-webkit-scrollbar-track {
|
|
width: 5px;
|
|
}
|
|
|
|
.vertical-scroll-enable::-webkit-scrollbar-thumb {
|
|
border-radius: 5px;
|
|
background-color: rgba(var(--color-background-90));
|
|
}
|
|
/* end scrollbar style */
|
|
|
|
.tags-input-container {
|
|
border: 2px solid #000;
|
|
padding: 0.5em;
|
|
border-radius: 3px;
|
|
width: min(80vw, 600px);
|
|
margin-top: 1em;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
gap: 0.5em;
|
|
}
|
|
|
|
.tag-item {
|
|
background-color: rgb(218, 216, 216);
|
|
display: inline-block;
|
|
padding: 0.5em 0.75em;
|
|
border-radius: 20px;
|
|
}
|
|
.tag-item .close {
|
|
height: 20px;
|
|
width: 20px;
|
|
background-color: rgb(48, 48, 48);
|
|
color: #fff;
|
|
border-radius: 50%;
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-left: 0.5em;
|
|
font-size: 18px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tags-input {
|
|
flex-grow: 1;
|
|
padding: 0.5em 0;
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
|
|
.conical-gradient {
|
|
background: conic-gradient(
|
|
from 180deg at 50% 50%,
|
|
#ff6b00 0deg,
|
|
#f7ae59 70.5deg,
|
|
#3f76ff 151.12deg,
|
|
#05c3ff 213deg,
|
|
#18914f 289.87deg,
|
|
#f6f172 329.25deg,
|
|
#ff6b00 360deg
|
|
);
|
|
}
|
|
|
|
.progress-bar {
|
|
fill: currentColor;
|
|
color: rgba(var(--color-sidebar-background-100));
|
|
}
|
|
|
|
/* end react datepicker styling */
|
|
|
|
/* lineclamp */
|
|
.lineclamp {
|
|
overflow: hidden;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 1;
|
|
}
|
|
|
|
/* popover2 styling */
|
|
.bp4-popover2-transition-container {
|
|
z-index: 1 !important;
|
|
}
|
|
|
|
::-webkit-input-placeholder,
|
|
::placeholder,
|
|
:-ms-input-placeholder {
|
|
color: rgb(var(--color-text-300));
|
|
}
|