Aam-Digital/ndb-core

View on GitHub
src/app/child-dev-project/attendance/dashboard-widgets/attendance-week-dashboard/attendance-day-block/attendance-day-block.component.scss

Summary

Maintainability
Test Coverage
@use "variables/colors";
@use "functions/gradient-helpers";

.day-cell {
  padding: 0.28em;
  line-height: 1em;
  width: 1ch;
}

.has-remark {
  background-image: gradient-helpers.top-right-triangle(
    colors.$muted-background
  );
}