mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +00:00
26 lines
331 B
CSS
26 lines
331 B
CSS
#share-dialog {
|
|
width: 80%;
|
|
}
|
|
#share-dialog-layout {
|
|
align-items: start;
|
|
min-width: 50em;
|
|
height: 100%;
|
|
}
|
|
.share-dialog-field {
|
|
width: 100%;
|
|
}
|
|
|
|
#headingLayout {
|
|
width: 100%;
|
|
display: flex;
|
|
position: relative;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
#closeIcon {
|
|
right: 0;
|
|
position: absolute;
|
|
bottom: 2.1em;
|
|
}
|