mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 19:18:40 +00:00
42 lines
716 B
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 */
|