[skip ci] Convert blockquote to .blockquote in css
This commit is contained in:
parent
6ecda65e35
commit
112b977ed3
2 changed files with 4 additions and 4 deletions
|
@ -114,7 +114,7 @@
|
||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
.blockquote {
|
||||||
color: $gl-grayish-blue;
|
color: $gl-grayish-blue;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
padding: 8px 24px;
|
padding: 8px 24px;
|
||||||
|
@ -122,12 +122,12 @@
|
||||||
border-left: 3px solid $white-dark;
|
border-left: 3px solid $white-dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote:dir(rtl) {
|
.blockquote:dir(rtl) {
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
border-right: 3px solid $white-dark;
|
border-right: 3px solid $white-dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote p {
|
.blockquote p {
|
||||||
color: $gl-grayish-blue !important;
|
color: $gl-grayish-blue !important;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|
|
@ -138,7 +138,7 @@ pre {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
.blockquote {
|
||||||
color: $gl-grayish-blue;
|
color: $gl-grayish-blue;
|
||||||
padding: 0 0 0 15px;
|
padding: 0 0 0 15px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in a new issue