website/core/themes/classy/css/components/ui-dialoge628.css

16 lines
208 B
CSS
Raw Normal View History

2023-09-30 09:40:37 +02:00
/**
* @file
* Styles for Classy's modal windows.
*/
.ui-dialog--narrow {
max-width: 500px;
}
@media screen and (max-width: 600px) {
.ui-dialog--narrow {
min-width: 95%;
max-width: 95%;
}
}