commento.scss: move highlighted to commento-card.scss
This commit is contained in:
parent
52ce1e2660
commit
69aba94590
@ -1578,7 +1578,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
classAdd(el, "highlighted");
|
classAdd(el, "highlighted-card");
|
||||||
el.scrollIntoView(true);
|
el.scrollIntoView(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -95,6 +95,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.commento-dark-card {
|
.commento-dark-card {
|
||||||
|
background: $red-0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.commento-highlighted-card {
|
||||||
background: $yellow-0;
|
background: $yellow-0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -55,8 +55,4 @@
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commento-highlighted {
|
|
||||||
background: $yellow-0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -326,9 +326,10 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.normal-text {
|
.normal-text {
|
||||||
font-size: 14px;
|
font-size: 15px;
|
||||||
color: $gray-7;
|
color: $gray-7;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $blue-6;
|
color: $blue-6;
|
||||||
@ -375,6 +376,12 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.question {
|
||||||
|
font-size: 15px;
|
||||||
|
color: $gray-7;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.float-right {
|
.float-right {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user