Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

  1. Change the color of the Application title

    .menu__title {
        color: #224190;
    }

  2. Change the color of the button icons (back arrow, home button, etc)

    .menu__button {
        fill: red;
    }

  3. Change the color of the Breadcrumb border

    ul.menu__breadcrumbs li .menu__breadcrumb__item__label {
        border-color: red;
    }
  • No labels