mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 19:18:40 +00:00
33 lines
473 B
CSS
33 lines
473 B
CSS
/* Global */
|
|
/* Content Container */
|
|
/* Content box */
|
|
/* Navigation */
|
|
/* Colors */
|
|
/* Accordion */
|
|
/* Log */
|
|
/* Blockquote */
|
|
/* Breadcrumbs */
|
|
/* Input */
|
|
/* Button */
|
|
/* Canvas */
|
|
/* Article */
|
|
/* Form */
|
|
/* Icon */
|
|
/* Img */
|
|
/* list */
|
|
/* pagination */
|
|
/* pre */
|
|
/* tag */
|
|
main {
|
|
height: 100%;
|
|
width: 100%;
|
|
position: relative;
|
|
top: 0;
|
|
bottom: 100%;
|
|
left: 0;
|
|
z-index: 1;
|
|
background: #fff;
|
|
transition: all 0.2s; }
|
|
|
|
/*# sourceMappingURL=main.css.map */
|