Commit f3c443aa by Ooh-Ao

color

parent 3710d1fa
...@@ -129,7 +129,7 @@ export class CourseComponent { ...@@ -129,7 +129,7 @@ export class CourseComponent {
borderColor: '#f1f1f1', borderColor: '#f1f1f1',
strokeDashArray: 3, strokeDashArray: 3,
}, },
colors: ['rgb(90,102,241)', 'rgb(203,213,225)'], colors: ['rgb(21,76,156)', 'rgb(203,213,225)'],
labels: [ labels: [
'Jan', 'Jan',
'Feb', 'Feb',
......
...@@ -139,7 +139,7 @@ export class JobsComponent { ...@@ -139,7 +139,7 @@ export class JobsComponent {
}, },
}, },
colors: ['rgb(90,102,241)', '#60a5fa'], colors: ['rgb(21,76,156)', '#60a5fa'],
}; };
this.chartOptions = { this.chartOptions = {
......
...@@ -141,7 +141,7 @@ export class SalesComponent { ...@@ -141,7 +141,7 @@ export class SalesComponent {
constructor() { constructor() {
this.optionsCircle1 = { this.optionsCircle1 = {
series: [30, 30, 50], series: [30, 30, 50],
colors: ['rgb(90,102,241)', '#60a5fa'], colors: ['rgb(21,76,156)', '#60a5fa'],
chart: { chart: {
height: 245, height: 245,
type: 'donut', type: 'donut',
......
...@@ -141,7 +141,7 @@ export class StocksComponent { ...@@ -141,7 +141,7 @@ export class StocksComponent {
grid: { grid: {
borderColor: 'rgba(107 ,114 ,128,0.1)', borderColor: 'rgba(107 ,114 ,128,0.1)',
}, },
colors: ['rgb(90,102,241)', 'rgb(203,213,225)'], colors: ['rgb(21,76,156)', 'rgb(203,213,225)'],
plotOptions: { plotOptions: {
bar: { bar: {
horizontal: false, horizontal: false,
......
...@@ -6633,8 +6633,8 @@ select option:active, ...@@ -6633,8 +6633,8 @@ select option:active,
/* End Tailwind Styles */ /* End Tailwind Styles */
/* Start Variables Styles */ /* Start Variables Styles */
:root { :root {
--color-primary: 90 102 241; --color-primary: 21 76 156;
--color-primary-rgb: 90,102,241; --color-primary-rgb: 21,76,156;
--color-secondary: 96 165 250; --color-secondary: 96 165 250;
--color-success: 34 197 94; --color-success: 34 197 94;
--color-info: 76 117 207; --color-info: 76 117 207;
...@@ -16109,7 +16109,7 @@ select.tabulator-page-size option{ ...@@ -16109,7 +16109,7 @@ select.tabulator-page-size option{
#calendar2 .btn-group .btn-primary{ #calendar2 .btn-group .btn-primary{
cursor: pointer; cursor: pointer;
--tw-bg-opacity: 1; --tw-bg-opacity: 1;
background-color: rgb(90 102 241 / var(--tw-bg-opacity)); background-color: rgb(21 76 156 / var(--tw-bg-opacity));
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
padding-top: 5px; padding-top: 5px;
...@@ -16925,7 +16925,7 @@ ngx-dropzone-label{ ...@@ -16925,7 +16925,7 @@ ngx-dropzone-label{
} }
.ngx-slider .ngx-slider-selection{ .ngx-slider .ngx-slider-selection{
--tw-bg-opacity: 1 !important; --tw-bg-opacity: 1 !important;
background-color: rgb(90 102 241 / var(--tw-bg-opacity)) !important; background-color: rgb(21 76 156 / var(--tw-bg-opacity)) !important;
} }
.toggle-movements .ngx-slider .ngx-slider-bar-wrapper{ .toggle-movements .ngx-slider .ngx-slider-bar-wrapper{
padding-top: 13px; padding-top: 13px;
...@@ -17462,7 +17462,7 @@ div:where(.swal2-container) div:where(.swal2-validation-message){ ...@@ -17462,7 +17462,7 @@ div:where(.swal2-container) div:where(.swal2-validation-message){
} }
.dark .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{ .dark .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{
--tw-bg-opacity: 1; --tw-bg-opacity: 1;
background-color: rgb(90 102 241 / var(--tw-bg-opacity)); background-color: rgb(21 76 156 / var(--tw-bg-opacity));
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity)); color: rgb(255 255 255 / var(--tw-text-opacity));
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
/* Start Variables Styles */ /* Start Variables Styles */
:root { :root {
--color-primary: 90 102 241; --color-primary: 21 76 156;
--color-primary-rgb: 90,102,241; --color-primary-rgb: 21,76,156;
--color-secondary: 96 165 250; --color-secondary: 96 165 250;
--color-success: 34 197 94; --color-success: 34 197 94;
--color-info: 76 117 207; --color-info: 76 117 207;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment