mirror of
https://github.com/kognise/water.css.git
synced 2025-12-15 19:16:43 +01:00
Move to typography
This commit is contained in:
parent
c59e9cf60a
commit
773ca9e5eb
7 changed files with 14 additions and 14 deletions
|
|
@ -1,8 +0,0 @@
|
|||
blockquote {
|
||||
border-left: 0.2em solid $focus;
|
||||
background: $background-alt;
|
||||
margin: 1.5em 1em;
|
||||
padding: 0.5em 1em;
|
||||
border-top-right-radius: $border-radius;
|
||||
border-bottom-right-radius: $border-radius;
|
||||
}
|
||||
|
|
@ -4,5 +4,4 @@
|
|||
@import 'forms';
|
||||
@import 'links';
|
||||
@import 'code';
|
||||
@import 'misc';
|
||||
@import 'blockquote';
|
||||
@import 'misc';
|
||||
|
|
@ -14,3 +14,12 @@ h1, h2, h3, h4, h5, h6, strong {
|
|||
h1, h2, h3, h4, h5, h6, b, strong, th {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 0.2em solid $focus;
|
||||
background: $background-alt;
|
||||
margin: 1.5em 1em;
|
||||
padding: 0.5em 1em;
|
||||
border-top-right-radius: $border-radius;
|
||||
border-bottom-right-radius: $border-radius;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue