Skip to content

LoginPageLayout is overriding is-paper class from Vanilla on small screens #1362

Description

@bartaz

Login page layout is overriding is-paper class from Vanilla on small screens, hardcoding the white background there. It causes project that use this class, but also import react-component style, to have unintentional white background on small screens, where is-paper gray should be used.

This should be removed, or scoped to only apply to this component.

.is-paper {
background-color: #fff;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions