UNPKG
uv-charts-dashboard
Version:
latest (1.0.0)
1.0.0
A dashboard for uvCharts examples
gitlab.pramati.com/rakesh.makluri/uv-charts-dashboard
uv-charts-dashboard
/
src
/
app
/
components
/
chart-details
/
chart-details-wrapper.css
16 lines
(14 loc)
•
247 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
chart-
details
, chart-description {
display
: inline-block;
vertical-align
: top;
line-height
:
2.2
;
width
:
50%
; } chart-description {
width
:
40%
;
padding-left
:
20px
; }
.wrapper
{
background
:
#f8f8f8
;
padding
:
20px
; }