Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-02-11 06:13:13 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2017-02-11 06:13:13 +0300
commitf82f3bf22dfe11809041a8bb79972f672096916e (patch)
treebac0091680a066f9ce98083ed1b45646003d3eeb /app/assets/stylesheets/mailers/highlighted_diff_email.scss
parenta2aa5b7e8e2731c4198cb3f2b9b0d276de709c78 (diff)
Stylize blockquote in notification emails
Diffstat (limited to 'app/assets/stylesheets/mailers/highlighted_diff_email.scss')
-rw-r--r--app/assets/stylesheets/mailers/highlighted_diff_email.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/mailers/highlighted_diff_email.scss b/app/assets/stylesheets/mailers/highlighted_diff_email.scss
index 60ff72c703e..ea40f449134 100644
--- a/app/assets/stylesheets/mailers/highlighted_diff_email.scss
+++ b/app/assets/stylesheets/mailers/highlighted_diff_email.scss
@@ -138,6 +138,13 @@ pre {
margin: 0;
}
+blockquote {
+ color: $gl-grayish-blue;
+ padding: 0 0 0 15px;
+ margin: 0;
+ border-left: 3px solid $white-dark;
+}
+
span.highlight_word {
background-color: $highlighted-highlight-word !important;
}