mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 10:14:17 +08:00
Unify user list style in protocols table [SCI-8696] (#5644)
This commit is contained in:
parent
de10f32b0f
commit
a2dd887dc2
1 changed files with 7 additions and 10 deletions
|
@ -105,6 +105,7 @@
|
|||
align-items: center;
|
||||
color: var(--sn-black);
|
||||
display: flex;
|
||||
gap: .25rem;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
|
@ -113,34 +114,30 @@
|
|||
|
||||
.global-avatar-container {
|
||||
align-items: center;
|
||||
border: 2px solid $color-white;
|
||||
display: flex;
|
||||
height: 28px;
|
||||
justify-content: center;
|
||||
line-height: 28px;
|
||||
margin-right: -.5em;
|
||||
width: 28px;
|
||||
}
|
||||
|
||||
.more-users {
|
||||
background: $color-volcano;
|
||||
border: 2px solid $color-white;
|
||||
border-radius: 50%;
|
||||
color: $color-white;
|
||||
height: 32px;
|
||||
line-height: 28px;
|
||||
margin-right: -.5em;
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
margin-right: .25em;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
width: 32px;
|
||||
width: 2em;
|
||||
}
|
||||
|
||||
.new-user {
|
||||
background: $color-concrete;
|
||||
margin-left: .75em;
|
||||
text-align: center;
|
||||
line-height: 24px;
|
||||
height: 28px;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
width: 28px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue