1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

feat(ui): allow-different-modal-icons EE-3751 (#7299)

* feat(ui): update modal icons EE-3751
This commit is contained in:
Ali 2022-07-28 17:33:21 +12:00 committed by GitHub
parent bb066cd58c
commit d574a71cb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 113 additions and 39 deletions

View file

@ -247,19 +247,31 @@ input:checked + .slider:before {
}
.modal-content {
padding: 55px 20px 20px 20px;
padding: 20px;
}
.background-error {
padding-top: 55px;
background-image: url(../images/icon-error.svg);
background-repeat: no-repeat;
background-position: top left;
}
.background-warning {
padding-top: 55px;
background-image: url(../images/icon-warning.svg);
background-repeat: no-repeat;
background-position: top 10px left 10px;
background-position: top left;
}
.modal-header {
padding: 10px 0px 10px 0px;
margin-bottom: 10px;
padding: 0px;
border-bottom: none;
}
.modal-header .close {
margin-top: -40px;
margin-top: 0px;
}
.modal-header .modal-title {