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

34 lines
573 B
CSS

/* Global */
/* Content Container */
/* Content box */
/* Navigation */
/* Colors */
/* Accordion */
/* Log */
/* Blockquote */
/* Breadcrumbs */
/* Input */
/* Button */
/* Canvas */
/* Article */
/* Form */
/* Icon */
/* Img */
/* list */
/* pagination */
/* pre */
/* tag */
span.tag {
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
background-clip: padding-box;
padding: 4px 6px 4px 6px;
font-size: 0.6rem;
color: #fff;
display: inline-block; }
/*# sourceMappingURL=tag.css.map */