Prescription & Filter 80%

pull/1/head
alireza hassani 5 years ago
parent 3ebc4242a8
commit 7587e3de02

@ -1,6 +1,6 @@
{
"/js/vue/Authentication/app.js": "/js/vue/Authentication/app.js?id=3e5b889f51f23dbc9726",
"/js/vue/Home/app.js": "/js/vue/Home/app.js?id=cb168bbb9fcea95e254d",
"/js/vue/Modules/CRM/app.js": "/js/vue/Modules/CRM/app.js?id=b54bd002ab41401db89f",
"/js/vue/User/app.js": "/js/vue/User/app.js?id=4a731d72666c38a82230"
"/js/vue/Authentication/app.js": "/js/vue/Authentication/app.js?id=0da35ad1057d82e83419",
"/js/vue/Home/app.js": "/js/vue/Home/app.js?id=28ad11b47b82000bb110",
"/js/vue/Modules/CRM/app.js": "/js/vue/Modules/CRM/app.js?id=7fa03d7410899cabc276",
"/js/vue/User/app.js": "/js/vue/User/app.js?id=8d80fa57638e29bc7263"
}

@ -155,10 +155,6 @@ table.v-table tbody td {
margin: 8px 3px 0px 0px;
}
.v-input.LTR .v-label.v-label--active {
left: -35px !important;
}
.v-input.LTR input {
direction: ltr;
font-family: "Montserrat-Regular";

@ -22,6 +22,8 @@ $Black: #2f353b;
$BlackShadow:rgba(0, 0, 0, 0.5);
$White: #fff;
$WhiteShadow:rgba(255, 255, 255, 0.2);
$Teal: #00897b;
$TealShadow:rgba(0, 137, 123, 0.2);
$Colors: (Red: $Red, Orange: $Orange, Yellow: $Yellow, Gold: $Gold, Purple: $Purple, Blue: $Blue, Green: $Green, Cyan: $Cyan, LightGray: $LightGray, Gray: $Gray, Black: $Black, White: $White);
$colors: (red: $Red, orange: $Orange, yellow: $Yellow, gold: $Gold, purple: $Purple, blue: $Blue, green: $Green, cyan: $Cyan, gray: $Gray, black: $Black, white: $White);
$Shadows: (red: $RedShadow, orange: $OrangeShadow, yellow: $YellowShadow, gold: $GoldShadow, purple: $PurpleShadow, blue: $BlueShadow, green: $GreenShadow, cyan: $CyanShadow, gray: $GrayShadow, 'grey lighten-3': $LightGrayShadow, black: $BlackShadow, white: $WhiteShadow);
$colors: (red: $Red, orange: $Orange, yellow: $Yellow, gold: $Gold, purple: $Purple, blue: $Blue, green: $Green, cyan: $Cyan, gray: $Gray, black: $Black, white: $White, tael: $Teal);
$Shadows: (red: $RedShadow, orange: $OrangeShadow, yellow: $YellowShadow, gold: $GoldShadow, purple: $PurpleShadow, blue: $BlueShadow, green: $GreenShadow, cyan: $CyanShadow, gray: $GrayShadow, 'grey lighten-3': $LightGrayShadow, black: $BlackShadow, white: $WhiteShadow, teal: $TealShadow);

@ -144,7 +144,7 @@ a:hover {
font-family: 'Montserrat-Thin', sans-serif;
}
.En.ExtraBold {
.En.Bold {
font-family: 'Montserrat-ExtraBold', sans-serif;
}

Loading…
Cancel
Save