cssOMS/tag.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 */