repository diff: signed section
This commit is contained in:
parent
65d1b95936
commit
f024982cbe
1 changed files with 16 additions and 2 deletions
|
@ -72,7 +72,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.divider {}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
|
@ -1442,10 +1441,13 @@
|
||||||
color: $white-dark !important;
|
color: $white-dark !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.info {
|
.attached.info {
|
||||||
background: $bg50;
|
background: $bg50;
|
||||||
border: 0;
|
border: 0;
|
||||||
color: $white;
|
color: $white;
|
||||||
|
&.isSigned.isVerified {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
.text.grey {
|
.text.grey {
|
||||||
.time-since {
|
.time-since {
|
||||||
color: $white-dark !important;
|
color: $white-dark !important;
|
||||||
|
@ -1462,6 +1464,18 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.attached.message.isSigned.isVerified {
|
||||||
|
background: $bg50;
|
||||||
|
border: 0;
|
||||||
|
border-top: 2px solid $green;
|
||||||
|
color: $green;
|
||||||
|
span.text {
|
||||||
|
color: $white;
|
||||||
|
}
|
||||||
|
span.pull-right {
|
||||||
|
color: $green;
|
||||||
|
}
|
||||||
|
}
|
||||||
div {
|
div {
|
||||||
.diff-detail-box {
|
.diff-detail-box {
|
||||||
background: $bg50;
|
background: $bg50;
|
||||||
|
|
Reference in a new issue