Typicalc/frontend/styles/view/main/example-dialog.css
2021-03-05 13:26:22 +01:00

13 lines
181 B
CSS

#headingLayout {
width: 100%;
display: flex;
position: relative;
align-items: center;
justify-content: center;
}
#closeIcon {
right: 0;
position: absolute;
bottom: 2.1em;
}