diff --git a/src/styles/_project-sharing.sass b/src/styles/_project-sharing.sass index 8e88ed98..7d3b73b1 100644 --- a/src/styles/_project-sharing.sass +++ b/src/styles/_project-sharing.sass @@ -154,3 +154,39 @@ ul.sharing-users-list .algolia-autocomplete .aa-dropdown-menu .aa-suggestion em font-style: normal color: $color-primary + +/* Generic listing on settings */ +ul.list-generic + margin: 0 + padding: 0 + list-style: none + max-width: 500px + + +media-xs + width: 100% + + > li + padding: 5px 0 + display: flex + align-items: center + + .action + margin-right: 10px + + .btn + font-size: .7em + + a + padding-right: 10px + +.settings-footer + text-align: right + color: $color-text-dark-secondary + border-top: thin solid rgba(black, .1) + margin-top: 15px + padding-top: 15px + padding-right: 15px + font-size: .9em + + a + color: $color-text-dark-secondary diff --git a/src/styles/_project.sass b/src/styles/_project.sass index dbc117c7..dfc8a73a 100644 --- a/src/styles/_project.sass +++ b/src/styles/_project.sass @@ -642,7 +642,7 @@ ul.project_nav-edit-list padding-right: 15px &.active - border-left: 5px solid $color-primary + border-right: 5px solid $color-primary background-color: lighten($color-background-nav, 5%) .project_nav-toggle-btn