pull/1/head
Alireza Hassani 4 years ago
parent 33fecb87a2
commit 00ce3fb6f4

@ -7,7 +7,10 @@
<div class="Fa title-fa"> {{ name_fa }} </div> <div class="Fa title-fa"> {{ name_fa }} </div>
<!------------------------Conditional::Begin-----------------------> <!------------------------Conditional::Begin----------------------->
<div v-if="name_en" class="En title-en"> {{ name_en }} </div> <div v-if="name_en" class="En title-en"> {{ name_en }} </div>
<div v-if="date" class="Fa Thin date"> {{ date }} </div> <div v-if="date" class="Fa Thin date">
<template v-if="date_filter" >{{ date | moment("dddd ، jD jMMMM ماه jYYYY، HH:mm") }} </template>
<template v-else >{{date}}</template>
</div>
<div v-if="label" class="Fa Thin label"><v-icon v-if="labelIcon">WMi-{{ labelIcon }}</v-icon> {{ label }} </div> <div v-if="label" class="Fa Thin label"><v-icon v-if="labelIcon">WMi-{{ labelIcon }}</v-icon> {{ label }} </div>
<div v-if="$slots.customText"> <div v-if="$slots.customText">
<slot name="customText"></slot> <slot name="customText"></slot>
@ -26,6 +29,7 @@
name_en: String, name_en: String,
top_label: String, top_label: String,
date: String, date: String,
date_filter: { default: false },
label: String, label: String,
labelIcon: String, labelIcon: String,
colorBox: String, colorBox: String,

@ -101,9 +101,8 @@
opacity: 1; opacity: 1;
} }
.bubble .v-icon { .bubble .v-icon {
font-size: 50px !important; font-size: 45px !important;
line-height: 50px; line-height: 45px;
margin-top: -5px;
} }
.bubble.right { .bubble.right {

@ -61,4 +61,7 @@ $value in $backgrounds {
.v-stepper.we-stepper .v-stepper__step.theme-#{$backgroundColor}.passed { .v-stepper.we-stepper .v-stepper__step.theme-#{$backgroundColor}.passed {
background-color: $value; background-color: $value;
} }
.bg-#{$backgroundColor} {
background-color: $value;
}
} }

@ -643,6 +643,9 @@ $value in $backgrounds {
background-color: #f9f9f9; background-color: #f9f9f9;
margin-bottom: 20px; margin-bottom: 20px;
} }
.full-row.bordered {
border: 1px solid #d0d0d0;
}
/*---------------------------------------------------------------*/ /*---------------------------------------------------------------*/

@ -217,6 +217,13 @@ table.v-table tbody td {
font-size: 14px; font-size: 14px;
top: 10px; top: 10px;
} }
.v-input.LTR .v-text-field__suffix {
border-top-left-radius: 0px;
border-top-right-radius: 10px;
}
.v-input.LTR input {
padding-bottom: 2px;
}
.v-input--selection-controls.v-input .Fa .v-label { .v-input--selection-controls.v-input .Fa .v-label {
top: 3px; top: 3px;

@ -160,15 +160,14 @@ a:hover {
cursor: pointer; cursor: pointer;
} }
.application {
font-family: "BYekan", "Montserrat-Regular" !important;
}
.Tile { .Tile {
margin: 0px 1%; margin: 0px 1%;
padding: 20px 50px; padding: 20px 50px;
// width: 100%; // width: 100%;
} }
.Tile.sm-pad {
padding: 20px 30px;
}
.Tile.Padd-XS { .Tile.Padd-XS {
padding: 5px 50px; padding: 5px 50px;

@ -25,6 +25,7 @@ export default {
// -------------------------- // --------------------------
task: 'purple', task: 'purple',
client: 'cyan', client: 'cyan',
transaction: 'black',
// -------------------------- // --------------------------
// Blog // Blog

Loading…
Cancel
Save