Newer
Older
transition: all 0.2s ease-out;
}
.term-body {
padding-bottom: 50px;
}
.add-course-button {
text-transform: uppercase;
.mat-icon-button {
line-height: 20px;
margin-left: 5px;
color: #2879a8;
&:hover,
&:focus {
opacity: 0.8;
}
color: #494949;
font-weight: 400;
font-size: 18px;
display: flex;
// justify-content: flex-end;
align-items: center;
font-size: 14px;
font-weight: 400;
position: absolute;
bottom: 0;
width: 100%;
box-sizing: border-box;
button {
width: 100%;
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
color: #2879a8;
}
position: relative;
display: block;
width: 100%;
padding: 10px;
box-sizing: border-box;
background-color: white;
border-radius: 5px;
font-size: 14px;
margin-bottom: 10px;
&:hover {
cursor: pointer;
border-color: #0679a8;
box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
}
p {
margin: 0;
padding: 0;
}
.note-excerpt {
height: 32px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

Scott Berg
committed
}
.no-courses {
text-align: center;
padding: 25px 0;
font-weight: bold;
}