blob: d3693d3f569c91348e916c7368e1c0ee2f278833 [file] [log] [blame]
//
// Close icons
// --------------------------------------------------
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: @baseLineHeight;
color: #B9B9B9;
text-shadow: 0 1px 0 rgba(255,255,255,1);
&:hover,
&:focus {
color: @hoverHighlight;
text-decoration: none;
cursor: pointer
}
}
// Additional properties for button version
// iOS requires the button element instead of an anchor tag.
// If you want the anchor version, it requires `href="#"`.
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}