mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +08:00
🎨(participant-profile): Use UI variables
This commit is contained in:
parent
7f09e72182
commit
8de83d26d3
1 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,6 @@
|
|||
width: calc(~"100% + 30px");
|
||||
position: relative;
|
||||
left: -15px;
|
||||
background: #f9fcfe;
|
||||
border-top: 1px solid rgba(0,0,0,0.15);
|
||||
transition: height 150ms ease-in-out;
|
||||
top: 15px;
|
||||
|
@ -15,13 +14,13 @@
|
|||
.related-thread {
|
||||
display: flex;
|
||||
font-size: 12px;
|
||||
color: #566f86;
|
||||
color: @text-color-very-subtle;
|
||||
width: 100%;
|
||||
padding: 0.5em 15px;
|
||||
border-top: 1px solid rgba(0,0,0,0.08);
|
||||
|
||||
&:hover {
|
||||
background: darken(#f9fcfe, 5%);
|
||||
background: @list-hover-bg;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
|
Loading…
Reference in a new issue