mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
Fix top widget font sizes
This commit is contained in:
parent
c2d7f99b04
commit
d423c83078
1 changed files with 2 additions and 2 deletions
|
@ -33,13 +33,13 @@
|
|||
|
||||
.widget-bar .widget-bar-entry-value {
|
||||
font-weight: 900;
|
||||
font-size: 2em;
|
||||
font-size: 1.7em;
|
||||
}
|
||||
|
||||
.widget-bar .widget-bar-entry-label,
|
||||
.widget-bar .widget-bar-entry-end-label{
|
||||
font-weight: 400;
|
||||
font-size: 0.8em;
|
||||
font-size: 0.7em;
|
||||
}
|
||||
|
||||
.widget-bar .inline-spinner > div {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue