mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-30 02:52:22 +08:00
Update top-widget display for new UI
This commit is contained in:
parent
e827164d0d
commit
28f1e40125
1 changed files with 11 additions and 3 deletions
|
@ -25,13 +25,21 @@
|
|||
*/
|
||||
|
||||
.widget-bar {
|
||||
background-color: $very-light-salmon-pink;
|
||||
background-color: $white;
|
||||
color: $dark-midnight-grey;
|
||||
font-weight: bolder;
|
||||
box-shadow: 0 .125rem .25rem #00000013 ;
|
||||
border: 1px solid $extra-light-grey;
|
||||
}
|
||||
|
||||
.widget-bar .widget-bar-entry-value {
|
||||
font-weight: bolder;
|
||||
font-weight: 900;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.widget-bar .widget-bar-entry-label,
|
||||
.widget-bar .widget-bar-entry-end-label{
|
||||
font-weight: 400;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.widget-bar .inline-spinner > div {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue