🎨(participant-profile): Use UI variables

This commit is contained in:
Jackie Luo 2016-06-01 16:07:56 -07:00
parent 7f09e72182
commit 8de83d26d3

View file

@ -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 {