diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-06-09 16:06:09 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-06-09 17:03:58 +0100 |
commit | db5feaf713796a4db0423612cfe572f9c47a4362 (patch) | |
tree | 2f41cf96621cc335c4537a8f8373fb54fe0a532c | |
parent | 55b0df6174c8f0ffb27b2ad471b7e3bc4e36311b (diff) | |
download | gitlab-ce-31397-job-detail-real-time.tar.gz |
Remove not needed margin-right31397-job-detail-real-time
-rw-r--r-- | app/assets/stylesheets/pages/builds.scss | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss index dc70f896a8d..203fd6d07e4 100644 --- a/app/assets/stylesheets/pages/builds.scss +++ b/app/assets/stylesheets/pages/builds.scss @@ -176,14 +176,6 @@ } } -.sidebar-expanded { - .environment-information, - .build-header, - .erased { - margin-right: $gutter_width; - } -} - .build-header { .ci-header-container, .header-action-buttons { @@ -274,12 +266,18 @@ .retry-link { display: none; + .btn-inverted-secondary { + color: $blue-500; + + &:hover { + color: $white-light; + } + } + @media (max-width: $screen-sm-max) { display: block; .btn { - display: flex; - i { margin-left: 5px; } |