From f024982cbe872d95d6030cf9d0b4344f08660032 Mon Sep 17 00:00:00 2001 From: Vrifox Date: Tue, 8 Dec 2020 20:27:05 +0100 Subject: [PATCH] repository diff: signed section --- scss/import/repository.scss | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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;