content-box fixing
This commit is contained in:
parent
47bf04e364
commit
c528901893
@ -10,6 +10,30 @@
|
||||
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
}
|
||||
|
||||
.mailgo-modal strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.mailgo-modal {
|
||||
position: fixed;
|
||||
box-sizing: content-box;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
display: none;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
z-index: 100000;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.mailgo-modal.is-active {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.mailgo-title {
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
@ -35,25 +59,6 @@
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.mailgo-modal {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
display: none;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
z-index: 100000;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.mailgo-modal.is-active {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.mailgo-modal-content {
|
||||
z-index: 1000;
|
||||
text-align: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user