snappymail/vendors/bootstrap/less/close.less

19 lines
310 B
Text
Raw Normal View History

//
// Close icons
// --------------------------------------------------
.close {
float: right;
2022-02-15 00:37:58 +08:00
font-size: 143%;
font-weight: bold;
line-height: 1.43em;
color: inherit;
cursor: pointer;
text-decoration: none;
text-shadow: 0 1px 0 rgba(255,255,255,1);
&:not(:hover) {
opacity: 0.5;
}
}