Skip to content

Commit

Permalink
Merge pull request #910 from AllenBW/PT/#147640893-resource-details-c…
Browse files Browse the repository at this point in the history
…omponent

Resource Details Page - ie: bulk cards, everything is a card
  • Loading branch information
chriskacerguis authored Oct 19, 2017
2 parents 68d7584 + 5eb26ed commit 54f30d1
Show file tree
Hide file tree
Showing 23 changed files with 1,115 additions and 914 deletions.
27 changes: 27 additions & 0 deletions client/app/services/resource-details/_resource-details.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
@import 'app_colors'

.card-pf
overflow-x: auto

.card-pf-row
margin-bottom: 10px

.card-pf-regular
max-height: 250px
min-height: 250px

.card-pf-large
max-height: 380px
min-height: 380px

.card-pf-info-image
.info-img
height: 50px

.card-pf-top
.card-pf
max-height: 110px
min-height: 110px

.pficon-info
color: $app-color-medium-blue-2
Loading

0 comments on commit 54f30d1

Please sign in to comment.