skeleton updated
parent
c5bd2b5693
commit
9266affe07
@ -1,77 +1,75 @@
|
|||||||
|
|
||||||
.signupDiv {
|
.signupDiv {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.customGrid {
|
.customGrid {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pageTitle {
|
||||||
|
color: var(--dark);
|
||||||
|
font-size: 23px;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
padding: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.TxtPlace {
|
||||||
|
margin: 0;
|
||||||
|
padding: 40px 0 10px 0;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
ion-item.item.item-block.item-md.item-input,
|
ion-item.item.item-block.item-md.item-input,
|
||||||
ion-item.item.item-block.item-ios.item-input {
|
ion-item.item.item-block.item-ios.item-input {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-col.colPad.col {
|
ion-col.colPad.col {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-img {
|
ion-img {
|
||||||
width: 170px;
|
width: 170px;
|
||||||
height: 170px;
|
height: 170px;
|
||||||
background: var(--light);
|
background: var(--light);
|
||||||
}
|
}
|
||||||
|
|
||||||
.gridDiv {
|
.gridDiv {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
// margin-bottom: 10px;
|
// margin-bottom: 10px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
// @include ltr(){
|
|
||||||
// padding-left: 16px;
|
:root[dir="ltr"] {
|
||||||
// padding-right: 0;
|
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;
|
|
||||||
|
|
||||||
// }
|
:root[dir="rtl"] {
|
||||||
|
padding-right: 16px;
|
||||||
|
padding-left: 0;
|
||||||
|
// margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.arTxt {
|
||||||
|
:root[dir="rtl"] {
|
||||||
|
float: right;
|
||||||
|
color: var(--customnavy) !important;
|
||||||
|
font-family: var(--fontFamilyIOSAR) !important;
|
||||||
|
font-weight: bold;
|
||||||
|
border-radius: 2px 0px 0px 2px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root[dir="ltr"] {
|
||||||
|
float: left;
|
||||||
|
color: var(--darkgray) !important;
|
||||||
|
font-family: var(--fontFamilyIOSAR) !important;
|
||||||
|
border-radius: 0px 2px 2px 0px !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue