welco/welco/static/css/style.css

45 lines
548 B
CSS

div#main-content {
width: 100%;
border: 0;
padding: 0;
height: calc(100vh - 8em);
}
div#more-user-links {
display: none;
}
div#content {
margin: 0;
padding: 0;
height: 100%;
}
.all {
display: flex;
flex-wrap: wrap;
height: 100%;
}
.cell.top {
width: 100%;
height: 65%;
order: 0;
}
.cell {
width: calc(100% / 3);
height: 35%;
order: 1;
overflow-y: auto;
transition: all 100ms ease;
border-bottom: 1px dotted #d8d8d8;
position: relative;
}
div#content .cell h2 {
font-size: 100%;
padding-left: 1ex;
padding-bottom: 0;
}