mirror of
https://github.com/cactuzhead/Advanced-Progress-Bars.git
synced 2026-07-22 05:42:10 +00:00
Update custom.scss
This commit is contained in:
parent
b1399f55c8
commit
f51a16df1b
1 changed files with 19 additions and 0 deletions
|
|
@ -43,6 +43,25 @@ p.warning::before, blockquote.warning::before {
|
|||
padding-bottom: 0.125rem;
|
||||
}
|
||||
|
||||
.removed {
|
||||
background-color: rgba(56, 24, 133, 0.2);
|
||||
border-left: 4px solid ##381885;
|
||||
padding: 0.8rem;
|
||||
margin: 1em 0;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
p.removed::before, blockquote.removed::before {
|
||||
color: ##381885;
|
||||
content: "removed";
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.75em;
|
||||
padding-bottom: 0.125rem;
|
||||
}
|
||||
|
||||
span.label.label-grey {
|
||||
background-color: #ededed;
|
||||
color: #6c757d;
|
||||
|
|
|
|||
Loading…
Reference in a new issue