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:
authorClement Ho <ClemMakesApps@gmail.com>2016-10-14 23:39:08 +0300
committerClement Ho <ClemMakesApps@gmail.com>2016-10-15 00:28:10 +0300
commite88aa25f42c394785d4c176046f10c815250c8b1 (patch)
tree2e4b4d29176a98687397eed7d7a2b4373b34c26a /app/assets/stylesheets/notify.scss
parent2ebc63dd3ce08ff35bf89d39e1906ce1cf828b3a (diff)
Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lint
Diffstat (limited to 'app/assets/stylesheets/notify.scss')
-rw-r--r--app/assets/stylesheets/notify.scss10
1 files changed, 8 insertions, 2 deletions
diff --git a/app/assets/stylesheets/notify.scss b/app/assets/stylesheets/notify.scss
index fc12964872d..ced8c4a9907 100644
--- a/app/assets/stylesheets/notify.scss
+++ b/app/assets/stylesheets/notify.scss
@@ -2,22 +2,28 @@ img {
max-width: 100%;
height: auto;
}
+
p.details {
font-style: italic;
- color: #777
+ color: #777;
}
+
.footer > p {
font-size: small;
- color: #777
+ color: #777;
}
+
pre.commit-message {
white-space: pre-wrap;
}
+
.file-stats > a {
text-decoration: none;
+
> .new-file {
color: #090;
}
+
> .deleted-file {
color: #b00;
}