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
1577e4018c
commit
63798f3ca1
1 changed files with 14 additions and 0 deletions
|
|
@ -23,3 +23,17 @@ p.note::before, blockquote.note::before {
|
|||
font-size: 0.75em;
|
||||
padding-bottom: 0.125rem;
|
||||
}
|
||||
|
||||
// .label {
|
||||
// display: inline-block;
|
||||
// padding: 2px 6px;
|
||||
// border-radius: 3px;
|
||||
// font-size: 0.8em;
|
||||
// margin-left: 5px;
|
||||
// vertical-align: middle;
|
||||
// }
|
||||
|
||||
.label-grey {
|
||||
background-color: #6c757d; /* Bootstrap-style grey */
|
||||
color: white;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue