Cosmetic : use an icon before warning
This commit is contained in:
parent
59c3ffdf0e
commit
9310297f52
1 changed files with 7 additions and 1 deletions
|
|
@ -2996,6 +2996,11 @@ div.progressbar {
|
|||
/**
|
||||
* Warning
|
||||
*/
|
||||
span.warning::before {
|
||||
content: '\e806';
|
||||
font-family: "fontello" !important;
|
||||
font-weight:normal;
|
||||
}
|
||||
span.warning {
|
||||
color:white;
|
||||
font-style: normal;
|
||||
|
|
@ -3007,6 +3012,7 @@ span.warning {
|
|||
animation-duration: 4s;
|
||||
animation-iteration-count: infinite;
|
||||
display: block;
|
||||
border-radius: 10px;
|
||||
}
|
||||
/**********************************************************************************************************************/
|
||||
/* LI as list
|
||||
|
|
@ -4328,4 +4334,4 @@ span.nb-round {
|
|||
|
||||
.field_follow_up {
|
||||
background-color: var(--bg-white);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue