All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.migration.assets.css.styleAddErrorDialogProperties.css Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
.ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 700px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    background: #fff;
    padding: 0;
}

.ngdialog.ngdialog-theme-default {
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
    .ngdialog.ngdialog-theme-default .ngdialog-content {
        width: 75%;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy