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 Jan 28, 2015
1 parent 379f065 commit c104453
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: .9;
padding: 10px;
}
}
}
}

0 comments on commit c104453

Please sign in to comment.