Merge pull request from ArthurHoaro/feature/tag-separators

This commit is contained in:
ArthurHoaro 2020-11-08 14:07:33 +01:00 committed by GitHub
commit d9d71b10c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 657 additions and 171 deletions
assets/default/scss

View file

@ -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 {