1
0
www.mikescher.com/www/data/css/styles_admin.scss

23 lines
333 B
SCSS
Raw Normal View History

2018-01-21 19:07:43 +01:00
@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;
}