Popups
To implement the popup, use the following markup. It corresponds accessibility requirements. To set Popup styles use the .popup()
mixin.
The .window-overlay()
mixin controls the styles of overlay background.
Simple popup
Popup with actions toolbar
.window.popup.popup-example {
.popup();
}
.window.popup.popup-example-1 {
.popup();
}
.window.overlay {
.window-overlay();
}