mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 20:09:25 +00:00
Fixes pour la mise à jour de mars (#598)
This commit is contained in:
committed by
Julien Constant
parent
8e7c025e47
commit
f605f7dcc6
@ -61,6 +61,21 @@ main {
|
||||
width: 5em;
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
> div {
|
||||
display: flex;
|
||||
width: 5em;
|
||||
height: 5em;
|
||||
border-radius: 50%;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #f2f2f2;
|
||||
|
||||
> span {
|
||||
font-size: small;
|
||||
color: #ccc;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> .user_profile_infos_items {
|
||||
|
Reference in New Issue
Block a user