2020-03-31 18:16:04 +02:00
|
|
|
#gritter-container {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
2020-04-06 18:21:39 +02:00
|
|
|
right: 50%;
|
|
|
|
transform: translateX(50%);
|
2020-03-31 18:16:04 +02:00
|
|
|
text-align: center;
|
|
|
|
z-index: 9999;
|
2020-03-22 10:17:54 +01:00
|
|
|
}
|
|
|
|
|
2020-04-06 11:11:08 +02:00
|
|
|
.gritter-item.popup {
|
2020-03-31 18:16:04 +02:00
|
|
|
position: relative;
|
2020-04-06 18:21:39 +02:00
|
|
|
max-width: 450px;
|
2020-04-06 11:11:08 +02:00
|
|
|
visibility: visible;
|
2020-04-06 18:21:39 +02:00
|
|
|
right: auto;
|
|
|
|
left: auto;
|
2020-04-06 11:11:08 +02:00
|
|
|
top: auto;
|
2020-04-06 18:21:39 +02:00
|
|
|
bottom: auto;
|
2020-04-06 11:11:08 +02:00
|
|
|
}
|
|
|
|
.gritter-item .popup-content {
|
2020-03-31 18:16:04 +02:00
|
|
|
display: flex;
|
2020-03-22 10:17:54 +01:00
|
|
|
}
|
2020-03-31 18:16:04 +02:00
|
|
|
.gritter-item .gritter-content {
|
|
|
|
flex: 1 auto;
|
|
|
|
text-align: center;
|
2020-03-22 10:17:54 +01:00
|
|
|
}
|
2020-03-31 18:16:04 +02:00
|
|
|
|
|
|
|
.gritter-item .gritter-close {
|
|
|
|
align-self: center;
|
2020-03-22 10:17:54 +01:00
|
|
|
}
|
|
|
|
|
2020-04-06 11:11:08 +02:00
|
|
|
.gritter-item.error .popup-content {
|
2020-03-31 18:16:04 +02:00
|
|
|
color: #a84341;
|
|
|
|
background-color: #eed3d4;
|
2020-03-22 10:17:54 +01:00
|
|
|
}
|