Skip to content

Commit

Permalink
Generic styling for generic tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kim committed Oct 23, 2018
1 parent f8d6ebc commit 49ff044
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/assets/stylesheets/radius-theme/app/customizations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,20 @@
float: none;
margin: 0 auto;
}

.table-generic tr td a {
display: block;
text-decoration: none;
color: #656565;
&:hover {
color: #656565;
text-decoration: none;
}
}

.table.table-hover.table-generic {
th, td {
text-align: center;
vertical-align: middle;
}
}

0 comments on commit 49ff044

Please sign in to comment.