You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
2.1 KiB
SCSS
78 lines
2.1 KiB
SCSS
|
7 years ago
|
|
||
|
|
.signupDiv{
|
||
|
|
font-size: 14px;
|
||
|
|
}
|
||
|
|
.customGrid{
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
ion-item.item.item-block.item-md.item-input,
|
||
|
|
ion-item.item.item-block.item-ios.item-input{
|
||
|
|
padding: 0px;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
ion-col.colPad.col {
|
||
|
|
padding-top: 20px;
|
||
|
|
}
|
||
|
|
ion-img{
|
||
|
|
width: 170px;
|
||
|
|
height: 170px;
|
||
|
|
background:var(--light);
|
||
|
|
}
|
||
|
|
.gridDiv{
|
||
|
|
width: 100%;
|
||
|
|
height: 40px;
|
||
|
|
margin-top: 20px;
|
||
|
|
// margin-bottom: 10px;
|
||
|
|
font-size: 14px;
|
||
|
|
// @include ltr(){
|
||
|
|
// padding-left: 16px;
|
||
|
|
// padding-right: 0;
|
||
|
|
// }
|
||
|
|
// @include rtl(){
|
||
|
|
// padding-right: 16px;
|
||
|
|
// padding-left: 0;
|
||
|
|
// // margin-bottom: 5px;
|
||
|
|
// }
|
||
|
|
button.gridBtn.button.button-md, button.gridBtn.button.button-ios, button.gridBtn.button.button{
|
||
|
|
font-family: var(--fontFamilyLightEN) !important;
|
||
|
|
min-width: auto;
|
||
|
|
// @include ltr(){
|
||
|
|
// float: left;
|
||
|
|
// border-radius: 2px 0px 0px 2px;
|
||
|
|
// font-family:$fontFamilyBoldEN !important;
|
||
|
|
// color:$customnavy;
|
||
|
|
// }
|
||
|
|
// @include rtl(){
|
||
|
|
// float: right;
|
||
|
|
// border-radius: 0px 2px 2px 0px ;
|
||
|
|
// color:$darkgray;
|
||
|
|
// }
|
||
|
|
margin: 0px;
|
||
|
|
padding: 0px;
|
||
|
|
border: 1px solid var(--cusgray);
|
||
|
|
box-shadow: none;
|
||
|
|
-webkit-box-shadow:none;
|
||
|
|
-moz-box-shadow: none;
|
||
|
|
background: var(--light);
|
||
|
|
width: 50%;
|
||
|
|
}
|
||
|
|
button.arTxt.button.button-md, button.arTxt.button.button-ios, button.arTxt.button.button{
|
||
|
|
// @include rtl(){
|
||
|
|
// float: right;
|
||
|
|
// color:$customnavy !important;
|
||
|
|
// font-family:$fontFamilyIOSAR !important;
|
||
|
|
// font-weight: bold;
|
||
|
|
// border-radius: 2px 0px 0px 2px !important;
|
||
|
|
// }
|
||
|
|
// @include ltr(){
|
||
|
|
// float: left;
|
||
|
|
// color:$darkgray !important;
|
||
|
|
// font-family: $fontFamilyIOSAR !important;
|
||
|
|
// border-radius: 0px 2px 2px 0px !important;
|
||
|
|
|
||
|
|
// }
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
|