diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1fa0a9dc8..5ac5fafe9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3193,6 +3193,11 @@ a.label:hover { text-decoration: none; cursor: pointer; } +.label-pill { + padding-left: .6em; + padding-right: .6em; + border-radius: 1rem; } + .label-default { background-color: #818a91; } .label-default[href]:focus, |
