Nice browser. Is it antique?
No, seriously - your browser is so old that some features of patternplate don't work as expected.
Don't worry - you can either continue with a restricted version or install an up-to-date browser.
We messed up.
Sorry, but your user experience might be affected.
- Try reloading the page
- Report the problem at github.com/patternplate/patternplate

Dialog@1.0.0

<div class="c-curtain">
    <div class="c-dialog">
        <h1 class="c-dialog__title">
            Leave this course
        </h1>
        <p class="c-dialog__text">
            This will remove you from this course, and you will not be able to re-join without an invitation.
        </p>
        <div class="c-dialog__buttons">
            <button class="c-button-flat--dark">
                Leave course
            </button>
            <button class="c-button-flat--dark">
                Stay in course
            </button>
        <div>
    </div>
</div>