Dialoogiaknad

<div class="modal is-visible">
    <div class="modal__backdrop"></div>
    <div class="modal__container">
        <div class="modal__header">
            <p class="modal__title">Dialoogi nimetus</p>
            <button class="button button--triarity button--xsmall modal__close">
                        
                        <i class="fas fa-times button__icon--left" aria-hidden="true" ></i>
                    Sulge
                </button>
        </div>
        <div class="modal__content">
            The dangers of not thinking clearly are much greater now than ever before. It's not that there's something new in our way of thinking - it's that credulous and confused thinking can be much more lethal in ways it was never before.
        </div>
        <div class="modal__footer">
            <div class="row justify-content-end">
                <div class="col-auto"><button class="button button--secondary">
    Katkesta
</button>
                </div>
                <div class="col-auto"><button class="button ">
    Salvesta
</button>
                </div>
            </div>
        </div>
    </div>
</div>
{
  "title": "Dialoogi nimetus",
  "content": "The dangers of not thinking clearly are much greater now than ever before. It's not that there's something new in our way of thinking - it's that credulous and confused thinking can be much more lethal in ways it was never before."
}
  • Handle: @modal
  • Tags: modal, overlay
  • Preview:
  • Filesystem Path: src/110-modal/modal.hbs
  • References (1): @button