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

37 lines
509 B
SCSS
Raw Normal View History

.clickable{
cursor: pointer;
}
.clickable:hover {
//text-decoration: underline; //Alternative
color: #00b29f !important;
}
// .two-line-mat-option {
// height: 3.5em;
// line-height: 1.2em;
// }
// .full-width{
// width: 100%
// }
.user-profile {
2019-06-05 10:11:15 +02:00
.profile-card-center-row {
justify-content: center;
}
2019-06-05 10:11:15 +02:00
.profile-card {
margin-bottom: 1em;
}
}
.settings {
line-height: 2.4em !important;
2018-08-30 13:09:36 +02:00
}
2020-04-10 16:16:37 +02:00
.zenodo-email {
color: black;
}
.unlinkBtn {
background-color: FireBrick;
color: white;
}