gistflow/gistflow

View on GitHub
app/assets/stylesheets/sections/notifications.css.scss

Summary

Maintainability
Test Coverage
@import "configuration";

section.notifications {
  > header h1 {
    @include caption;
  }
  table {
    
    td {
      font-size: 14px;
      padding: 0 0 5px 0;
      a {
        font-weight: 600;
      }
      &.time {
        color: #666;
        padding-right: 10px;
        
      }
    }
  }
}