mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 19:18:40 +00:00
30 lines
432 B
CSS
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 */
|