SNOW-5: Integrate UIO into the site and ensure it works with the snow theme

Metadata

Source
SNOW-5
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Eloisa Guerrero
Reporter
Eloisa Guerrero
Created
2017-12-08T10:49:15.961-0500
Updated
2018-05-15T10:36:17.089-0400
Versions
N/A
Fixed Versions
N/A
Component
N/A

Description

Checklist for UIO integration:

  • Table of Contents - make sure it does not disrupt the flow of the rest of the website
  • Contrast themes - background images, logos, and text are readable in different contrast themes
  • Changing text size, style, line-height does not break the layout

Comments

  • Eloisa Guerrero commented 2018-02-07T09:02:49.975-0500

    Added B&W, B&Y, grey assets of banner and logo.

  • Eloisa Guerrero commented 2018-02-14T12:26:13.316-0500

    Table of Contents class ".flc-toc-tocContainer" added to front page, category, pages and posts.

    Line-height override of Foundation needed to work with UIO:

    /* Overriding Foundation to work with UIO */
    label, p {
      line-height: inherit;
    }