text auf pergament geändert
This commit is contained in:
parent
c33762781f
commit
d72fcb2fe7
@ -124,9 +124,9 @@ body {
|
|||||||
========================= */
|
========================= */
|
||||||
|
|
||||||
.popup-content {
|
.popup-content {
|
||||||
padding: 10px 20px;
|
padding: 16px 60px 16px 60px;
|
||||||
|
|
||||||
font-size: 20px;
|
font-size: 15px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
|
|
||||||
|
|||||||
@ -50,7 +50,9 @@
|
|||||||
|
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
||||||
transition: opacity 0.25s ease, transform 0.25s ease;
|
transition:
|
||||||
|
opacity 0.25s ease,
|
||||||
|
transform 0.25s ease;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transform: translateX(0);
|
transform: translateX(0);
|
||||||
}
|
}
|
||||||
@ -164,7 +166,9 @@
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
transition: opacity 0.25s ease, transform 0.25s ease;
|
transition:
|
||||||
|
opacity 0.25s ease,
|
||||||
|
transform 0.25s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.qm-popup.active {
|
.qm-popup.active {
|
||||||
@ -216,7 +220,7 @@
|
|||||||
|
|
||||||
.qm-popup-body {
|
.qm-popup-body {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 30px;
|
padding: 30px 80px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user