cssOMS/canvas.css
2019-01-13 21:37:36 +01:00

30 lines
432 B
CSS

/* Global */
/* Content Container */
/* Content box */
/* Navigation */
/* Colors */
/* Accordion */
/* Log */
/* Blockquote */
/* Breadcrumbs */
/* Input */
/* Button */
/* Canvas */
/* Article */
/* Form */
/* Icon */
/* Img */
/* list */
/* pagination */
/* pre */
/* tag */
canvas {
background: #fff;
border: 1px solid #d6d6d6;
user-select: none; }
canvas.chart {
width: 100%; }
/*# sourceMappingURL=canvas.css.map */