summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/typography.scss
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-26 15:52:03 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-26 15:52:03 -0500
commit112b977ed3ca47aacbc0412b39adb8882e18839f (patch)
tree1e5b42e9cb271ea54032c3d01c8e9265f4415005 /app/assets/stylesheets/framework/typography.scss
parent6ecda65e35eb1490e58c80a55e74998d3d0e6411 (diff)
downloadgitlab-ce-112b977ed3ca47aacbc0412b39adb8882e18839f.tar.gz
[skip ci] Convert blockquote to .blockquote in css
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index e60c2d56bab..e2f9b9d1297 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -114,7 +114,7 @@
font-size: 0.95em;
}
- blockquote {
+ .blockquote {
color: $gl-grayish-blue;
font-size: inherit;
padding: 8px 24px;
@@ -122,12 +122,12 @@
border-left: 3px solid $white-dark;
}
- blockquote:dir(rtl) {
+ .blockquote:dir(rtl) {
border-left: 0;
border-right: 3px solid $white-dark;
}
- blockquote p {
+ .blockquote p {
color: $gl-grayish-blue !important;
font-size: inherit;
line-height: 1.5;