-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDashboardPanelNumber.css
1 lines (1 loc) · 1.23 KB
/
DashboardPanelNumber.css
1
:root{--dashboard-panel-number-fontsize-number:2.5em;--dashboard-panel-number-fontweight-number:bold;--dashboard-panel-number-color-trend-up:#42af7b;--dashboard-panel-number-color-trend-down:#e34e42}.DashboardPanelNumber .uk-card-body{justify-content:stretch;display:flex}.DashboardPanelNumber__content{text-align:center;justify-content:center;align-items:center;width:100%;display:flex}.DashboardPanelNumber__content dl{margin:10px 0 15px}.DashboardPanelNumber__content dt,.DashboardPanelNumber__content p{font-size:var(--dashboard-panel-number-fontsize-number);font-weight:var(--dashboard-panel-number-fontweight-number);line-height:1;padding:0!important}.DashboardPanelNumber__content dd{color:var(--dashboard-color-text-light);font-weight:400;border:none!important;padding:.25em 0 0!important}.DashboardPanelNumber__content .fa{margin-right:-1.3rem;font-weight:400;display:none;font-size:1.3rem!important}.DashboardPanelNumber__content[data-trend=up] .fa{color:var(--dashboard-panel-number-color-trend-up);display:inline-block;-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.DashboardPanelNumber__content[data-trend=down] .fa{color:var(--dashboard-panel-number-color-trend-down);display:inline-block;-ms-transform:rotate(45deg);transform:rotate(45deg)}