mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-01 08:16:03 +00:00
19 lines
319 B
Plaintext
19 lines
319 B
Plaintext
//
|
|
// Close icons
|
|
// --------------------------------------------------
|
|
|
|
|
|
.close {
|
|
float: right;
|
|
font-size: 143%;
|
|
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;
|
|
}
|
|
}
|