app.component.scss 478 Bytes
@import '../common';

#top-container {
  width: 100%;
  display: flex;
  min-height: 100%;
}

#contentarea {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

#topbar {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: white;
  height: 2em;
}

#content {
  display: flex;
  flex-direction: row;
  background-color: $color-bg-content;
  margin-left: 30px;
  padding: 20px;
  flex-grow: 1;
}