.course-item { position: relative; display: block; width: 100%; padding: 8px; box-sizing: border-box; border: solid 1px #fdfdfd; background-color: #fdfdfd; border-radius: 5px; font-size: 14px; margin-bottom: 8px; box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); transition: border-color 0.25s ease, box-shadow 0.25s ease; cursor: pointer; &:hover { border-color: #0679a8; box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25); } &.disabled { background-color: #dee1e2; border-color: #dee1e2; box-shadow: none; .course-credits, .course-number, .course-title { font-weight: bold; } } p { margin: 0; padding: 0; font-family: Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif; } .mat-icon { border-radius: 50%; text-align: center; font-size: 18px; line-height: 1.4; &:hover, &:focus { opacity: 0.8; } } } .course-number, .course-credits { display: inline-block; } .course-number { font-weight: bold; font-size: 16px; display: inline-block; } .icon-number-wrapper { display: flex; align-items: center; } button.mat-menu-item { text-transform: none !important; } @media screen and (max-width: 957px) { .mat-icon { padding: 0.5em; margin-bottom: 0.5em; } }