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.
72 lines
1.1 KiB
SCSS
72 lines
1.1 KiB
SCSS
.custom-button {
|
|
background: white;
|
|
margin-bottom: 0px;
|
|
border: 1px solid #ccc;
|
|
border-radius: 20px;
|
|
width: 200px;
|
|
max-width: 105px;
|
|
height: 160px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.iconBox {
|
|
display: block;
|
|
width: 100%;
|
|
position: static;
|
|
|
|
img {
|
|
// display: block;
|
|
// max-width: 45%;
|
|
// padding-bottom: 5px;
|
|
// padding-top: 5px;
|
|
display: block;
|
|
max-width: 67%;
|
|
padding-bottom: 9px;
|
|
padding-top: 5px;
|
|
height: 47px;
|
|
}
|
|
}
|
|
|
|
.titleBox {
|
|
display: block;
|
|
|
|
span {
|
|
font-size: 25px;
|
|
font-weight: bold;
|
|
color: black;
|
|
text-align: left;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
ion-app[dir="rtl"] .titleBox {
|
|
text-align: right;
|
|
}
|
|
|
|
.pClass {
|
|
color: black;
|
|
width: 85%;
|
|
margin-top: 5px;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
display: block;
|
|
font-size: 14px !important;
|
|
}
|
|
|
|
.iconFab {
|
|
margin-left: -20px;
|
|
margin-top: 10px;
|
|
width: 100px;
|
|
height: 70px;
|
|
}
|
|
|
|
.loader {
|
|
position: absolute;
|
|
width: 100%;
|
|
top: 70px;
|
|
left: 2px;
|
|
|
|
img {
|
|
width: 25px;
|
|
}
|
|
} |