mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-26 17:16:07 +08:00
18 lines
324 B
Text
18 lines
324 B
Text
//
|
|
// Close icons
|
|
// --------------------------------------------------
|
|
|
|
|
|
.close {
|
|
float: var(--right, right);
|
|
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;
|
|
}
|
|
}
|