2020-05-29 19:31:19 +05:00
|
|
|
:global(#app) {
|
2021-06-24 01:05:22 +05:00
|
|
|
.message {
|
|
|
|
|
background: #eb5a46;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
bottom: 20px;
|
|
|
|
|
box-shadow: #b04632 0 1px 0;
|
2024-07-26 20:51:59 +02:00
|
|
|
max-width: calc(100% - 40px);
|
2021-06-24 01:05:22 +05:00
|
|
|
padding: 12px 18px;
|
|
|
|
|
position: fixed;
|
|
|
|
|
right: 20px;
|
|
|
|
|
width: 390px;
|
|
|
|
|
z-index: 10001;
|
2020-05-29 19:31:19 +05:00
|
|
|
}
|
|
|
|
|
|
2021-06-24 01:05:22 +05:00
|
|
|
.messageContent {
|
2020-05-29 19:31:19 +05:00
|
|
|
color: #fff;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 1.4;
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-24 01:05:22 +05:00
|
|
|
.messageHeader {
|
2020-05-29 19:31:19 +05:00
|
|
|
color: #fff;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
}
|
|
|
|
|
}
|