Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
app.component.scss 273 B
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 112px;
    background-color: teal;
}

main {
    position: absolute;
    top: 112px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.add-sidenav1 {
    width:380px;
}