diff --git a/app/styles/app/components/sync-button.sass b/app/styles/app/components/sync-button.sass index 1ca1d752..187f84a8 100644 --- a/app/styles/app/components/sync-button.sass +++ b/app/styles/app/components/sync-button.sass @@ -62,4 +62,7 @@ .sync-spinner--grey i - background-color: #A6ADAD \ No newline at end of file + background-color: #A6ADAD + +.spinner-container + padding: 0.5em 1em \ No newline at end of file diff --git a/app/styles/app/layouts/sidebar.sass b/app/styles/app/layouts/sidebar.sass index ca5f2394..42853c74 100644 --- a/app/styles/app/layouts/sidebar.sass +++ b/app/styles/app/layouts/sidebar.sass @@ -13,7 +13,8 @@ $sb-font-size: 14px background-color: $white border-radius: 0 border-left: 8px solid - + li:last-child & + margin-bottom: 0 &.failed, &.errored @@ -25,15 +26,33 @@ $sb-font-size: 14px &.received @include colorSidebarTiles($created-color) - h2, p margin: 0 font-size: $sb-font-size font-weight: 400 h2 + position: relative display: inline-block + margin-bottom: .7em + @media #{$medium-up} + width: 78% + white-space: nowrap + overflow: hidden + &:after + @include fadeOut(right, -90deg, $white) + p.tile-title + width: 22% + @media #{$xlarge-up} + width: 17% a:hover text-decoration: underline + .icon:not(.icon--hash) + width: 0.9em + height: 1.1em + margin-right: .3em + .icon--hash + width: 1.1em + height: 1.3em .tabnav--sidebar @@ -45,14 +64,18 @@ $sb-font-size: 14px height: 1.7em li.float-right padding-right: 0 - .icon--plus:hover + .icon--plus &:after - color: $teal1 + transform: translateX(35%) + display: inline-block + a:hover .icon--plus:after + color: $teal1 .sidebar-list margin-top: 1.4rem ul @include resetul - background-color: #FAF9F7 + border-bottom: .46rem solid #FAF9F7 + background-color: #FAF9F7 diff --git a/app/templates/loading.hbs b/app/templates/loading.hbs index 295518d7..1034d960 100644 --- a/app/templates/loading.hbs +++ b/app/templates/loading.hbs @@ -1 +1 @@ - \ No newline at end of file + diff --git a/app/templates/repo/loading.hbs b/app/templates/repo/loading.hbs index 295518d7..1034d960 100644 --- a/app/templates/repo/loading.hbs +++ b/app/templates/repo/loading.hbs @@ -1 +1 @@ - \ No newline at end of file + diff --git a/app/templates/repos.hbs b/app/templates/repos.hbs index 70c1ed99..ec3c862b 100644 --- a/app/templates/repos.hbs +++ b/app/templates/repos.hbs @@ -94,6 +94,8 @@ {{/if}} --}} {{else}} - +