Added hover on course about and more actionable text
This commit is contained in:
@@ -115,6 +115,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
&:hover, &:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
span.register {
|
||||
background: lighten($blue, 20%);
|
||||
border: 1px solid $blue;
|
||||
@@ -126,6 +132,14 @@
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
width: flex-grid(12);
|
||||
@include transition();
|
||||
|
||||
&:hover {
|
||||
background: lighten($pink, 20%);
|
||||
border: 1px solid $pink;
|
||||
color: darken($pink, 20%);
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
%if show_link:
|
||||
<a href="${course_target}">
|
||||
%endif
|
||||
<span class="register disabled">You are registered for this course (${course.number}).</span>
|
||||
<span class="register disabled">You are registered for this course (${course.number}). <strong>View Courseware.<strong></span>
|
||||
%if show_link:
|
||||
</a>
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user