Aam-Digital/ndb-core

View on GitHub
src/app/child-dev-project/attendance/add-day-attendance/add-day-attendance.component.scss

Summary

Maintainability
Test Coverage
// Moves the component 12 pixels to the left so that
// the "go back" button is aligned with the left border
.relative-left {
  position: relative;
  left: -12px;
}

:host {
  display: flex;
  flex-direction: column;
}