snappymail/vendors/bootstrap/less/close.less

18 lines
319 B
Text

//
// Close icons
// --------------------------------------------------
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: @baseLineHeight;
color: inherit;
cursor: pointer;
text-decoration: none;
text-shadow: 0 1px 0 rgba(255,255,255,1);
&:not(:hover) {
opacity: 0.5;
}
}