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.
31 lines
548 B
SCSS
31 lines
548 B
SCSS
.imgSize{
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
height:20px;
|
|
width:20px;
|
|
}
|
|
.rowAH ion-col {
|
|
border: 1px solid #d9d9d9;
|
|
font-size: 13px;
|
|
}
|
|
.titleH {
|
|
font-size: 13px;
|
|
border: 1px solid #d9d9d9;
|
|
border-top-right-radius: 5px;
|
|
border-top-left-radius: 5px;
|
|
border-bottom: 0px;
|
|
}
|
|
.gridAH {
|
|
text-align: center;
|
|
padding: 5px 5px !important;
|
|
border-radius: 5px;
|
|
}
|
|
ion-card-content.confirm-details{
|
|
padding: 0;
|
|
}
|
|
.confirm-details label{
|
|
font-size: 13px;
|
|
} |