2019-01-22 16:38:20 +00:00
|
|
|
.messagebox {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2019-08-13 02:42:12 +00:00
|
|
|
background-color: @background-colour-translucent-8;
|
2019-01-22 16:38:20 +00:00
|
|
|
background-color: var(--background-colour-translucent-8);
|
|
|
|
z-index: 9000;
|
|
|
|
|
|
|
|
&__container {
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__buttons {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
}
|