Merge pull request #1621 from ArthurHoaro/feature/tag-separators
This commit is contained in:
commit
d9d71b10c3
44 changed files with 657 additions and 171 deletions
assets/default/scss
|
@ -139,6 +139,16 @@ body,
|
|||
}
|
||||
}
|
||||
|
||||
.page-form,
|
||||
.pure-alert {
|
||||
code {
|
||||
display: inline-block;
|
||||
padding: 0 2px;
|
||||
color: $dark-grey;
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
}
|
||||
|
||||
// Make pure-extras alert closable.
|
||||
.pure-alert-closable {
|
||||
.fa-times {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue