// http://ionicframework.com/docs/theming/
// App Global Sass
// --------------------------------------------------
// Put style rules here that you want to apply globally. These
// styles are for the entire app and not just one component.
// Additionally, this file can be also used as an entry point
// to import other Sass files to be included in the output CSS.
//
// Shared Sass variables, which can be used to adjust Ionic's
// default Sass variables, belong in "theme/variables.scss".
//
// To declare rules for a specific mode, create a child rule
// for the .md, .ios, or .wp mode classes. The mode class is
// automatically applied to the <body> element in the app.
@font-face {
font-family: 'BMitra';
font-style: normal;
font-weight: 400;
src: url('../assets/fonts/BMitra/BMitra_p30download_com.eot');
src: url('../assets/fonts/BMitra/BMitra_p30download_com.eot') format('embedded-opentype'),
url('../assets/fonts/BMitra/BMitra_p30download_com.woff2') format('woff2'),
url('../assets/fonts/BMitra/BMitra_p30download_com.woff') format('woff'),
url('../assets/fonts/BMitra/BMitra_p30download_com.ttf') format('truetype'),
url('../assets/fonts/BMitra/BMitra_p30download_com.svg#BMitra_p30download_com') format('svg');
}
@font-face {
font-family: 'SahelBlack';
font-style: normal;
font-weight: 400;
src: url('../assets/fonts/Sahel/Sahel-Black.eot');
src: url('../assets/fonts/Sahel/Sahel-Bold.eot') format('embedded-opentype'),
url('../assets/fonts/Sahel/Sahel-Black.woff') format('woff2'),
url('../assets/fonts/Sahel/Sahel-Black.woff') format('woff'),
url('../assets/fonts/Sahel/Sahel-Black.ttf') format('truetype')
/*url('../assets/fonts/Sahel/') format('svg');*/
}
@font-face {
font-family: 'SahelBlackFD';
font-style: normal;
font-weight: 400;
src: url('../assets/fonts/Sahel/FarsiDigits/Sahel-Black-FD.eot');
src: url('../assets/fonts/Sahel/FarsiDigits/Sahel-Bold-FD.eot') format('embedded-opentype'),
url('../assets/fonts/Sahel/FarsiDigits/Sahel-Black-FD.woff') format('woff2'),
url('../assets/fonts/Sahel/FarsiDigits/Sahel-Black-FD.woff') format('woff'),
url('../assets/fonts/Sahel/FarsiDigits/Sahel-Black-FD.ttf') format('truetype')
/*url('../assets/fonts/Sahel/') format('svg');*/
}
// @font-face {
// font-family: 'ionicons';
// font-style: normal;
// font-weight: 300;
// src: url('../assets/fonts/ionicons/ionicons.eot');
// src: url('../assets/fonts/ionicons/ionicons.eot') format('embedded-opentype'),
// url('../assets/fonts/ionicons/ionicons.woff') format('woff'),
// url('../assets/fonts/ionicons/ionicons.ttf') format('truetype'),
// url('../assets/fonts/ionicons/ionicons.svg') format('svg');
// }
@font-face {
font-family: 'Yekan';
font-style: normal;
font-weight: 400;
src: url('../assets/fonts/Yekan/Yekan.eot');
src: url('../assets/fonts/Yekan/Yekan.eot') format('embedded-opentype'),
url('../assets/fonts/Yekan/Yekan.woff') format('woff'),
url('../assets/fonts/Yekan/Yekan.ttf') format('truetype'),
url('../assets/fonts/Yekan/Yekan.svg') format('svg');
}
* {
/*font-family: 'Tahoma';*/
font-family: Yekan;
font-size: 17px;
font-weight: bold;
.button {
text-transform: none;
}
}
.persian {
/*font-family: 'Tahoma';*/
font-family: 'SahelBlackFD';
font-size: 17px;
font-weight: bold;
}
html {
height: 100%;
box-sizing: border-box;
}
.emailAccount{
padding-top: 0px;
text-align: center;
font-weight: normal;
color: #ffffff !important;
margin-bottom: 15px;
margin-top: -5px;
}
.input-cover {
pointer-events: auto;
}
ion-menu {
height: 100vh;
ion-content {
ion-list {
button {
color :#ddf2ff;
}
}
}
.version {
position: absolute;
// margin-top: 100px;
text-align: center;
font-weight: 100;
div {
font-weight: 100;
}
bottom: 10px;
left: 30%;
}
}
.my-custom-menu {
--width: 500px;
}
ion-menu {
// --ion-background-color : red;
ion-list {
--ion-background-color: white;
}
}
.menu-list {
ion-icon {
margin:10px;
}
}
.menu-toolbar {
color: #fff;
text-align:center;
ion-thumbnail {
margin: 20px auto;
img {
border-radius:100px;
}
}
}
.menu-content {
--background: #fff;
ion-item {
font-weight: 100;
}
}