RailsStudyGroup/redditgraphed

View on GitHub
app/assets/stylesheets/user_pages.css.scss

Summary

Maintainability
Test Coverage
// Place all the styles related to the user_pages controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

#dashboard {
  background: url('mountains2.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.dashboardbox {
  margin-top: 3%;
}

.dashboardpanel {
    background: #fffaf6;
    border-radius: 4px;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4); 
}