scss formatting

This commit is contained in:
2026-06-26 01:25:07 -07:00
parent 033c962ebe
commit f83d4d579c
7 changed files with 913 additions and 942 deletions
+68 -68
View File
@@ -1,81 +1,81 @@
// theme : dark
div[class*='v-theme--DARK_'] {
.smallCap {
color: rgb(var(--v-theme-textSecondary));
div[class*="v-theme--DARK_"] {
.smallCap {
color: rgb(var(--v-theme-textSecondary));
}
.elevation-10 {
box-shadow:
rgb(145 158 171 / 30%) 0px 0px 2px 0px,
rgb(145 158 171 / 2%) 0px 12px 24px -4px !important;
}
.v-field__outline {
--v-field-border-opacity: 0.38 !important;
}
.front-wraper {
.bg-background {
background-color: rgb(var(--v-theme-hoverColor)) !important;
}
.elevation-10 {
box-shadow: rgb(145 158 171 / 30%) 0px 0px 2px 0px, rgb(145 158 171 / 2%) 0px 12px 24px -4px !important;
.front-dark {
&.bg-textPrimary {
background-color: rgb(var(--v-theme-surface)) !important;
}
}
.v-field__outline{
--v-field-border-opacity: 0.38 !important;
.bg-textPrimary {
background-color: rgb(var(--v-theme-textSecondary)) !important;
}
}
#vector-map .dxm-layers path {
fill: #7c8fac !important;
}
.svgMap-map-wrapper {
.svgMap-country {
stroke: #878585;
fill: #1a2537 !important;
&#svgMap-map-country-IN {
fill: rgb(var(--v-theme-secondary)) !important;
}
&#svgMap-map-country-AF {
fill: rgb(var(--v-theme-purple)) !important;
}
&#svgMap-map-country-US {
fill: rgb(var(--v-theme-primary)) !important;
}
}
.front-wraper{
.bg-background{
background-color: rgb(var(--v-theme-hoverColor)) !important;
}
.front-dark{
&.bg-textPrimary{
background-color: rgb(var(--v-theme-surface)) !important;
}
}
.bg-textPrimary{
background-color: rgb(var(--v-theme-textSecondary)) !important;
}
.svgMap-map-controls-zoom {
background: #c9d6de !important;
}
#vector-map .dxm-layers path {
fill: #7C8FAC !important;
.svgMap-control-button {
background-color: rgb(var(--v-theme-textSecondary)) !important;
}
}
.dark-card-title {
color: rgb(var(--v-theme-surface));
}
.svgMap-map-wrapper {
.svgMap-country {
stroke: #878585;
fill: #1A2537 !important;
&#svgMap-map-country-IN {
fill: rgb(var(--v-theme-secondary)) !important;
}
&#svgMap-map-country-AF {
fill: rgb(var(--v-theme-purple)) !important;
}
&#svgMap-map-country-US {
fill: rgb(var(--v-theme-primary)) !important;
}
}
.svgMap-map-controls-zoom {
background: #c9d6de !important;
}
.svgMap-control-button{
background-color: rgb(var(--v-theme-textSecondary)) !important;
}
.fc {
.fc-button-primary:not(:disabled).fc-button-active {
background-color: rgb(var(--v-theme-grey100));
}
.dark-card-title{
color:rgb(var(--v-theme-surface));
}
.fc{
.fc-button-primary:not(:disabled).fc-button-active {
background-color: rgb(var(--v-theme-grey100));
}
.fc-button-group {
>.fc-button {
&:hover,&:focus{
background-color: rgba(var(--v-theme-grey100));
color: #fff;
.fc-icon{
color: #fff;
}
}
}
.fc-button-group {
> .fc-button {
&:hover,
&:focus {
background-color: rgba(var(--v-theme-grey100));
color: #fff;
.fc-icon {
color: #fff;
}
}
}
}
}
}