mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
possibilité de partager des créations
This commit is contained in:
parent
398bcc9ba3
commit
d111a52ee7
16 changed files with 287 additions and 13 deletions
|
|
@ -21,3 +21,17 @@
|
|||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
background-color: #eee;
|
||||
padding: 0.5rem 0.5rem 0.5rem 1rem;
|
||||
margin-bottom: 16px;
|
||||
border-left: 3px solid #ccc;
|
||||
font-style: italic;
|
||||
|
||||
p {
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
ul, ol {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue