2020-09-30 01:25:44 +02:00
|
|
|
.notice {
|
2020-09-26 13:03:13 +02:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2020-09-30 01:25:44 +02:00
|
|
|
align-items: center;
|
|
|
|
padding-top: 10px;
|
|
|
|
font-size: var(--font-size-small);
|
2020-09-26 13:03:13 +02:00
|
|
|
font-weight: 600;
|
|
|
|
}
|
2020-09-30 01:25:44 +02:00
|
|
|
|
|
|
|
.message {
|
|
|
|
text-align: center;
|
|
|
|
margin-right: 20px;
|
2020-09-26 13:03:13 +02:00
|
|
|
}
|