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:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-12 12:50:26 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2017-11-03 05:17:23 +0300
commita03f8d255df1564ce9f07c7289f540ac381c6c65 (patch)
tree64436fcff0a7d121a1899761a07f1c1c0858a575 /app/assets/stylesheets/framework/callout.scss
parentd51ad1ea6407d3cb9eafd9fc891c7348b10b108f (diff)
Enable MergeableSelector in scss-lint
Diffstat (limited to 'app/assets/stylesheets/framework/callout.scss')
-rw-r--r--app/assets/stylesheets/framework/callout.scss14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/assets/stylesheets/framework/callout.scss b/app/assets/stylesheets/framework/callout.scss
index e0e46dd73af..1bd94c0acba 100644
--- a/app/assets/stylesheets/framework/callout.scss
+++ b/app/assets/stylesheets/framework/callout.scss
@@ -12,15 +12,15 @@
border-left: 3px solid $border-color;
color: $text-color;
background: $gray-light;
-}
-.bs-callout h4 {
- margin-top: 0;
- margin-bottom: 5px;
-}
+ h4 {
+ margin-top: 0;
+ margin-bottom: 5px;
+ }
-.bs-callout p:last-child {
- margin-bottom: 0;
+ p:last-child {
+ margin-bottom: 0;
+ }
}
/* Variations */