Code snippets: Module introduction popup

  1. Straight corners for the popup

    .OcuDarcula .alert__wrapper, .OcuDarcula .card__wrapper, .OcuLight .alert__wrapper, .OcuLight .card__wrapper { border-radius: 0px; }

     

  2. Straight corners for the button

    .OcuLight .button.dl__alert__close { border-radius: 0px }

     

  3. Change the background color

    .OcuDarcula .alert__wrapper, .OcuDarcula .card__wrapper, .OcuLight .alert__wrapper, .OcuDarcula .card__wrapper { background-color: red; }