mirror of
https://github.com/kognise/water.css.git
synced 2025-08-14 00:54:08 +02:00
more declarative stytles
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
blockquote {
|
blockquote {
|
||||||
border-left: 0.2em solid $focus;
|
border-left: 0.2em solid $focus;
|
||||||
background: $background-alt;
|
background: $background-alt;
|
||||||
margin: 1.5em 1em;
|
margin: 1.5em 1em;
|
||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
border-radius: $border-radius;
|
border-top-right-radius: $border-radius;
|
||||||
border-bottom-left-radius: 0px;
|
border-bottom-right-radius: $border-radius;
|
||||||
border-top-left-radius: 0px;
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user