formatting

This commit is contained in:
2026-07-15 01:01:19 -07:00
parent a0d5a7ec68
commit d33aef1680
27 changed files with 1631 additions and 1683 deletions
@@ -1,4 +1,3 @@
.v-breadcrumbs {
.v-breadcrumbs-divider {
padding: 0 0 !important;
+2 -1
View File
@@ -27,7 +27,8 @@
height: 100%;
}
}
.v-timeline-divider__before,.v-timeline-divider__after {
.v-timeline-divider__before,
.v-timeline-divider__after {
background: rgba(var(--v-border-color), 1);
}
.v-card-text {
-13
View File
@@ -1,7 +1,5 @@
.v-table {
&.datatabels {
&.productlist {
.v-data-table-header__content span {
color: rgb(var(--v-theme-textPrimary));
@@ -27,23 +25,17 @@
tbody tr td {
padding: 15px;
}
}
.v-selection-control--dirty .v-selection-control__input > .v-icon {
color: rgb(var(--v-theme-primary));
}
}
}
@media screen and (max-width: 1368px) {
.v-table {
&.datatabels {
&.productlist {
.v-data-table-header__content span {
color: rgb(var(--v-theme-textPrimary));
@@ -52,7 +44,6 @@
table {
tbody {
tr {
td {
padding: 14px 5px !important;
@@ -75,13 +66,9 @@
}
}
}
}
}
}
}
.v-pagination {
-1
View File
@@ -23,7 +23,6 @@
opacity: 1;
}
.v-field--active .v-label.v-field-label {
color: rgb(var(--v-theme-textPrimary));
}
+2 -1
View File
@@ -4,7 +4,8 @@
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
border: 0 !important;
}
.v-stepper-header,.v-stepper.v-sheet{
.v-stepper-header,
.v-stepper.v-sheet {
box-shadow: none !important;
}
+8 -8
View File
@@ -8,26 +8,26 @@
box-shadow: $box-shadow !important;
}
.elevation-1 {
box-shadow:0px 12px 30px -2px rgba(58,75,116,0.14) !important
box-shadow: 0px 12px 30px -2px rgba(58, 75, 116, 0.14) !important;
}
.elevation-2 {
box-shadow:0px 24px 24px -12px rgba(0, 0, 0, .05) !important
box-shadow: 0px 24px 24px -12px rgba(0, 0, 0, 0.05) !important;
}
.elevation-3 {
box-shadow: rgba(145,158,171,0.2) 0px 0px 2px 0px, rgba(145,158,171,0.12) 0px 12px 24px -4px !important;
box-shadow:
rgba(145, 158, 171, 0.2) 0px 0px 2px 0px,
rgba(145, 158, 171, 0.12) 0px 12px 24px -4px !important;
}
.elevation-4 {
box-shadow: 0px 12px 12px -6px rgba(0, 0, 0, 0.15) !important;
}
.elevation-5
{
box-shadow: 1px 0 7px rgba(0, 0, 0, .05)!important;
.elevation-5 {
box-shadow: 1px 0 7px rgba(0, 0, 0, 0.05) !important;
}
.primary-shadow {
box-shadow: rgba(var(--v-theme-primary), 0.30) 0px 12px 14px 0px;
box-shadow: rgba(var(--v-theme-primary), 0.3) 0px 12px 14px 0px;
&:hover {
box-shadow: none;
}
}
+2 -1
View File
@@ -1,4 +1,5 @@
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar,
.v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
background: rgb(var(--v-theme-primary)) !important;
}
-12
View File
@@ -30,10 +30,7 @@
}
.v-table {
&.ticket-table {
table {
thead {
th {
@@ -43,14 +40,12 @@
tbody {
tr {
td {
padding: 16px 16px !important;
}
}
}
}
}
&.invoice-table {
@@ -68,13 +63,11 @@
&:last-child {
padding-right: 0 !important;
}
}
}
tbody {
tr {
td {
padding: 8px 24px !important;
@@ -90,10 +83,5 @@
}
}
}
}
}
-1
View File
@@ -7,7 +7,6 @@
min-width: auto !important;
&.v-slide-group-item--active {
background: rgb(var(--v-theme-primary));
}
}
}
-1
View File
@@ -10,4 +10,3 @@
background-color: rgba(0, 0, 0, 0.025);
}
}
+24 -37
View File
@@ -37,13 +37,11 @@
height: 25px;
}
&:before {
background-repeat: no-repeat;
content: '';
content: "";
position: absolute;
background-image: url('@/assets/images/front-pages/background/left-shape.png');
background-image: url("@/assets/images/front-pages/background/left-shape.png");
bottom: 0;
height: 40px;
left: 0;
@@ -52,9 +50,9 @@
&:after {
background-repeat: no-repeat;
content: '';
content: "";
position: absolute;
background-image: url('@/assets/images/front-pages/background/right-shape.png');
background-image: url("@/assets/images/front-pages/background/right-shape.png");
bottom: 0;
right: 17%;
width: 325px;
@@ -78,7 +76,6 @@
animation: marquee2 45s linear infinite;
}
@keyframes slide {
0% {
transform: translate3d(0, 0, 0);
@@ -101,11 +98,11 @@
@keyframes marquee2 {
0% {
transform: translate3d(-2086px, 0, 0)
transform: translate3d(-2086px, 0, 0);
}
100% {
transform: translate3d(0, 0, 0)
transform: translate3d(0, 0, 0);
}
}
@@ -130,7 +127,6 @@
img {
max-width: 100%;
height: auto;
}
}
@@ -144,8 +140,8 @@
.intro {
opacity: 0;
bottom: 16px;
inset-inline-start: .75rem;
inset-inline-end: .75rem;
inset-inline-start: 0.75rem;
inset-inline-end: 0.75rem;
transition: 0.5s;
}
}
@@ -157,19 +153,17 @@
padding-bottom: 56px;
}
.v-btn {
background-color: rgba(var(--v-theme-surface));
padding: 16px 24px;
border-radius: 12px !important;
font-size: 16px;
box-shadow: 0px 24px 24px -12px rgba(0, 0, 0, .05);
box-shadow: 0px 24px 24px -12px rgba(0, 0, 0, 0.05);
}
.v-tab--selected {
background-color: rgba(var(--v-theme-primary));
box-shadow: 0px 24px 24px -12px rgba(99, 91, 255, .15);
box-shadow: 0px 24px 24px -12px rgba(99, 91, 255, 0.15);
.v-btn__content {
color: #fff;
@@ -185,7 +179,6 @@
&.max-width-1218 {
max-width: 1218px !important;
}
}
.v-container {
@@ -220,7 +213,6 @@
}
}
.feature-tabs {
.v-tab__slider {
top: 0;
@@ -233,7 +225,6 @@
}
.feature-tabs-expansion {
.v-expansion-panel-text__wrapper {
padding: 0px 0px 16px;
}
@@ -270,7 +261,7 @@
margin: 0;
transform: none;
display: flex;
justify-content: center
justify-content: center;
}
.carousel__next {
@@ -278,7 +269,6 @@
width: 48px;
border-radius: 50%;
background: rgb(var(--v-theme-lightprimary));
}
.carousel__prev {
@@ -302,7 +292,6 @@
}
.testimonials {
.carousel__prev,
.carousel__next {
width: 100%;
@@ -367,21 +356,30 @@
.v-expansion-panel-title__icon {
.v-icon {
font-size: 20px;
opacity: 0.5
opacity: 0.5;
}
}
.v-expansion-panels:not(.v-expansion-panels--variant-accordion)> :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
.v-expansion-panels:not(.v-expansion-panels--variant-accordion)
> :first-child:not(:last-child):not(.v-expansion-panel--active):not(
.v-expansion-panel--before-active
) {
border-bottom-left-radius: 8px !important;
border-bottom-right-radius: 8px !important;
}
.v-expansion-panels:not(.v-expansion-panels--variant-accordion)> :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
.v-expansion-panels:not(.v-expansion-panels--variant-accordion)
> :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(
.v-expansion-panel--after-active
) {
border-top-left-radius: 8px !important;
border-top-right-radius: 8px !important;
}
.v-expansion-panels:not(.v-expansion-panels--variant-accordion)> :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
.v-expansion-panels:not(.v-expansion-panels--variant-accordion)
> :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(
.v-expansion-panel--before-active
) {
border-bottom-left-radius: 8px !important;
border-bottom-right-radius: 8px !important;
}
@@ -392,7 +390,6 @@
}
}
.animted-img {
position: absolute;
z-index: 9;
@@ -452,8 +449,6 @@
}
}
.v-btn--size-default {
&.nav-links {
font-size: $font-size-root !important;
@@ -468,8 +463,6 @@
}
}
.light-primary {
background-color: rgb(var(--v-theme-primary), 0.1);
}
@@ -477,7 +470,6 @@
.announce-close {
position: absolute;
right: 15px;
}
.text-align-start {
@@ -507,7 +499,6 @@
.offerbar:before {
display: none;
}
}
@media screen and (max-width: 1024px) {
@@ -527,8 +518,6 @@
background-image: none;
}
.front-wraper .our-template .carousel__viewport {
margin: 0 0px;
}
@@ -537,7 +526,6 @@
padding-inline-start: 20px !important;
padding-inline-end: 20px !important;
}
}
@media screen and (max-width: 991px) {
@@ -593,5 +581,4 @@
opacity: 1 !important;
}
}
}
+2 -7
View File
@@ -1,14 +1,12 @@
@use "../variables" as *;
.front-lp-header {
.v-toolbar {
background: rgb(var(--v-theme-surface));
}
&.v-app-bar .v-toolbar__content {
padding: 0;
}
.v-toolbar__content {
@@ -31,18 +29,15 @@
transition: 0.5s;
background-color: rgba(var(--v-theme-surface)) !important;
box-shadow: 0 4px 29px -11px #3a4b7424 !important;
}
}
//
// mega menu
//
.white-btn {
background-color: #769CFF;
background-color: #769cff;
}
.front_wrapper {
&.v-menu .v-overlay__content {
margin: 0 auto;
left: 0 !important;
@@ -50,7 +45,7 @@
}
.megamenu {
&::before {
content: '';
content: "";
position: absolute;
top: 0px;
left: 0px;
+1 -1
View File
@@ -2,7 +2,7 @@ html {
overflow-y: auto;
}
.v-main {
background:rgb(var(--v-theme-background)) !important; ;
background: rgb(var(--v-theme-background)) !important;
}
@media (max-width: 1279px) {
.v-main {
+12 -3
View File
@@ -71,8 +71,12 @@
background: #fa896b;
}
.DARK_BLUE_THEME, .DARK_AQUA_THEME, .DARK_ORANGE_THEME, .DARK_PURPLE_THEME, .DARK_GREEN_THEME, .DARK_CYAN_THEME {
.DARK_BLUE_THEME,
.DARK_AQUA_THEME,
.DARK_ORANGE_THEME,
.DARK_PURPLE_THEME,
.DARK_GREEN_THEME,
.DARK_CYAN_THEME {
.togglethemeBlue {
display: block !important;
}
@@ -82,7 +86,12 @@
}
}
.BLUE_THEME, .AQUA_THEME, .ORANGE_THEME, .PURPLE_THEME, .GREEN_THEME, .CYAN_THEME {
.BLUE_THEME,
.AQUA_THEME,
.ORANGE_THEME,
.PURPLE_THEME,
.GREEN_THEME,
.CYAN_THEME {
.togglethemeDarkBlue {
display: block !important;
}
+6 -4
View File
@@ -28,7 +28,7 @@
// border
.border-bottom {
border-bottom: 1px solid rgba(0, 0, 0, .05);
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.opacity-1 {
@@ -55,7 +55,9 @@ 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"]),
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;
@@ -82,7 +84,7 @@ input[type="time"]::-webkit-calendar-picker-indicator {
margin: 0 auto;
box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
input[type=file] {
input[type="file"] {
position: absolute;
left: 0;
top: 0;
@@ -96,7 +98,7 @@ input[type="time"]::-webkit-calendar-picker-indicator {
background-color: transparent !important;
}
.bg-dark {
background-color: rgba(0, 0, 0, .08);
background-color: rgba(0, 0, 0, 0.08);
}
.bg-white-opacity {
background-color: rgba(255, 255, 255, 0.2);
-7
View File
@@ -8,8 +8,6 @@
margin-left: 12px;
}
.bg-img-1 {
position: absolute;
bottom: 0;
@@ -83,7 +81,6 @@
margin-right: 12px;
}
.ml-5 {
margin-left: unset !important;
margin-right: 20px;
@@ -230,7 +227,6 @@
}
@media (min-width: 960px) {
.horizontal-navbar .ddLevel-2,
.horizontal-navbar .ddLevel-3 {
top: -5px;
@@ -265,7 +261,6 @@
width: 320px !important;
}
}
}
.rtlImg {
@@ -322,7 +317,6 @@
.rtlnav {
transform: scaleX(-1);
}
}
}
}
@@ -337,5 +331,4 @@
left: unset;
right: 14px;
}
}
+33 -33
View File
@@ -1,34 +1,34 @@
$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
"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 {
@@ -39,9 +39,9 @@ $sizes: (
}
$height: (
'h-10': 10px,
'h-12': 12px,
'h-15': 15px,
"h-10": 10px,
"h-12": 12px,
"h-15": 15px,
);
@each $pixel, $size in $height {
+3 -4
View File
@@ -4,9 +4,9 @@
> .v-btn:first-child {
margin-inline-start: 0;
}
.v-btn {
color: rgba(var(--v-theme-textsurface)) !important;
}
// .v-btn {
// color: rgba(var(--v-theme-textsurface)) !important;
// }
}
}
@@ -31,7 +31,6 @@
}
}
.notify {
position: relative;
top: -20px;
+1 -12
View File
@@ -46,7 +46,6 @@
}
tr.month-item-hover {
td {
padding-top: 12px !important;
padding-bottom: 12px !important;
@@ -58,13 +57,9 @@
border-left: 4px solid rgba(var(--v-theme-primary)) !important;
}
}
}
.no-line {
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td {
border-bottom: 0 !important;
}
@@ -81,7 +76,6 @@
}
}
.chip-label {
width: 80px;
justify-content: center;
@@ -121,9 +115,7 @@ body {
}
.profile-activity {
.v-tab {
&.v-btn {
border: 1px dashed rgba(var(--v-theme-borderColor));
border-radius: 8px;
@@ -144,7 +136,6 @@ body {
opacity: 0;
}
}
}
.v-slide-group__content {
@@ -187,7 +178,6 @@ body {
padding-bottom: 20px;
margin-bottom: 20px;
}
}
.progress-cards {
@@ -198,7 +188,7 @@ body {
}
@media screen and (max-width: 991px) {
border-inline-end: 0 !important
border-inline-end: 0 !important;
}
}
@@ -210,7 +200,6 @@ body {
}
}
.earning-cards {
@media screen and (max-width: 991px) {
.w-25 {
+1 -1
View File
@@ -31,7 +31,7 @@
pre {
background: #0d0d0d;
color: #fff;
font-family: 'JetBrainsMono', monospace;
font-family: "JetBrainsMono", monospace;
padding: 0.75rem 1rem;
border-radius: 0.5rem;