Typicalc/frontend/styles/view/main/example-dialog.css

18 lines
229 B
CSS
Raw Normal View History

2021-03-05 12:26:22 +00:00
#headingLayout {
width: 100%;
display: flex;
position: relative;
align-items: center;
justify-content: center;
}
#closeIcon {
right: 0;
position: absolute;
bottom: 2.1em;
2021-07-05 16:01:38 +00:00
}
#exampleContainer {
padding: 0;
margin: 0;
2021-03-05 12:26:22 +00:00
}