Drop bootstrap modal.less by using <dialog> <header> and <footer>

https://snappymail.eu/demo/ updated for testing
This commit is contained in:
djmaze 2021-11-07 17:06:08 +01:00
parent 880d4a05e9
commit 6170de5aee
70 changed files with 1521 additions and 1709 deletions

View file

@ -1,18 +1,14 @@
.b-domain-alias-content {
&.modal {
max-width: 330px;
}
#V-PopupsDomainAlias {
max-width: 330px;
.error-desc {
color: red;
}
}
.b-domain-content {
#V-PopupsDomain {
&.modal {
max-width: 810px;
}
max-width: 810px;
.domain-desc {
color: #666;

View file

@ -91,17 +91,6 @@
padding-right: 12px;
}
#rl-popups > .rl-view-model {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1100;
overflow: auto;
background-color: rgba(0,0,0,0.3);
}
#rl-settings-subscreen {
padding: 20px;
}

View file

@ -1,8 +1,6 @@
.b-plugin-content {
#V-PopupsPlugin {
&.modal {
max-width: 660px;
}
max-width: 660px;
.modal-body {
overflow: auto;