Skip to content

Commit

Permalink
list tweaks for action secondary text
Browse files Browse the repository at this point in the history
  • Loading branch information
John Leider committed Jan 18, 2017
1 parent 88243f6 commit 570f55a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/stylus/components/_lists.styl
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@

.icon
transition: $primary-transition

&-text
color: $grey.base
font-size: $list-action-text-font-size

&--stack
align-items: flex-end
Expand All @@ -115,7 +119,7 @@
+ .list__tile__avatar
justify-content: flex-end

+ .list__tile__action
+ .list__tile__action:not(.list__tile__action--stack)
flex: 1 0 48px
align-items: center

Expand Down
2 changes: 2 additions & 0 deletions src/stylus/settings/_variables.styl
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ $list-content-font-size := 15px
$list-group-tile-title-font-weight := 300
$list-group-tile-title-active-font-weight := 500

$list-action-text-font-size := 12px

// Navbar
$navbar-height := 5rem
$navbar-item-padding := 0 1.2rem
Expand Down

0 comments on commit 570f55a

Please sign in to comment.