diff --git a/scss/import/repository.scss b/scss/import/repository.scss index 09f3a5e..0f3b57d 100644 --- a/scss/import/repository.scss +++ b/scss/import/repository.scss @@ -72,7 +72,6 @@ } } } - &.divider {} } } .container { @@ -1442,10 +1441,13 @@ color: $white-dark !important; } } - .info { + .attached.info { background: $bg50; border: 0; color: $white; + &.isSigned.isVerified { + border: 0; + } .text.grey { .time-since { 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 { .diff-detail-box { background: $bg50;