generated from alphane/template
scss formatting
This commit is contained in:
@@ -18,13 +18,10 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-secondary-gradient {
|
.bg-secondary-gradient {
|
||||||
background: linear-gradient(287deg, rgb(var(--v-theme-primary)) .54%, #1bcaff 100.84%);
|
background: linear-gradient(287deg, rgb(var(--v-theme-primary)) 0.54%, #1bcaff 100.84%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.border,
|
.border,
|
||||||
.v-divider {
|
.v-divider {
|
||||||
border-color: rgba(var(--v-border-color)) !important;
|
border-color: rgba(var(--v-border-color)) !important;
|
||||||
@@ -69,7 +66,6 @@ html {
|
|||||||
line-height: 0 !important;
|
line-height: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.lh-28 {
|
.lh-28 {
|
||||||
line-height: 28px !important;
|
line-height: 28px !important;
|
||||||
}
|
}
|
||||||
@@ -80,7 +76,6 @@ html {
|
|||||||
|
|
||||||
.space-p-96 {
|
.space-p-96 {
|
||||||
padding: 96px 0 !important;
|
padding: 96px 0 !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ps-96 {
|
.ps-96 {
|
||||||
@@ -114,7 +109,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.border-m-none {
|
.border-m-none {
|
||||||
border: 0 !important
|
border: 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -122,7 +117,6 @@ html {
|
|||||||
.msg-chat-height {
|
.msg-chat-height {
|
||||||
height: calc(-315px + 100vh);
|
height: calc(-315px + 100vh);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.max-h-600 {
|
.max-h-600 {
|
||||||
@@ -130,13 +124,12 @@ html {
|
|||||||
height: calc(100vh - 100px);
|
height: calc(100vh - 100px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.custom-hover-primary {
|
.custom-hover-primary {
|
||||||
.iconify {
|
.iconify {
|
||||||
color: rgb(255, 255, 255) !important;
|
color: rgb(255, 255, 255) !important;
|
||||||
|
|
||||||
@media screen and (max-width: 991px) {
|
@media screen and (max-width: 991px) {
|
||||||
color: rgba(var(--v-theme-textPrimary), 0.8) !important
|
color: rgba(var(--v-theme-textPrimary), 0.8) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -145,7 +138,7 @@ html {
|
|||||||
|
|
||||||
.iconify {
|
.iconify {
|
||||||
@media screen and (max-width: 991px) {
|
@media screen and (max-width: 991px) {
|
||||||
color: rgb(var(--v-theme-primary)) !important
|
color: rgb(var(--v-theme-primary)) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -153,18 +146,14 @@ html {
|
|||||||
.custom-hover-primary-white {
|
.custom-hover-primary-white {
|
||||||
.iconify {
|
.iconify {
|
||||||
color: rgb(255, 255, 255) !important;
|
color: rgb(255, 255, 255) !important;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: rgba(var(--v-theme-lightprimary), 0.1);
|
background-color: rgba(var(--v-theme-lightprimary), 0.1);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-icon {
|
.no-icon {
|
||||||
|
|
||||||
.v-input__prepend,
|
.v-input__prepend,
|
||||||
.v-input__append {
|
.v-input__append {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
@@ -181,7 +170,6 @@ html {
|
|||||||
height: 6px !important;
|
height: 6px !important;
|
||||||
width: 6px !important;
|
width: 6px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,13 @@
|
|||||||
// theme : dark
|
// theme : dark
|
||||||
div[class*='v-theme--DARK_'] {
|
div[class*="v-theme--DARK_"] {
|
||||||
.smallCap {
|
.smallCap {
|
||||||
color: rgb(var(--v-theme-textSecondary));
|
color: rgb(var(--v-theme-textSecondary));
|
||||||
}
|
}
|
||||||
|
|
||||||
.elevation-10 {
|
.elevation-10 {
|
||||||
box-shadow: rgb(145 158 171 / 30%) 0px 0px 2px 0px, rgb(145 158 171 / 2%) 0px 12px 24px -4px !important;
|
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__outline {
|
||||||
--v-field-border-opacity: 0.38 !important;
|
--v-field-border-opacity: 0.38 !important;
|
||||||
@@ -26,15 +28,14 @@ div[class*='v-theme--DARK_'] {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#vector-map .dxm-layers path {
|
#vector-map .dxm-layers path {
|
||||||
fill: #7C8FAC !important;
|
fill: #7c8fac !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.svgMap-map-wrapper {
|
.svgMap-map-wrapper {
|
||||||
.svgMap-country {
|
.svgMap-country {
|
||||||
stroke: #878585;
|
stroke: #878585;
|
||||||
fill: #1A2537 !important;
|
fill: #1a2537 !important;
|
||||||
|
|
||||||
&#svgMap-map-country-IN {
|
&#svgMap-map-country-IN {
|
||||||
fill: rgb(var(--v-theme-secondary)) !important;
|
fill: rgb(var(--v-theme-secondary)) !important;
|
||||||
@@ -55,7 +56,6 @@ div[class*='v-theme--DARK_'] {
|
|||||||
.svgMap-control-button {
|
.svgMap-control-button {
|
||||||
background-color: rgb(var(--v-theme-textSecondary)) !important;
|
background-color: rgb(var(--v-theme-textSecondary)) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
.dark-card-title {
|
.dark-card-title {
|
||||||
color: rgb(var(--v-theme-surface));
|
color: rgb(var(--v-theme-surface));
|
||||||
@@ -67,7 +67,8 @@ div[class*='v-theme--DARK_'] {
|
|||||||
}
|
}
|
||||||
.fc-button-group {
|
.fc-button-group {
|
||||||
> .fc-button {
|
> .fc-button {
|
||||||
&:hover,&:focus{
|
&:hover,
|
||||||
|
&:focus {
|
||||||
background-color: rgba(var(--v-theme-grey100));
|
background-color: rgba(var(--v-theme-grey100));
|
||||||
color: #fff;
|
color: #fff;
|
||||||
.fc-icon {
|
.fc-icon {
|
||||||
@@ -77,5 +78,4 @@ div[class*='v-theme--DARK_'] {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,6 @@
|
|||||||
padding: 0 8px !important;
|
padding: 0 8px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ddMenu {
|
.ddMenu {
|
||||||
@@ -67,7 +66,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.horizontalMenu {
|
.horizontalMenu {
|
||||||
.v-toolbar__content {
|
.v-toolbar__content {
|
||||||
max-width: 1270px;
|
max-width: 1270px;
|
||||||
@@ -82,7 +80,6 @@
|
|||||||
color: rgba(255, 255, 255);
|
color: rgba(255, 255, 255);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-menu {
|
.mobile-menu {
|
||||||
@@ -153,9 +150,7 @@
|
|||||||
.dot {
|
.dot {
|
||||||
background-color: rgb(var(--v-theme-secondary)) !important;
|
background-color: rgb(var(--v-theme-secondary)) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -168,7 +163,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.ddMenu {
|
.ddMenu {
|
||||||
.navItem {
|
.navItem {
|
||||||
.navcollapse {
|
.navcollapse {
|
||||||
@@ -178,8 +172,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ddMenu {
|
.ddMenu {
|
||||||
@@ -205,7 +197,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navItem:hover {
|
.navItem:hover {
|
||||||
|
|
||||||
> .ddMenu {
|
> .ddMenu {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
/*This is for the logo*/
|
/*This is for the logo*/
|
||||||
.leftSidebar {
|
.leftSidebar {
|
||||||
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .03), 0 0 1px 0 rgba(0, 0, 0, .1);
|
box-shadow:
|
||||||
|
0 3px 4px 0 rgba(0, 0, 0, 0.03),
|
||||||
|
0 0 1px 0 rgba(0, 0, 0, 0.1);
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
padding-left: 7px;
|
padding-left: 7px;
|
||||||
@@ -69,8 +71,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*General Menu css*/
|
/*General Menu css*/
|
||||||
.v-list-group__items .v-list-item,
|
.v-list-group__items .v-list-item,
|
||||||
.v-list-item {
|
.v-list-item {
|
||||||
@@ -79,15 +79,10 @@
|
|||||||
|
|
||||||
margin: 0 0 2px;
|
margin: 0 0 2px;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: rgb(var(--v-theme-secondary));
|
color: rgb(var(--v-theme-secondary));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.v-list-item__prepend {
|
.v-list-item__prepend {
|
||||||
margin-inline-end: 13px;
|
margin-inline-end: 13px;
|
||||||
}
|
}
|
||||||
@@ -136,7 +131,6 @@
|
|||||||
background-color: rgb(var(--v-theme-secondary));
|
background-color: rgb(var(--v-theme-secondary));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -169,7 +163,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.v-navigation-drawer--rail {
|
.v-navigation-drawer--rail {
|
||||||
|
|
||||||
.scrollnavbar .v-list .v-list-group__items,
|
.scrollnavbar .v-list .v-list-group__items,
|
||||||
.hide-menu {
|
.hide-menu {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@@ -301,7 +294,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,8 @@
|
|||||||
color: rgba(var(--v-theme-textPrimary));
|
color: rgba(var(--v-theme-textPrimary));
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
&:hover,&:focus{
|
&:hover,
|
||||||
|
&:focus {
|
||||||
background-color: rgba(var(--v-theme-textPrimary));
|
background-color: rgba(var(--v-theme-textPrimary));
|
||||||
color: #fff;
|
color: #fff;
|
||||||
.fc-icon {
|
.fc-icon {
|
||||||
@@ -229,7 +230,6 @@
|
|||||||
.email-title {
|
.email-title {
|
||||||
color: rgb(var(--v-theme-primary)) !important;
|
color: rgb(var(--v-theme-primary)) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user