Add note styling
This commit is contained in:
parent
6133a86ca7
commit
789b9e165b
|
@ -52,3 +52,14 @@ code[data-gist-id] {
|
|||
.pa0;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.note {
|
||||
.bg-light-blue;
|
||||
.bl;
|
||||
.b--blue;
|
||||
.bw2;
|
||||
.pa3;
|
||||
|
||||
p:first-child { .mt0; }
|
||||
p:last-child { .mb0; }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue