Aam-Digital/ndb-core

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

Summary

Maintainability
Test Coverage
@use "variables/sizes";
@use "variables/colors";
@use "mixins/grid-layout";
@use "typography/custom-typography";

.cards-wrapper {
  @include grid-layout.adaptive($min-block-width: 250px);
  margin-top: sizes.$large;
}

.mat-mdc-card[disabled] {
  background-color: colors.$disabled-transparent;
}

mat-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;

  > button {
    width: 100%;
  }
}