Bug 28978: Convert installer CSS to SCSS
authorOwen Leonard <oleonard@myacpl.org>
Wed, 8 Sep 2021 23:30:11 +0000 (23:30 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 12 Oct 2021 09:15:45 +0000 (11:15 +0200)
commit790dc699b00705af76a1630dcf7007c0b1ef41c3
treef8f727d212eb318a0bd6b2ac8ccc2b689c2485fa
parent18f96e95a2bd1cd3f93ea1ec2d49958f89489253
Bug 28978: Convert installer CSS to SCSS

This patch creates a new SCSS file, installer.scss, from which
installer.css will be compiled.

Most of the resulting CSS is unchanged, but some minor sections were
removed because they were obsolete. The jQueryUI-specific section isn't
fully converted to SCSS because it's going to go away with the addition
of Flatpickr.

To test, apply the patch and rebuild the staff client SCSS
(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).

- Confirm that koha-tmpl/intranet-tmpl/prog/css/installer.css is
  updated.
- Go through the complete web installation process, including
  onboarding, to confirm that everything is styled as before.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/css/src/installer.scss [new file with mode: 0644]