targets #3
This commit is contained in:
parent
7b9e02aebf
commit
01404e960e
1 changed files with 45 additions and 5 deletions
|
@ -566,7 +566,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.label.green {
|
.label {
|
||||||
|
&.green {
|
||||||
background: rgb(100, 200, 130);
|
background: rgb(100, 200, 130);
|
||||||
.svg {
|
.svg {
|
||||||
@if $nojavascript == true {
|
@if $nojavascript == true {
|
||||||
|
@ -574,6 +575,45 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.red {
|
||||||
|
background: rgb(255, 130, 130);
|
||||||
|
.svg {
|
||||||
|
@if $nojavascript == true {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&.comment-list {
|
||||||
|
.timeline {
|
||||||
|
&::before {
|
||||||
|
background: rgb(60, 60, 90);
|
||||||
|
}
|
||||||
|
.timeline-item {
|
||||||
|
.content {
|
||||||
|
.header {
|
||||||
|
background: rgb(60, 60, 90);
|
||||||
|
&::after {
|
||||||
|
border-right-color: rgb(60, 60, 90);
|
||||||
|
}
|
||||||
|
&::before {
|
||||||
|
border-right-color: transparent;
|
||||||
|
}
|
||||||
|
.text.grey {
|
||||||
|
color: rgb(215, 215, 225) !important;
|
||||||
|
a {
|
||||||
|
color: rgb(255, 255, 255) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.segment {
|
||||||
|
background: rgb(50, 50, 75);
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue