Forked from an inaccessible project.
-
- Place degree plan picker after 'include from courses' dropdown - Picker value should default to user's primary degree plan - Display star next to primary plan
- Place degree plan picker after 'include from courses' dropdown - Picker value should default to user's primary degree plan - Display star next to primary plan
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
new-what-if-audit-dialog.component.scss 874 B
.mat-radio-group {
display: flex;
flex-direction: column;
}
.mat-radio-button {
margin: 5px;
}
.mat-form-field {
display: block;
& + & {
margin-top: 15px;
}
}
.step-actions {
margin-top: 15px;
display: flex;
justify-content: flex-end;
}
.credit-selector {
display: flex;
flex-direction: row;
& + & {
margin-top: 15px;
}
label {
display: block;
flex-grow: 1;
}
mat-form-field {
width: 72px;
display: block;
flex-grow: 0;
text-align: right;
}
}
#what-if-degree-plan-select {
mat-select-trigger {
height: 24px;
display: inline-block;
position: relative;
top: 1px;
.plan-name {
position: relative;
top: 1px;
display: inline-block;
vertical-align: top;
height: 24px;
line-height: 24px;
}
}
.primary-star {
margin-right: 12px;
}
}