mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 02:06:29 -05:00
77a60c6c48
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
18 lines
299 B
SCSS
18 lines
299 B
SCSS
/*
|
|
* SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
.close {
|
|
color: $close-color;
|
|
text-shadow: $close-text-shadow;
|
|
|
|
@include hover() {
|
|
color: $close-color;
|
|
}
|
|
}
|
|
|
|
button.close {
|
|
background-color: transparent;
|
|
}
|