argos/dmp-frontend/src/app/ui/user-profile/user-profile.component.scss

20 lines
273 B
SCSS

// .clickable{
// cursor: pointer;
// }
// .two-line-mat-option {
// height: 3.5em;
// line-height: 1.2em;
// }
// .full-width{
// width: 100%
// }
.user-profile {
.profile-card-center-row {
justify-content: center;
}
.profile-card {
margin-bottom: 1em;
}
}