Add note styling
This commit is contained in:
parent
6133a86ca7
commit
789b9e165b
1 changed files with 11 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue