14 lines
189 B
Plaintext
14 lines
189 B
Plaintext
// Close
|
|
|
|
.close {
|
|
float: right;
|
|
font-size: calc(var(--font-size-base) * 1.5);
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
|
|
&:hover {
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
}
|