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

@ -7,7 +7,10 @@
<div class="Fa title-fa"> {{ name_fa }} </div>
<!------------------------Conditional::Begin----------------------->
<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="$slots.customText">
<slot name="customText"></slot>
@ -26,6 +29,7 @@
name_en: String,
top_label: String,
date: String,
date_filter: { default: false },
label: String,
labelIcon: String,
colorBox: String,

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

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

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

@ -217,6 +217,13 @@ table.v-table tbody td {
font-size: 14px;
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 {
top: 3px;

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

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

Loading…
Cancel
Save