mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
Hyphens are added to user IDs from 10.7.0, so if the server is running it, emails.json will be modified to include them. The existing file is backed up. Also, scss files have been simplified since bs4-jf and bs5-jf share much of the same content.
8 lines
172 B
SCSS
8 lines
172 B
SCSS
.btn-close {
|
|
filter: invert(80%);
|
|
}
|
|
@import "../jf-pre.scss";
|
|
@import "../../node_modules/bootstrap/scss/bootstrap";
|
|
@import "../jf-post.scss";
|
|
@import "../base.scss";
|