modal | Base class for the modal component. Sets display, height, inset, opacity, place-items, position, transition, visibility, width, and z-index. |
modal.hidden | Class for the hidden state of the modal. Adjusts opacity, transition, and visibility. |
modal::before | Before pseudo-element for the modal class. Sets background color, content, inset, and position. |
modal > .modal-c | Class for the modal content. Sets background, border-radius, box-shadow, color, max-height, max-width, overflow, padding, and position. |
modal > .modal-c > .modal-b | Class for the modal body. Sets max-width. |
modal > .modal-c > .modal-f | Class for the modal footer. Aligns items, sets background, display, flex-wrap, gap, justify-content, padding, position, and adds a gradient effect. |
modal > .modal-c > .modal-h | Class for the modal header. Sets background, padding, position, and adds a gradient effect. |
modal > .modal-c > .modal-h > .modal-t | Class for the modal title. Sets font size and font weight. |