scss: use a slightly larger border for wells
This commit is contained in:
parent
6bdd7ebcee
commit
9f166387db
2 changed files with 3 additions and 3 deletions
|
@ -171,7 +171,7 @@ hr {
|
||||||
|
|
||||||
/* ------------------ QUOTE ------------------- */
|
/* ------------------ QUOTE ------------------- */
|
||||||
blockquote {
|
blockquote {
|
||||||
border-width: 0 0 0 0.15em;
|
border-width: 0 0 0 0.2em;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin: 0.5em 0.1em 0.5em 0.1em;
|
margin: 0.5em 0.1em 0.5em 0.1em;
|
||||||
|
@ -182,7 +182,7 @@ blockquote {
|
||||||
border-color: rgba(255, 255, 255, 0.15); }
|
border-color: rgba(255, 255, 255, 0.15); }
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
border-width: 0 0 0 0.15em;
|
border-width: 0 0 0 0.2em;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin: 0.5em 0.1em 0.5em 0.1em;
|
margin: 0.5em 0.1em 0.5em 0.1em;
|
||||||
|
|
|
@ -202,7 +202,7 @@ hr {
|
||||||
/* ------------------ QUOTE ------------------- */
|
/* ------------------ QUOTE ------------------- */
|
||||||
|
|
||||||
@mixin well() {
|
@mixin well() {
|
||||||
border-width: 0 0 0 0.15em;
|
border-width: 0 0 0 0.2em;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue