2019-11-04 13:40:46 +01:00
|
|
|
.signature-request-message {
|
2020-07-15 15:13:40 +02:00
|
|
|
flex: 1 60%;
|
2022-05-24 17:28:40 +02:00
|
|
|
max-height: 231px;
|
2022-02-16 00:59:59 +01:00
|
|
|
position: relative;
|
2019-11-04 13:40:46 +01:00
|
|
|
|
2022-11-10 11:28:34 +01:00
|
|
|
&__root {
|
2020-07-15 15:13:40 +02:00
|
|
|
flex: 1 100%;
|
|
|
|
overflow: auto;
|
2019-11-04 13:40:46 +01:00
|
|
|
|
2022-08-04 16:03:02 +02:00
|
|
|
@include screen-sm-min {
|
2020-07-15 15:13:40 +02:00
|
|
|
width: auto;
|
2019-11-04 13:40:46 +01:00
|
|
|
}
|
2020-07-15 15:13:40 +02:00
|
|
|
}
|
2019-11-04 13:40:46 +01:00
|
|
|
|
2022-02-16 00:59:59 +01:00
|
|
|
&__scroll-button {
|
|
|
|
position: absolute;
|
2022-11-10 11:28:34 +01:00
|
|
|
right: 28px;
|
2022-02-16 00:59:59 +01:00
|
|
|
bottom: 12px;
|
|
|
|
border-radius: 50%;
|
2022-11-10 11:28:34 +01:00
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
2022-02-16 00:59:59 +01:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2020-07-15 15:13:40 +02:00
|
|
|
}
|