responsive 70%

pull/1/head
alireza hassani 5 years ago
parent 699bf18460
commit e5d2d2429f

@ -1,5 +1,5 @@
<template> <template>
<v-flex :class='"lg"+colSize+" RTL text-lg-right WM-Subtitle"'> <v-flex :class='"xl"+colSize+" lg2 md2 sm4 xs12 RTL text-lg-right WM-Subtitle"'>
<div :class='"Step En color-"+color+""' v-text="number"></div> <div :class='"Step En color-"+color+""' v-text="number"></div>
<div class="Title"> <div class="Title">
<div class="FA" v-text="titleFa"></div> <div class="FA" v-text="titleFa"></div>

@ -178,7 +178,6 @@ export default {
.Time { .Time {
text-align: center; text-align: center;
color: #fff; color: #fff;
margin-top: -10px;
} }
.Header { .Header {
padding-bottom: 0px; padding-bottom: 0px;

@ -6,10 +6,16 @@
font-family: "iranyekan-regular", "Montserrat-Regular" !important; font-family: "iranyekan-regular", "Montserrat-Regular" !important;
font-weight: 100; font-weight: 100;
} }
.v-application--is-rtl .v-list-item__action:first-child, .v-application--is-rtl .v-list-item__icon:first-child {
margin-left: 2px;
}
.container { .container {
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;
padding: 5px 0px 0px 0px;
}
.Tile {
margin: 0px 0px 10px 0px;
} }
a:-webkit-any-link { a:-webkit-any-link {

@ -0,0 +1,15 @@
/* --------------------------------------------------------
Borders :: Begin
-------------------------------------------------------- */
@media screen and (max-width: 600px) and (min-width: 50px) {
.Tile {
padding: 20px 4%;
}
}
/* --------------------------------------------------------
Labels :: Begin
-------------------------------------------------------- */

@ -8,7 +8,7 @@
} }
.WM-Tile:hover { .WM-Tile:hover {
border: 5px solid #000; border: 1px solid #000;
} }
.WM-Tile.Shadowed { .WM-Tile.Shadowed {

@ -286,4 +286,5 @@ input:-internal-autofill-selected {
@import 'Inputs.scss'; @import 'Inputs.scss';
@import 'SizeAndPositioning.scss'; @import 'SizeAndPositioning.scss';
@import 'Colors.scss'; @import 'Colors.scss';
@import 'Responsive.scss';
@import 'Modify.scss'; @import 'Modify.scss';

Loading…
Cancel
Save