
.task-page {
  position: relative;
  left: 61px;
  display: flex;
  width: calc(100% - 61px);
  height: 100%;
  flex-direction: column;
}
.task-page__content {
  display: flex;
  width: 100%;
  height: calc(100% - 31px);
}
.task-page__content-left {
  display: flex;
  height: 100%;
  flex-direction: column;
  position: relative;
}

/*# sourceMappingURL=TaskPage.vue.css.map */