demarches-normaliennes/app/assets/stylesheets/profil.scss

20 lines
203 B
SCSS
Raw Normal View History

2018-08-24 14:19:44 +02:00
@import "constants";
#profil-page {
b {
font-weight: bold;
}
.card {
margin: 3 * $default-spacer 0;
}
p {
margin: 16px auto;
}
.email-address {
font-weight: bold;
}
2018-08-24 14:19:44 +02:00
}