Files
WinStudentGoalTracker/ui/winstudentgoaltracker/src/app/desktop/components/goal-modal/goal-modal.scss
T
ivan-pelly cd204e4d10 Latest
2026-04-19 14:09:30 -07:00

25 lines
497 B
SCSS

/* Inherits all styles from modal-shell via ::ng-deep */
:host ::ng-deep {
.close-divider {
border: none;
border-top: 1px solid var(--border-color);
margin: 6px 0 14px;
}
.field-check {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: #333;
cursor: pointer;
input[type="checkbox"] {
width: 16px;
height: 16px;
cursor: pointer;
}
}
}