agneta-platform
Version:
Agneta Platform - Integrate and customize business applications
26 lines (23 loc) • 355 B
text/stylus
#wrap-cont{
position: relative;
}
#wrap {
overflow-y: auto;
overflow-x: hidden;
position: relative;
.view-cont {
.content-header {
text-align: center;
margin: 0;
padding: 10px;
border-bottom: solid 1px color-border;
color: color-primary;
}
.segment {
padding: 1em;
&.alternate {
background: color-grey;
}
}
}
}