Files
2019-08-14 15:29:37 -04:00

14 lines
215 B
SCSS
Vendored

.card-profile{
@extend %common-card-testimonial;
}
.card-profile{
.card-header:not([class*="card-header-"]){
background: transparent;
}
.card-avatar {
max-width: 130px;
max-height: 130px;
}
}