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.
43 lines
697 B
SCSS
43 lines
697 B
SCSS
.custom-button {
|
|
background: white;
|
|
margin-bottom: 0px;
|
|
border: 1px solid #ccc;
|
|
border-radius: 20px;
|
|
width: 100%;
|
|
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;
|
|
}
|
|
}
|
|
|
|
.titleBox {
|
|
display: block;
|
|
span {
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
color: black;
|
|
text-align: left;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.pClass {
|
|
color: black;
|
|
width: 85%;
|
|
margin-top: 5px;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
display: block;
|
|
}
|