2024-11-05 19:02:31 +01:00
|
|
|
@import 'constants';
|
2018-08-24 14:19:44 +02:00
|
|
|
|
|
|
|
#profil-page {
|
|
|
|
b {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
margin: 3 * $default-spacer 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 16px auto;
|
|
|
|
}
|
2019-07-09 16:21:45 +02:00
|
|
|
|
|
|
|
.email-address {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2018-08-24 14:19:44 +02:00
|
|
|
}
|