mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-05 22:50:48 +00:00
11 lines
242 B
SCSS
11 lines
242 B
SCSS
|
// This is our own implementation because the Bootstrap close button requires more customization than is worthwhile
|
||
|
.close {
|
||
|
@include reset-button;
|
||
|
|
||
|
color: var(--content-primary);
|
||
|
|
||
|
&.dark {
|
||
|
color: var(--content-primary-dark);
|
||
|
}
|
||
|
}
|