diff --git a/app/styles/app/layouts/branches.sass b/app/styles/app/layouts/branches.sass index f4176a1b..89106db3 100644 --- a/app/styles/app/layouts/branches.sass +++ b/app/styles/app/layouts/branches.sass @@ -42,10 +42,6 @@ @media #{$medium-up} & > div:first-of-type width: 26% - position: relative - &:after - content: "" - @include fadeOut(right, -90deg, $white) & > div:nth-of-type(2) width: 20% & > div:nth-of-type(3) diff --git a/app/styles/app/layouts/dashboard.sass b/app/styles/app/layouts/dashboard.sass index 0f7cac31..001936b8 100644 --- a/app/styles/app/layouts/dashboard.sass +++ b/app/styles/app/layouts/dashboard.sass @@ -1,12 +1,11 @@ -// .two-line, -// .one-line -// @media #{$medium-up} -// white-space: nowrap -// position:relative -// overflow: hidden -// &:after -// content: "" -// @include fadeOut(right, -90deg, $white) +.fade-out + @media #{$medium-up} + white-space: nowrap + position:relative + overflow: hidden + &:after + content: "" + @include fadeOut(right, -90deg, $white) @mixin colorDashboardTiles($color, $status, $color2: $color) &.#{$status} diff --git a/app/templates/components/branch-row.hbs b/app/templates/components/branch-row.hbs index 4f62166d..e8104b53 100644 --- a/app/templates/components/branch-row.hbs +++ b/app/templates/components/branch-row.hbs @@ -1,4 +1,4 @@ -