Initial commit

This commit is contained in:
2026-06-24 23:47:55 -07:00
commit d134b480a0
297 changed files with 30726 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
html {
overflow-y: auto;
}
.v-main{
background:rgb(var(--v-theme-background)) !important; ;
}
@media (max-width: 1279px) {
.v-main {
margin: 0 10px;
}
}
.cursor-pointer {
cursor: pointer;
}
.page-wrapper {
min-height: calc(100vh - 100px);
padding: 24px;
// border-radius: $border-radius-root;
@media screen and (max-width: 767px) {
padding: 20px 10px;
}
}
.maxWidth {
max-width: 1200px;
margin: 0 auto;
}
.fixed-width {
max-width: 1300px;
}
.right-pos-img {
position: absolute;
right: 0;
top: 0;
height: 100%;
}
+93
View File
@@ -0,0 +1,93 @@
.v-btn.customizer-btn {
position: fixed;
bottom: 30px;
right: 30px;
border-radius: 50%;
// .icon-tabler-settings {
// animation: progress-circular-rotate 1.4s linear infinite;
// transform-origin: center center;
// transition: all 0.2s ease-in-out;
// }
}
.btn-group-custom {
&.v-btn-group {
height: 66px !important;
overflow: unset !important;
.v-btn {
height: 66px !important;
padding: 0 20px;
border: 1px solid rgb(var(--v-theme-borderColor), 0.7) !important;
transition: all 0.1s ease-in 0s;
&:hover {
transform: scale(1.05);
}
&.text-primary {
.v-btn__overlay {
background: transparent !important;
}
.icon {
color: rgb(var(--v-theme-primary)) !important;
fill: rgb(var(--v-theme-primary), 0.2);
}
color: rgb(var(--v-theme-primary)) !important;
}
}
}
}
.hover-btns {
transition: all 0.1s ease-in 0s;
&:hover {
transform: scale(1.05);
}
}
// all theme colors
.v-avatar.themeBlue,
.v-avatar.themeDarkBlue {
background: #1e88e5;
}
.v-avatar.themeAqua,
.v-avatar.themeDarkAqua {
background: #0074ba;
}
.v-avatar.themePurple,
.v-avatar.themeDarkPurple {
background: #763ebd;
}
.v-avatar.themeGreen,
.v-avatar.themeDarkGreen {
background: #0a7ea4;
}
.v-avatar.themeCyan,
.v-avatar.themeDarkCyan {
background: #01c0c8;
}
.v-avatar.themeOrange,
.v-avatar.themeDarkOrange {
background: #fa896b;
}
.DARK_BLUE_THEME, .DARK_AQUA_THEME, .DARK_ORANGE_THEME, .DARK_PURPLE_THEME, .DARK_GREEN_THEME, .DARK_CYAN_THEME {
.togglethemeBlue {
display: block !important;
}
.togglethemeDarkBlue {
display: none !important;
}
}
.BLUE_THEME, .AQUA_THEME, .ORANGE_THEME, .PURPLE_THEME, .GREEN_THEME, .CYAN_THEME {
.togglethemeDarkBlue {
display: block !important;
}
.togglethemeBlue {
display: none !important;
}
}
+81
View File
@@ -0,0 +1,81 @@
// theme : dark
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;
}
.front-dark{
&.bg-textPrimary{
background-color: rgb(var(--v-theme-surface)) !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;
}
}
.svgMap-map-controls-zoom {
background: #c9d6de !important;
}
.svgMap-control-button{
background-color: rgb(var(--v-theme-textSecondary)) !important;
}
}
.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;
}
}
}
}
}
}
+231
View File
@@ -0,0 +1,231 @@
@use "../variables" as *;
.horizontalLayout {
.v-main {
margin: 0 16px !important;
@media screen and (max-width: 767px) {
margin: 0 10px !important;
}
}
}
.horizontal-header {
&.v-app-bar .v-toolbar__content {
padding: 0;
display: flex;
justify-content: space-between;
}
.maxWidth {
@media screen and (max-width: 1199px) {
padding: 0 8px !important;
}
}
}
.ddMenu {
&.ddLevel-1 {
.navItem {
.navItemLink {
.dot {
height: 6px;
width: 6px;
background-color: rgb(var(--v-theme-textSecondary));
border-radius: 50%;
margin-inline-end: 8px !important;
}
}
&:hover {
.dot {
background-color: rgb(var(--v-theme-secondary));
}
}
}
}
&.ddLevel-2 {
.navItem {
.navItemLink {
.dot {
height: 6px;
width: 6px;
background-color: rgb(var(--v-theme-textSecondary));
border-radius: 50%;
margin-inline-end: 8px !important;
}
}
&:hover {
.dot {
background-color: rgb(var(--v-theme-secondary));
}
}
}
}
}
.horizontalMenu {
.v-toolbar__content {
max-width: 1270px;
margin: 0 auto;
}
.navItem:has(.ddMenu.ddLevel-1 li a.router-link-active) {
background-color: rgb(var(--v-theme-secondary)) !important;
border-radius: 9999px;
.navcollapse {
color: rgba(255, 255, 255);
}
}
}
.mobile-menu {
.v-navigation-drawer {
margin-top: -70px !important;
height: 100vh !important;
z-index: 2000 !important;
}
}
@media (min-width: 960px) {
.horizontalMenu {
margin-top: 65px;
margin-bottom: -70px;
.maxWidth {
.horizontal-navbar {
max-width: 1160px;
}
}
}
.horizontal-navbar {
padding: 16px 0;
margin: 0px auto;
align-items: center;
display: flex;
z-index: 11;
font-size: 0.875rem;
position: relative;
ul {
padding: 0px;
margin: 0px;
}
.ddMenu {
li {
a {
color: rgb(var(--v-theme-textPrimary)) !important;
}
}
}
li {
list-style: none;
a {
text-decoration: none;
display: flex;
align-items: center;
padding: 10px 13px;
height: 40px;
.navIcon {
margin-right: 10px;
display: flex;
}
.ddIcon {
margin-top: 2px;
}
&.router-link-exact-active {
background-color: transparent;
color: rgba(var(--v-theme-secondary)) !important;
.dot {
background-color: rgb(var(--v-theme-secondary)) !important;
}
}
}
}
.navItem {
position: relative;
.single-link {
&:hover {
color: rgb(var(--v-theme-secondary)) !important;
}
}
.ddMenu {
.navItem {
.navcollapse {
&:hover {
color: rgb(var(--v-theme-secondary)) !important;
}
}
}
}
}
.ddMenu {
position: absolute;
width: 230px;
display: none;
top: 40px;
padding: 10px;
z-index: 1;
background-color: rgb(var(--v-theme-surface));
box-shadow: $box-shadow;
border-radius: $border-radius-root;
li {
margin-bottom: 3px;
}
}
.ddLevel-2,
.ddLevel-3 {
top: -5px;
left: 212px;
}
.navItem:hover {
>.ddMenu {
display: block;
}
}
>li:hover {
background-color: rgb(var(--v-theme-lightprimary));
border-radius: 9999px;
>.navItemLink {
color: rgb(var(--v-theme-secondary));
opacity: 1;
}
}
.router-link-exact-active {
color: rgb(var(--v-theme-secondary));
font-weight: 500;
background-color: rgb(var(--v-theme-lightprimary));
border-radius: $border-radius-root;
}
}
}
+109
View File
@@ -0,0 +1,109 @@
.h-100 {
height: 100%;
}
.w-100 {
width: 100%;
}
.h-100vh {
height: 100vh;
}
.gap-2 {
gap: 8px;
}
.gap-3 {
gap: 16px;
}
.gap-4 {
gap: 24px;
}
.text-white {
color: rgb(255, 255, 255) !important;
}
// border
.border-bottom {
border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.opacity-1 {
opacity: 1 !important;
}
.opacity-50 {
opacity: 0.5;
}
.z-auto.v-card {
z-index: auto;
}
.obj-cover {
object-fit: cover;
}
.cursor-move {
cursor: move;
}
body {
cursor: default;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="file"]):not([type="range"]):not([type="color"]),
textarea,
[contenteditable="true"] {
cursor: text;
}
//Date time picker
input[type="date"],
input[type="time"] {
display: block !important;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
display: block !important;
}
.ProseMirror {
min-height: 150px;
}
.upload-btn-wrapper {
width: 150px;
height: 140px;
margin: 0 auto;
box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
input[type=file] {
position: absolute;
left: 0;
top: 0;
opacity: 0;
height: 100%;
width: 100%;
}
}
.bg-transparent {
background-color: transparent !important;
}
.bg-dark{
background-color: rgba(0, 0, 0, .08);
}
.bg-white-opacity{
background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width:1368px) and (min-width:1200px) {
.space-20 {
padding: 30px 20px !important;
}
}
+341
View File
@@ -0,0 +1,341 @@
.v-locale--is-rtl {
.customizer-btn {
left: 30px;
right: unset;
}
.horizontal-navbar .icon-box {
margin-left: 12px;
}
.bg-img-1 {
position: absolute;
bottom: 0;
left: 0;
right: unset !important;
transform: scaleX(-1);
}
.ml-1 {
margin-left: unset !important;
margin-right: 4px;
}
.ml-2 {
margin-left: unset !important;
margin-right: 8px;
}
.mr-1 {
margin-right: unset !important;
margin-left: 4px;
}
.mr-2 {
margin-right: unset !important;
margin-left: 8px;
}
.mr-sm-2 {
margin-right: unset !important;
margin-left: 8px;
}
.mr-3 {
margin-right: unset !important;
margin-left: 12px !important;
}
.mr-4 {
margin-right: unset !important;
margin-left: 16px !important;
}
.ml-3 {
margin-left: unset !important;
margin-right: 12px !important;
}
.mr-auto {
margin-left: auto !important;
margin-right: unset !important;
}
.ml-4 {
margin-left: unset !important;
margin-right: 16px;
}
.ml-sm-4 {
margin-left: unset !important;
margin-right: 16px;
}
.ml-md-4 {
margin-left: unset !important;
margin-right: 16px;
}
.ml-sm-3 {
margin-left: unset !important;
margin-right: 12px;
}
.ml-5 {
margin-left: unset !important;
margin-right: 20px;
}
.ml-6 {
margin-left: unset !important;
margin-right: 24px;
}
.ml-10 {
margin-left: unset !important;
margin-right: 40px;
}
.pl-1 {
padding-left: unset !important;
padding-right: 4px !important;
}
.pl-2 {
padding-left: unset !important;
padding-right: 8px !important;
}
.pr-2 {
padding-left: 8px !important;
}
.pr-4 {
padding-left: 16px !important;
padding-right: unset !important;
}
.pl-4 {
padding-left: unset !important;
padding-right: 16px !important;
}
.right-pos-img {
right: unset;
left: 0;
transform: scaleX(-1);
top: 0;
}
.badg-dotDetail {
left: 0;
right: -8px;
}
.text-right {
text-align: left !important;
}
.text-sm-right,
.text-md-right {
text-align: left !important;
}
.text-sm-left {
text-align: right !important;
}
.text-left {
text-align: right !important;
}
.ml-auto,
.ml-sm-auto {
margin-left: unset !important;
margin-right: auto !important;
}
.justify-start {
justify-content: flex-end !important;
}
.vertical-table .v-table>.v-table__wrapper>table>tbody>tr>th {
border-left: thin solid rgba(var(--v-border-color), 1) !important;
}
.authentication .auth-header {
left: unset;
right: 0;
}
.horizontal-navbar li a {
padding: 10px 13px;
}
.horizontal-navbar {
li {
margin-right: 0;
margin-left: 15px;
}
}
// &.v-menu .v-overlay__content,
// &.search_popup .v-overlay__content,
// &.language_dropdown .v-overlay__content,
// &.notification_popup .v-overlay__content,
// &.profile_popup .v-overlay__content {
// left: inherit;
// }
.related-Product {
.carousel__prev.navarrow {
top: 0;
right: unset !important;
left: 0;
}
.carousel__next.navarrow {
top: 0;
right: unset !important;
left: 45px;
}
}
//RTL mode minisidebar hover to active scrollbar
.ps--active-y>.ps__rail-y {
right: unset !important;
left: 0;
}
//RTL mode sidebar scrollbar on right side
.left-customizer {
.ps__rail-y {
right: 0 !important;
}
}
.horizontal-navbar .ddMenu {
padding: 10px 15px 10px 0px;
}
.v-list-group__items {
.iconClass {
position: relative;
left: unset;
right: -2px;
}
}
@media (min-width: 960px) {
.horizontal-navbar .ddLevel-2,
.horizontal-navbar .ddLevel-3 {
top: -5px;
right: 212px;
}
.horizontal-navbar li a .navIcon {
margin-right: 0;
margin-left: 10px;
}
}
.leftSidebar .profile-name h5 {
direction: ltr;
}
.horizontal-navbar {
.ddMenu {
.navItemLink {
padding-right: 15px;
}
}
}
@media screen and (max-width:1279px) {
.mini-sidebar {
.v-navigation-drawer.v-navigation-drawer--right {
width: 270px !important;
}
.v-navigation-drawer.v-navigation-drawer--left {
width: 320px !important;
}
}
}
.rtlImg {
transform: scaleX(-1);
}
.marquee1-group {
animation: marquee-rtl 45s linear infinite;
}
.marquee2-group {
animation: marquee2-rtl 45s linear infinite;
}
@keyframes marquee-rtl {
0% {
transform: translate3d(0, 0, 0);
}
100% {
transform: translate3d(2086px, 0, 0);
}
}
@keyframes marquee2-rtl {
0% {
transform: translate3d(2086px, 0, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
.front-wraper {
.testimonials {
.slide-counter {
left: -50px;
}
.carousel__prev {
right: -74%;
left: unset;
.rtlnav {
transform: scaleX(-1);
}
}
.carousel__next {
right: -60%;
left: unset;
.rtlnav {
transform: scaleX(-1);
}
}
}
}
//For Rtl Chart
.rtl-me-n7 {
margin-inline-start: -28px !important;
margin-inline-end: unset !important;
}
.profile-img::before {
left: unset;
right: 14px;
}
}
+374
View File
@@ -0,0 +1,374 @@
@use "../variables" as *;
/*This is for the logo*/
.leftSidebar {
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .03), 0 0 1px 0 rgba(0, 0, 0, .1);
.logo {
padding-left: 7px;
}
.mini-icon {
display: none;
}
.mini-text {
display: block;
}
.profile {
background: url("@/assets/images/backgrounds/user-info.jpg") no-repeat;
}
.profile-name {
background: rgba(0, 0, 0, 0.5);
margin-top: -6px;
height: 35px;
h5 {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
}
.v-list--density-default .v-list-subheader {
padding-inline-start: 0 !important;
}
}
.verticalLayout {
.logo {
width: 250px;
@media screen and (max-width:1024px) {
width: auto;
}
}
}
/*This is for the Vertical sidebar*/
.scrollnavbar {
height: 100%;
.userbottom {
position: fixed;
bottom: 0px;
width: 100%;
}
.smallCap {
padding: 3px 12px 12px 0px !important;
font-size: 0.875rem;
font-weight: 500;
margin-top: 24px;
color: rgb(var(--v-theme-textPrimary));
&:first-child {
margin-top: 0 !important;
}
}
/*General Menu css*/
.v-list-group__items .v-list-item,
.v-list-item {
border-radius: $border-radius-root;
padding-inline-start: calc(14px + var(--indent-padding) / 10) !important;
margin: 0 0 2px;
&:hover {
color: rgb(var(--v-theme-secondary));
}
.v-list-item__prepend {
margin-inline-end: 13px;
}
.v-list-item__append {
font-size: 0.875rem;
.v-icon {
margin-inline-start: 13px;
}
}
.v-list-item-title {
font-size: 0.875rem;
}
}
.v-list-group__items {
.v-list-item {
min-height: 35px !important;
padding-inline-start: calc(12px + var(--indent-padding) / 10) !important;
.v-list-item__prepend .dot {
height: 6px;
width: 6px;
background-color: rgb(var(--v-theme-textSecondary));
border-radius: 50%;
margin-inline-end: 8px !important;
opacity: 0;
}
.v-list-item-title {
font-size: 14px !important;
}
&:hover {
color: rgb(var(--v-theme-secondary));
.v-list-item__prepend .dot {
background-color: rgb(var(--v-theme-secondary));
}
}
&.v-list-item--active {
.v-list-item__prepend .dot {
background-color: rgb(var(--v-theme-secondary));
}
}
}
}
/*This is for the dropdown*/
.v-list {
color: rgb(var(--v-theme-textPrimary));
>.v-list-item.v-list-item--active,
.v-list-item--active>.v-list-item__overlay {
background: rgb(var(--v-theme-secondary));
color: white;
}
>.v-list-group {
position: relative;
>.v-list-item--active,
>.v-list-item--active:hover {
background: rgb(var(--v-theme-secondary));
color: white;
}
.v-list-group__items .v-list-item.v-list-item--active,
.v-list-group__items .v-list-item.v-list-item--active>.v-list-item__overlay {
background: transparent;
color: rgb(var(--v-theme-secondary));
}
}
}
}
.v-navigation-drawer--rail {
.scrollnavbar .v-list .v-list-group__items,
.hide-menu {
opacity: 1;
}
.leftPadding {
margin-left: 0px;
}
}
@media only screen and (min-width: 1170px) {
.mini-sidebar {
.logo {
width: 40px;
overflow: hidden;
padding-left: 0;
}
.profile-logout {
opacity: 0;
width: 0;
}
.scrollnavbar {
.smallCap {
padding: 3px 12px 12px 12px !important;
}
}
.leftSidebar .v-list--density-default .v-list-subheader {
padding-inline-start: 15px !important;
}
.mini-icon {
display: block;
}
.sidebarchip.hide-menu {
opacity: 0;
}
.mini-text {
display: none;
}
.v-list {
padding: 14px !important;
}
.v-list-group__items {
.iconClass {
position: relative;
left: -2px;
}
}
.leftSidebar:hover {
box-shadow: $box-shadow !important;
.mini-icon {
display: none;
}
.sidebarchip.hide-menu {
opacity: 1;
}
.mini-text {
display: block;
}
.profile-logout {
opacity: 1;
width: auto;
}
.scrollnavbar {
.smallCap {
padding: 3px 12px 12px 0px !important;
}
}
.v-list-group__items {
.iconClass {
position: relative;
left: 0px;
}
}
.v-list--density-default .v-list-subheader {
padding-inline-start: 0px !important;
}
.v-list-group__items {
.v-list-item {
.v-list-item__prepend .dot {
opacity:0;
}
}
}
}
.v-navigation-drawer--expand-on-hover:hover {
.logo {
width: 100%;
}
.v-list .v-list-group__items,
.hide-menu {
opacity: 1;
}
}
.profile-img {
margin-left: 0;
&::before {
left: 12px;
}
}
.menu-toggle {
margin-left: 24px;
}
.v-list-group__items {
.v-list-item {
.v-list-item__prepend .dot {
opacity: 1;
}
}
}
}
}
// scrollbar
.ps__rail-y {
z-index: 9;
}
.profile-img {
margin-left: 14px;
&::before {
-webkit-animation: 2.5s blow 0s linear infinite;
animation: 2.5s blow 0s linear infinite;
position: absolute;
content: "";
width: 50px;
height: 50px;
top: 40px;
border-radius: 50%;
z-index: 0;
left: 26px;
}
@-webkit-keyframes blow {
0% {
box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
opacity: 1;
-webkit-transform: scale3d(1, 1, 0.5);
transform: scale3d(1, 1, 0.5);
}
50% {
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
opacity: 1;
-webkit-transform: scale3d(1, 1, 0.5);
transform: scale3d(1, 1, 0.5);
}
100% {
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
opacity: 0;
-webkit-transform: scale3d(1, 1, 0.5);
transform: scale3d(1, 1, 0.5);
}
}
@keyframes blow {
0% {
box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
opacity: 1;
-webkit-transform: scale3d(1, 1, 0.5);
transform: scale3d(1, 1, 0.5);
}
50% {
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
opacity: 1;
-webkit-transform: scale3d(1, 1, 0.5);
transform: scale3d(1, 1, 0.5);
}
100% {
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
opacity: 0;
-webkit-transform: scale3d(1, 1, 0.5);
transform: scale3d(1, 1, 0.5);
}
}
}
+98
View File
@@ -0,0 +1,98 @@
$sizes: (
'display-1': 44px,
'display-2': 40px,
'display-3': 30px,
'h1': 36px,
'h2': 30px,
'h3': 21px,
'h4': 18px,
'h5': 16px,
'h6': 14px,
'text-10': 10px,
'text-12': 12px,
'text-13': 13px,
'text-14': 14px,
'text-15': 15px,
'text-16': 16px,
'text-17': 17px,
'text-18': 18px,
'text-20': 20px,
'text-22': 22px,
'text-24': 24px,
'text-28': 28px,
'text-34': 34px,
'text-40': 40px,
'text-44': 44px,
'text-48': 48px,
'text-50': 50px,
'text-52': 52px,
'text-56': 56px,
'text-64': 64px,
'body-text-1': 10px
);
@each $pixel, $size in $sizes {
.#{$pixel} {
font-size: $size;
line-height: $size + 10;
}
}
$height: (
'h-10': 10px,
'h-12': 12px,
'h-15': 15px,
);
@each $pixel, $size in $height {
.#{$pixel} {
height: $size;
width: $size ;
}
}
.textSecondary {
color: rgb(var(--v-theme-textSecondary)) !important;
}
.textPrimary {
color: rgb(var(--v-theme-textPrimary)) !important;
}
// line height
.lh-md {
line-height: 1.57;
}
.lh-normal{
line-height: normal;
}
.font-weight-semibold {
font-weight: 600;
}
// hover text
.text-hover-primary {
color: rgb(var(--v-theme-textPrimary));
&:hover {
color: rgb(var(--v-theme-primary));
}
}
.link {
color: rgb(var(--v-theme-textSecondary));
text-decoration: none;
&:hover {
color: rgb(var(--v-theme-primary));
}
}
.hover-primary {
&:hover {
color: rgb(var(--v-theme-primary)) !important;
opacity: 1;
}
}
+110
View File
@@ -0,0 +1,110 @@
.v-app-bar {
.v-toolbar__content {
padding: 0 15px;
> .v-btn:first-child {
margin-inline-start: 0;
}
.v-btn {
color: rgba(var(--v-theme-textsurface)) !important;
}
}
}
.custom-text-primary {
&.v-list-item:hover > .v-list-item__overlay {
display: none;
}
.custom-title {
color: rgb(var(--v-theme-textPrimary)) !important;
}
&:hover {
.custom-title {
color: rgb(var(--v-theme-primary)) !important;
}
}
}
@media screen and (max-width:1279px) {
.mini-sidebar {
.v-navigation-drawer.v-navigation-drawer--left {
width: 270px !important;
}
}
}
.notify {
position: relative;
top: -20px;
right: -8px;
.heartbit {
position: absolute;
top: -5px;
right: -2px;
height: 18px;
width: 18px;
z-index: 10;
border: 2px solid rgb(var(--v-theme-error));
border-radius: 70px;
animation: heartbit 1s ease-out;
-moz-animation: heartbit 1s ease-out;
-moz-animation-iteration-count: infinite;
-o-animation: heartbit 1s ease-out;
-o-animation-iteration-count: infinite;
-webkit-animation: heartbit 1s ease-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.point {
width: 4px;
height: 4px;
border-radius: 30px;
position: absolute;
right: 5px;
top: 2px;
background-color: rgb(var(--v-theme-error));
position: absolute;
}
}
@keyframes heartbit {
0% {
transform: scale(0);
opacity: 0;
}
25% {
transform: scale(0.1);
opacity: 0.1;
}
50% {
transform: scale(0.5);
opacity: 0.3;
}
75% {
transform: scale(0.8);
opacity: 0.5;
}
100% {
transform: scale(1);
opacity: 0;
}
}
.v-menu.mobile_popup .v-overlay__content {
width: 100%;
}
@media (max-width: 1199px) {
.main-head{
&.v-app-bar .v-toolbar__content{
width: 100%;
justify-content: space-between;
padding: 0 10px;
}
}
}