Typicalc/frontend/styles/view/main/help-dialog.css
2021-02-14 13:57:05 +01:00

28 lines
365 B
CSS

#contentLayout {
width: 1000px !important;
padding-left: 0;
padding-right: 0;
height: 500px;
}
#headingLayout {
width: 100%;
display: flex;
position: relative;
align-items: center;
justify-content: center;
}
#languageSelect {
position: absolute;
right: 0;
}
#accordion {
width: 100%;
}
.help-field {
justify-content: center;
align-items: center;
}