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.
mohemmionic5/Mohem/src/app/hmg-common/ui/services-button/services-button.component.scss

37 lines
621 B
SCSS

.custom-button {
4 years ago
background: #FCFCFC 0% 0% no-repeat padding-box;
margin-bottom: 5px;
box-shadow: 2px 2px 6px #00000029;
width: 100%;
max-width: 105px;
height: 100px;
padding: 10px;
min-width: 96px;
4 years ago
border: 1px solid #D0D4D6;
border-radius: 25px;
}
.iconBox {
display: block;
width: 100%;
position: static;
}
4 years ago
.iconBox img {
margin: 0px auto 10px;
display: block;
4 years ago
width: 35px;
// max-width: 35%;
}
.titleBox {
display: block;
}
.pClass {
font-size: 9px;
text-align: center;
margin-top: 10px;
color: black;
font-weight: bold;
}