1
0
This commit is contained in:
2018-01-21 19:07:43 +01:00
parent 28ae8beb2d
commit f373b208f6
15 changed files with 435 additions and 11 deletions

View File

@@ -0,0 +1,23 @@
@import 'styles_config';
.admincontent {
display: block;
width: 100%;
}
.admincontent .boxedcontent{
margin-bottom: 20px;
}
.egh_ajaxOutput {
display: flex;
box-sizing: border-box;
width: 100%;
align-self: center;
justify-self: center;
margin-left: auto;
margin-right: auto;
resize: none;
height: 300px;
}