mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-10 13:59:56 +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;
|
align-items: center;
|
||||||
color: var(--sn-black);
|
color: var(--sn-black);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
gap: .25rem;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -113,34 +114,30 @@
|
||||||
|
|
||||||
.global-avatar-container {
|
.global-avatar-container {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border: 2px solid $color-white;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
margin-right: -.5em;
|
|
||||||
width: 28px;
|
width: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.more-users {
|
.more-users {
|
||||||
background: $color-volcano;
|
background: $color-volcano;
|
||||||
border: 2px solid $color-white;
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
color: $color-white;
|
color: $color-white;
|
||||||
height: 32px;
|
height: 2em;
|
||||||
line-height: 28px;
|
line-height: 2em;
|
||||||
margin-right: -.5em;
|
margin-right: .25em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
width: 32px;
|
width: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.new-user {
|
.new-user {
|
||||||
background: $color-concrete;
|
background: $color-concrete;
|
||||||
margin-left: .75em;
|
|
||||||
text-align: center;
|
|
||||||
line-height: 24px;
|
|
||||||
height: 28px;
|
height: 28px;
|
||||||
|
line-height: 24px;
|
||||||
|
text-align: center;
|
||||||
width: 28px;
|
width: 28px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue