Typicalc/frontend/styles/view/share-dialog.css

30 lines
391 B
CSS
Raw Normal View History

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
#headingLayout {
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
}
#closeIcon {
right: 0;
position: absolute;
bottom: 2.1em;
}