Typicalc/frontend/styles/view/main/info-dialog.css
2021-02-05 18:48:13 +01:00

22 lines
282 B
CSS

#infoHeader {
display: flex;
position: relative;
width: 30vw;
align-items: center;
justify-content: center;
}
#infoContent {
align-items: center;
}
#inputSyntax {
font-family: "Courier";
margin-top: 1.5em;
}
#closeIcon {
right: 0;
position: absolute;
bottom: 0.45em;
}