Skip to content

Commit

Permalink
CSS for course announcements index
Browse files Browse the repository at this point in the history
  • Loading branch information
allenwq committed Feb 6, 2015
1 parent fa71a3f commit 0df9742
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions app/assets/stylesheets/course/announcements.css.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
// Place all the styles related to the course/announcements controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
.course-announcements {
&.index {
.announcement {
padding-left: 8px;

.timestamp {
color: #999;
}

.content {
margin-top: 10px;
}

&.future {
background-color: #eee;
opacity: 0.9;
padding: 10px;
}
}
}
}

0 comments on commit 0df9742

Please sign in to comment.