mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-25 16:48:39 +00:00
31 lines
484 B
CSS
31 lines
484 B
CSS
/* Global */
|
|
/* Content Container */
|
|
/* Content box */
|
|
/* Navigation */
|
|
/* Colors */
|
|
/* Accordion */
|
|
/* Log */
|
|
/* Blockquote */
|
|
/* Breadcrumbs */
|
|
/* Input */
|
|
/* Button */
|
|
/* Canvas */
|
|
/* Article */
|
|
/* Form */
|
|
/* Icon */
|
|
/* Img */
|
|
/* list */
|
|
/* pagination */
|
|
/* pre */
|
|
/* tag */
|
|
.tag {
|
|
cursor: pointer;
|
|
border: 1px solid #d6d6d6;
|
|
padding: 5px 10px 5px 10px;
|
|
font-size: 0.7rem;
|
|
color: #fff;
|
|
display: inline-block;
|
|
line-height: 1rem; }
|
|
|
|
/*# sourceMappingURL=tag.css.map */
|