cssOMS/icon.css

42 lines
716 B
CSS

/* Global */
/* Content Container */
/* Content box */
/* Navigation */
/* Colors */
/* Accordion */
/* Log */
/* Blockquote */
/* Breadcrumbs */
/* Input */
/* Button */
/* Canvas */
/* Article */
/* Form */
/* Icon */
/* Img */
/* list */
/* pagination */
/* pre */
/* tag */
.infoIcon {
width: 0.9rem;
text-align: center;
vertical-align: middle;
position: relative;
cursor: pointer; }
.infoIcon span {
font-size: .55rem;
display: block;
position: absolute;
right: -.55rem;
top: -.45rem;
width: 0.9rem;
height: 0.9rem;
line-height: 0.9rem;
border-radius: 50%;
text-align: center;
color: #fff;
background: #d16059; }
/*# sourceMappingURL=icon.css.map */