UNPKG
qcobjects-charts
Version:
latest (0.1.13)
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
App template for New App in QCObjects
github.com/QuickCorp/QCObjects
QuickCorp/QCObjects
qcobjects-charts
/
css
/
desktop
/
container.css
13 lines
(10 loc)
•
226 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Insert here your custom CSS */
/* GRID */
component
[name=grid]
{
display
: grid;
grid-template-rows
: auto;
grid-template-columns
:
50%
50%
;
padding
:
5%
;
grid-row
-
gap
:
20px
;
grid-column
-
gap
:
20px
; }