diff --git a/src/styles/_project-sharing.sass b/src/styles/_project-sharing.sass index 7d3b73b1..90c6daec 100644 --- a/src/styles/_project-sharing.sass +++ b/src/styles/_project-sharing.sass @@ -160,7 +160,7 @@ ul.list-generic margin: 0 padding: 0 list-style: none - max-width: 500px + width: 350px +media-xs width: 100% @@ -169,15 +169,24 @@ ul.list-generic padding: 5px 0 display: flex align-items: center + border-top: thin solid $color-background - .action - margin-right: 10px + &:first-child + border-top: none + &:hover .item a + color: $color-primary + + a + flex: 1 + + .actions + margin-left: auto .btn font-size: .7em - a - padding-right: 10px + span + color: $color-text-dark-secondary .settings-footer text-align: right