chore: Sync colors from dashboard to tailwind config (#5656)

This commit is contained in:
Nithin David Thomas
2022-10-18 01:43:02 +05:30
committed by GitHub
parent 704554d453
commit 73f5595762
9 changed files with 62 additions and 58 deletions

View File

@@ -321,7 +321,7 @@ export default {
.beta {
padding-right: var(--space-smaller) !important;
padding-left: var(--space-smaller) !important;
margin-left: var(--space-half) !important;
margin-left: var(--space-smaller) !important;
display: inline-block;
font-size: var(--font-size-micro);
font-weight: var(--font-weight-medium);

View File

@@ -434,7 +434,7 @@ export default {
&::before {
transform: rotate(0deg);
left: var(--space-half);
left: var(--space-smaller);
bottom: var(--space-minus-slab);
}
}

View File

@@ -970,7 +970,7 @@ export default {
&::before {
transform: rotate(0deg);
left: var(--space-half);
left: var(--space-smaller);
bottom: var(--space-minus-slab);
}
}

View File

@@ -181,7 +181,7 @@ export default {
color: var(--y-700);
font-size: var(--font-size-mini);
margin-top: var(--space-small);
padding: var(--space-half) var(--space-one);
padding: var(--space-smaller) var(--space-small);
}
.popover-animation-enter-active,

View File

@@ -249,8 +249,8 @@ export default {
display: flex;
align-items: center;
border-radius: calc(var(--border-radius-small) * 10);
height: calc(var(--space-three) * 2);
width: calc(var(--space-three) * 2);
height: calc(var(--space-large) * 2);
width: calc(var(--space-large) * 2);
position: relative;
overflow-wrap: anywhere;
cursor: pointer;
@@ -274,7 +274,7 @@ export default {
display: inline;
height: var(--space-medium);
width: var(--space-micro);
left: var(--space-three);
left: var(--space-large);
position: absolute;
}

View File

@@ -104,7 +104,7 @@ export default {
.new-popover-link {
display: flex;
align-items: center;
padding: var(--space-half) var(--space-one);
padding: var(--space-smaller) var(--space-small);
background-color: var(--s-25);
font-size: var(--font-size-mini);
color: var(--s-500);

View File

@@ -118,6 +118,6 @@ table {
justify-content: center;
color: var(--s-500);
font-size: var(--font-size-default);
margin-top: var(--space-three);
margin-top: var(--space-large);
}
</style>

View File

@@ -26,16 +26,16 @@
--g-800: #009000;
--g-900: #007000;
--y-50: #fefde8;
--y-100: #fdfcc4;
--y-200: #fcf68c;
--y-300: #f9e736;
--y-400: #f6d819;
--y-500: #e6c00c;
--y-600: #c69608;
--y-700: #9e6b0a;
--y-50: #FEFDE8;
--y-100: #FDFCC4;
--y-200: #FCF68C;
--y-300: #F9E736;
--y-400: #F6D819;
--y-500: #E6C00C;
--y-600: #C69608;
--y-700: #9E6b0A;
--y-800: #835510;
--y-900: #6f4514;
--y-900: #6F4514;
--s-25: #F8FAFC;
--s-50: #F1F5F8;
@@ -50,11 +50,11 @@
--s-800: #293F51;
--s-900: #1B2836;
--b-50: #f7f7f7;
--b-100: #ececed;
--b-200: #dddde0;
--b-300: #c6c7ca;
--b-400: #abacaf;
--b-50: #F7F7F7;
--b-100: #ECECED;
--b-200: #DDDDE0;
--b-300: #C6C7CA;
--b-400: #ABACAF;
--b-500: #96979C;
--b-600: #6E6F73;
--b-700: #5A5B5F;