mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-23 11:29:10 -04:00
14 lines
215 B
SCSS
Vendored
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;
|
|
}
|
|
}
|