master
sajjad 3 years ago
parent c2879b8ad1
commit 932699bc94

@ -9,7 +9,7 @@ export const getJson = (data) => ({
arm_diameter: data.arm_diameter, arm_diameter: data.arm_diameter,
leg_diameter: data.leg_diameter, leg_diameter: data.leg_diameter,
details: data.details, details: data.details,
profile: data.profile, profile: data.profile ? data.profile : 'https://via.placeholder.com/600',
address: data.address, address: data.address,
email: data.email, email: data.email,
cell_number: data.cell_number, cell_number: data.cell_number,

@ -10,7 +10,7 @@
<v-col cols="12"> <v-col cols="12">
<div> <div>
<div class="text-left description"> <div class="text-left description">
here is dashboard home, feel free navigate from right side menu or choose here is dashboard home, feel free navigate from left side menu or choose
from shortcuts we prepared for you. from shortcuts we prepared for you.
</div> </div>
</div> </div>
@ -79,7 +79,7 @@
<v-col cols="12"> <v-col cols="12">
<div class=""> <div class="">
<div class="text-left description"> <div class="text-left description">
here is your dashboard home, feel free navigate from right side menu or here is your dashboard home, feel free navigate from left side menu or
choose from shortcuts we prepared for you. choose from shortcuts we prepared for you.
</div> </div>
</div> </div>
@ -141,7 +141,7 @@
<v-col cols="12"> <v-col cols="12">
<div class=""> <div class="">
<div class="text-left description"> <div class="text-left description">
here is your dashboard home, feel free navigate from right side menu or here is your dashboard home, feel free navigate from left side menu or
choose from shortcuts we prepared for you. choose from shortcuts we prepared for you.
</div> </div>
</div> </div>

@ -3,8 +3,8 @@
<main-back height="500px"> <main-back height="500px">
<v-row class="px-16 py-10 h-100"> <v-row class="px-16 py-10 h-100">
<slot name="auth"></slot> <slot name="auth"></slot>
<v-col cols="1" class="text-center"> <v-col cols="1" class="text-center pl-0">
<v-divider vertical dark></v-divider> <v-divider vertical dark class="mr-1"></v-divider>
</v-col> </v-col>
<v-col cols="5"> <v-col cols="5">
<div class="wa__f__m__eb auth__text"> <div class="wa__f__m__eb auth__text">

@ -128,7 +128,7 @@
></v-col> ></v-col>
<v-col cols="6" <v-col cols="6"
><v-text-field ><v-text-field
label="vintroduction video link" label="introduction video link"
class="no-error-msg pt-0 mt-0" class="no-error-msg pt-0 mt-0"
dark dark
v-model="form.video_link" v-model="form.video_link"

@ -90,7 +90,7 @@
<v-col cols="3"></v-col> <v-col cols="3"></v-col>
</v-row> </v-row>
<v-divider dark></v-divider> <v-divider dark></v-divider>
<v-row class="w-100"> <v-row>
<v-col cols="3" <v-col cols="3"
><v-text-field ><v-text-field
label="weight" label="weight"

@ -41,7 +41,7 @@
<v-col cols="8" <v-col cols="8"
><v-text-field ><v-text-field
v-model="form.period" v-model="form.period"
label="period" label="program duration (day)"
class="no-error-msg pt-0 mt-0" class="no-error-msg pt-0 mt-0"
dark dark
></v-text-field ></v-text-field

@ -2,7 +2,7 @@
<div class="user__card"> <div class="user__card">
<v-row> <v-row>
<v-col cols="3"> <v-col cols="3">
<div class="d-flex align-center h-100" style="overflow: hidden"> <div class="d-flex align-center mt-1 h-100" style="overflow: hidden">
<div style="line-height: 14px"> <div style="line-height: 14px">
<div class="user__name wa__f__m__eb"> <div class="user__name wa__f__m__eb">
{{ user.first_name }} {{ user.last_name }} {{ user.first_name }} {{ user.last_name }}
@ -43,7 +43,7 @@
<RectangleButton <RectangleButton
height="35" height="35"
width="48" width="48"
class="ml-1 custom-btn custom-icon" class="ml-1 custom-btn custom-icon"
icon="WMi-gold-medal" icon="WMi-gold-medal"
@click.native="chageRole" @click.native="chageRole"
v-if="role === 'admin'" v-if="role === 'admin'"

@ -8,26 +8,33 @@
background-position: center !important; background-position: center !important;
background-attachment: fixed !important; background-attachment: fixed !important;
} }
.wa__f__m__eb { .wa__f__m__eb {
font-family: "Montserrat-extrabold", sans-serif !important; font-family: "Montserrat-extrabold", sans-serif !important;
} }
.wa__f__ta { .wa__f__ta {
font-family: "Team-america", sans-serif !important ; font-family: "Team-america", sans-serif !important;
} }
ul { ul {
list-style-type: none; list-style-type: none;
} }
a { a {
text-decoration: none !important; text-decoration: none !important;
} }
.wa__link a { .wa__link a {
text-decoration: none; text-decoration: none;
display: block; display: block;
color: initial !important; color: initial !important;
} }
.mt-40 { .mt-40 {
margin-top: 40px !important; margin-top: 40px !important;
} }
.v-input .v-label { .v-input .v-label {
font-family: "Montserrat-light" !important; font-family: "Montserrat-light" !important;
font-size: 14px !important; font-size: 14px !important;
@ -36,11 +43,13 @@ a {
text-transform: uppercase !important; text-transform: uppercase !important;
letter-spacing: 1px !important; letter-spacing: 1px !important;
} }
.theme--light.v-text-field > .v-input__control > .v-input__slot:before,
.theme--dark.v-text-field > .v-input__control > .v-input__slot:before { .theme--light.v-text-field>.v-input__control>.v-input__slot:before,
.theme--dark.v-text-field>.v-input__control>.v-input__slot:before {
background-color: var(--color-light-gray) !important; background-color: var(--color-light-gray) !important;
border-color: var(--color-light-gray); border-color: var(--color-light-gray);
} }
.v-text-field__slot input, .v-text-field__slot input,
.v-select__selections .v-select__selection, .v-select__selections .v-select__selection,
textarea { textarea {
@ -48,16 +57,23 @@ textarea {
font-size: 16px; font-size: 16px;
margin-bottom: 0 !important; margin-bottom: 0 !important;
} }
.v-input--is-focused .v-text-field__slot input::placeholder { .v-input--is-focused .v-text-field__slot input::placeholder {
color: #acacac; color: #acacac;
text-transform: uppercase; text-transform: uppercase;
} }
.v-list-item__content, .v-list-item__content,
.v-select__slot input { .v-select__slot input {
font-family: "Montserrat-light"; font-family: "Montserrat-light";
} }
.v-label--active { .v-label--active {
top: 13px !important; top: 12px !important;
}
.v-textarea .v-label--active {
top: 8px !important;
} }
.multiple .v-input__control .v-input__slot .v-select__slot .v-label { .multiple .v-input__control .v-input__slot .v-select__slot .v-label {
@ -118,29 +134,34 @@ textarea {
display: none !important; display: none !important;
} }
.v-text-field.no-error-msg + .validation__error { .v-text-field.no-error-msg+.validation__error {
display: none; display: none;
} }
.v-text-field.no-error-msg .v-input__slot { .v-text-field.no-error-msg .v-input__slot {
margin-bottom: 0px; margin-bottom: 0px;
} }
.no-error-msg .v-input .v-input__control .v-text-field__details { .no-error-msg .v-input .v-input__control .v-text-field__details {
display: none; display: none;
} }
/* ---------------------------------- textfields ------------------------------*/ /* ---------------------------------- textfields ------------------------------*/
.prefix .v-input__slot { .prefix .v-input__slot {
padding-right: 0px !important; padding-right: 0px !important;
// overflow: hidden; // overflow: hidden;
font-weight: 300; font-weight: 300;
} }
.v-text-field.large-label .v-label { .v-text-field.large-label .v-label {
font-size: 12px !important; font-size: 12px !important;
} }
.prefix.custom-input .v-label, .prefix.custom-input .v-label,
.custom-combobox .v-label { .custom-combobox .v-label {
right: 0px !important; right: 0px !important;
} }
.prefix .v-text-field__prefix { .prefix .v-text-field__prefix {
background-color: #ecd9b5; background-color: #ecd9b5;
min-width: 70px; min-width: 70px;
@ -152,6 +173,7 @@ textarea {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
.prefix input { .prefix input {
padding-right: 10px; padding-right: 10px;
} }
@ -159,12 +181,15 @@ textarea {
.prefix input:focus .v-text-field__prefix { .prefix input:focus .v-text-field__prefix {
color: black !important; color: black !important;
} }
.prefix .v-input__icon { .prefix .v-input__icon {
height: 100%; height: 100%;
} }
.custom-input.prefix.primary--text { .custom-input.prefix.primary--text {
color: black !important; color: black !important;
} }
.custom-input.prefix .primary--text { .custom-input.prefix .primary--text {
color: black !important; color: black !important;
font-weight: 800; font-weight: 800;
@ -185,18 +210,22 @@ textarea {
.v-textarea.no-error-msg .v-text-field__details { .v-textarea.no-error-msg .v-text-field__details {
display: none !important; display: none !important;
} }
.v-text-field__suffix { .v-text-field__suffix {
font-size: 10px !important; font-size: 10px !important;
color: var(--color-gray); color: var(--color-gray);
text-transform: uppercase !important; text-transform: uppercase !important;
} }
.v-text-field input { .v-text-field input {
padding: 8px 0 2px !important; padding: 8px 0 2px !important;
} }
/* ----------------------------------- selects ---------------------------------------------- */ /* ----------------------------------- selects ---------------------------------------------- */
.custom-combobox { .custom-combobox {
height: 55.99px; height: 55.99px;
} }
.custom-checkbox.v-input--checkbox .v-label { .custom-checkbox.v-input--checkbox .v-label {
font-size: 13px !important; font-size: 13px !important;
} }
@ -232,6 +261,7 @@ textarea {
margin-top: 0px !important; margin-top: 0px !important;
padding-top: 10px !important; padding-top: 10px !important;
} }
.v-input--checkbox .v-label { .v-input--checkbox .v-label {
font-size: 14px !important; font-size: 14px !important;
} }
@ -240,13 +270,16 @@ textarea {
font-size: 40px !important; font-size: 40px !important;
font-family: "montserrat-extrabold"; font-family: "montserrat-extrabold";
} }
.wa__modal.v-card.v-sheet.theme--dark, .wa__modal.v-card.v-sheet.theme--dark,
.d-flex.align-center.v-card.v-card--link.v-sheet.theme--dark { .d-flex.align-center.v-card.v-card--link.v-sheet.theme--dark {
background-color: rgba(0, 0, 0, 0.966) !important; background-color: rgba(0, 0, 0, 0.966) !important;
} }
input::placeholder { input::placeholder {
text-transform: uppercase; text-transform: uppercase;
} }
/* -------------------- button on modal ------------------------------*/ /* -------------------- button on modal ------------------------------*/
.close__modal { .close__modal {
position: absolute; position: absolute;
@ -254,23 +287,28 @@ input::placeholder {
right: 0; right: 0;
cursor: pointer; cursor: pointer;
} }
.btn__modal--cancel { .btn__modal--cancel {
font-family: "montserrat-medium" !important; font-family: "montserrat-medium" !important;
font-size: 14px !important; font-size: 14px !important;
} }
.btn__modal--confirm { .btn__modal--confirm {
padding: 0 65px !important; padding: 0 65px !important;
font-size: 14px !important; font-size: 14px !important;
} }
.btn__modal--execute { .btn__modal--execute {
padding: 0 45px !important; padding: 0 45px !important;
font-size: 14px !important; font-size: 14px !important;
} }
/* -------------------- toast ------------------------------*/ /* -------------------- toast ------------------------------*/
.willaToast-message { .willaToast-message {
font-family: "Montserrat-regular" !important; font-family: "Montserrat-regular" !important;
} }
.willaToast.willaToast-color-black > .willaToast-body .willaToast-title {
.willaToast.willaToast-color-black>.willaToast-body .willaToast-title {
font-family: "cizel" !important; font-family: "cizel" !important;
color: var(--color-social-yellow) !important; color: var(--color-social-yellow) !important;
} }

@ -68,9 +68,11 @@
<div class="wa__link"> <div class="wa__link">
<router-link :to="{ name: 'passwordReset' }"> <router-link :to="{ name: 'passwordReset' }">
<RectangleButton <RectangleButton
icon="WMi-asterisk"
class="w-100" class="w-100"
:text-mode="true" :text-mode="true"
text="* forgot password" size="x-small"
text="forgot password"
/> />
</router-link> </router-link>
</div> </div>

@ -100,7 +100,9 @@
<RectangleButton <RectangleButton
class="w-100" class="w-100"
:text-mode="true" :text-mode="true"
text="* forgot password" text="forgot password"
icon="WMi-asterisk"
size="x-small"
/> />
</router-link> </router-link>
</div> </div>

Loading…
Cancel
Save