2021-02-13 16:49:29 +00:00
|
|
|
#share-dialog {
|
|
|
|
width: 80%;
|
|
|
|
}
|
2021-03-11 14:11:22 +00:00
|
|
|
|
2021-02-13 16:49:29 +00:00
|
|
|
#share-dialog-layout {
|
|
|
|
align-items: start;
|
2021-02-17 15:36:06 +00:00
|
|
|
min-width: 50em;
|
2021-03-11 14:11:22 +00:00
|
|
|
height: 90%;
|
|
|
|
overflow-y: auto;
|
2021-02-13 16:49:29 +00:00
|
|
|
}
|
|
|
|
.share-dialog-field {
|
|
|
|
width: 100%;
|
2021-02-17 15:36:06 +00:00
|
|
|
}
|
2021-03-05 12:26:22 +00:00
|
|
|
|
2021-08-31 08:56:03 +00:00
|
|
|
#share-heading-layout {
|
2021-03-05 12:26:22 +00:00
|
|
|
width: 100%;
|
2021-03-11 14:11:22 +00:00
|
|
|
max-height: 10%;
|
2021-03-05 12:26:22 +00:00
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2021-03-11 14:11:22 +00:00
|
|
|
padding-bottom: 12px;
|
2021-03-05 12:26:22 +00:00
|
|
|
}
|
|
|
|
|
2021-08-31 08:56:03 +00:00
|
|
|
.copy-button-layout {
|
|
|
|
width: 100%;
|
2021-08-24 11:32:32 +00:00
|
|
|
}
|