oms-Organization/Theme/Backend/css/styles.css
2020-06-09 22:01:09 +02:00

16 lines
328 B
CSS
Executable File

.organigram .portlet {
margin: 0 auto; }
.organigram .unit {
margin: 1rem auto; }
.organigram .departments {
margin: .5rem;
box-sizing: border-box;
display: flex;
flex: 0 0 auto;
flex-direction: column;
flex-wrap: wrap;
border: 1px solid #ebedf2; }
.organigram .position {
margin: 0 auto;
padding: 1rem; }