19 lines
203 B
SCSS
19 lines
203 B
SCSS
@import "constants";
|
|
|
|
#profil-page {
|
|
b {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.card {
|
|
margin: 3 * $default-spacer 0;
|
|
}
|
|
|
|
p {
|
|
margin: 16px auto;
|
|
}
|
|
|
|
.email-address {
|
|
font-weight: bold;
|
|
}
|
|
}
|