From 1b6fbb940b9c76d40370217614d8bff5c434719b Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 9 Jun 2017 17:56:40 +0200 Subject: [PATCH] Flamenco Project Settings: Flip buttons to the right --- src/styles/_project-sharing.sass | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) 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