Update styles for deactivated users
This commit is contained in:
parent
20a56bb21f
commit
8fddbb69d2
1 changed files with 4 additions and 0 deletions
|
@ -229,6 +229,10 @@ export default {
|
|||
line-height: 26px;
|
||||
font-size: 13px;
|
||||
}
|
||||
.deactivated {
|
||||
color: gray;
|
||||
font-size: 15px;
|
||||
}
|
||||
.image {
|
||||
width: 20%;
|
||||
img {
|
||||
|
|
Loading…
Reference in a new issue