latex-ub/services/web/frontend/stylesheets/bootstrap-5/components/close-button.scss
2025-05-05 12:24:05 +00:00

10 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);
}
}