Ghost/ghost/admin/app/styles
Kevin Ansfield 14c0c5ff65 Refactored general design settings form components
refs https://github.com/TryGhost/Team/issues/1310

We want to use parts of the "Brand setting" form in a separate streamlined settings screen after site setup but that wasn't possible without a lot of duplication.

- extracted individual form fields into separate components for re-use
  - included minor refactors like using `uploader.registerFileInput` and `uploader.triggerFileDialog` instead of continually duplicating the same file input trigger method
- fixed accessibility issues
  - changed input titles from `<div>` to `<label>` and associated with the component's input fields
  - changed `<img {{on "click" upload}}>` to `<input type="image">` so they act as proper buttons and are linked to the label (required a styling change so `img` and `input[type="image"]` are treated equally)
- finished cleanup of `.description-container-labs` by renaming to `.description-container`
2022-02-04 16:04:58 +00:00
..
components Fix close icon overlapping in the link input 2022-02-01 19:44:01 +01:00
layouts Refactored general design settings form components 2022-02-04 16:04:58 +00:00
patterns Little tweaks for header settings panel and added add icon 2021-12-15 19:09:17 +00:00
spirit Update offer details structure 2021-10-04 15:00:41 +02:00
app-dark.css Fix incorrect color on hover for publish and send buttons (#2188) 2022-02-02 15:27:27 +01:00
app.css Added basic styling with icons for events and tided structure 2022-01-26 11:19:03 +00:00