You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GooseMod/src/css/repoModal.css

17 lines
325 B

/* Repos modal icons */
.gm-repos-modal-icon-Verified {
color: var(--status-positive-background);
}
.gm-repos-modal-icon-Alert {
color: var(--status-danger-background);
}
.gm-repos-modal-icon-Alert .icon-1ihkOt {
width: 12px;
height: 12px;
}
.gm-repos-modal-icon-Help {
color: var(--status-warning-background);
}