mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 00:38:44 +00:00
25 lines
497 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|