view src/app/app.component.css @ 426:8fee76ab8e90

Take a callback as a prop for performing an action when requesting an output
author Lucas Thompson <dev@lucas.im>
date Tue, 06 Jun 2017 22:11:59 +0100
parents 1811801a9830
children 372c39e798ac
line wrap: on
line source
.ugly-toolbar-filler {
  flex: 1 1 auto;
}

md-sidenav-container {
  height: 100%;
  width: 100%;
  position: absolute;
}

md-sidenav {
  text-align: center;
}

.ugly-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ugly-header {
  flex: 0 0 auto;
}

.ugly-content {
  flex: 1;
  overflow-y: auto;
  position: relative;
}

.ugly-footer {
  flex: 0 0 auto;
}