mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[enh] Add colored badges.
This commit is contained in:
parent
56ff28db66
commit
df3bd90d0a
2 changed files with 24 additions and 1 deletions
|
@ -491,6 +491,29 @@ input[type='radio'].nice-radio {
|
|||
}
|
||||
|
||||
|
||||
/** custom badges **/
|
||||
.badge {
|
||||
&.badge-default {
|
||||
background-color: @label-default-bg;
|
||||
}
|
||||
&.badge-primary {
|
||||
background-color: @label-primary-bg;
|
||||
}
|
||||
&.badge-success {
|
||||
background-color: @label-success-bg;
|
||||
}
|
||||
&.badge-info {
|
||||
background-color: @label-info-bg;
|
||||
}
|
||||
&.badge-warning {
|
||||
background-color: @label-warning-bg;
|
||||
}
|
||||
&.badge-danger {
|
||||
background-color: @label-danger-bg;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/** Flash messages **/
|
||||
#flashMessage {
|
||||
max-height: 120px;
|
||||
|
|
2
src/dist/css/style.min.css
vendored
2
src/dist/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue