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
71dca45205
commit
9337f9ca51
1 changed files with 10 additions and 0 deletions
|
|
@ -14,3 +14,13 @@
|
|||
border-radius: 4px;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
p.important::before, blockquote.important::before {
|
||||
color: #183385;
|
||||
content: "Important";
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.75em;
|
||||
padding-bottom: 0.125rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue