mirror of
https://github.com/kognise/water.css.git
synced 2025-08-13 16:44:58 +02:00
Move to typography
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user