Code snippets: Module introduction popup
Straight corners for the popup
1 2 3 4
.OcuDarcula .alert__wrapper, .OcuDarcula .card__wrapper, .OcuLight .alert__wrapper, .OcuLight .card__wrapper { border-radius: 0px; }
Straight corners for the button
1 2 3
.OcuLight .button.dl__alert__close { border-radius: 0px }
Change the background color
1 2 3 4
.OcuDarcula .alert__wrapper, .OcuDarcula .card__wrapper, .OcuLight .alert__wrapper, .OcuDarcula .card__wrapper { background-color: red; }