diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-10-28 13:35:29 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-10-28 13:35:29 -0500 |
commit | 19b36862426f64ff1b362df4b3790e0a8880084b (patch) | |
tree | 93c20dadbe5944937054c0764ff1032753430da3 /app/assets | |
parent | 7c977e10d2b180906136e93cd939e4af0314452d (diff) | |
download | gitlab-ce-19b36862426f64ff1b362df4b3790e0a8880084b.tar.gz |
Change retry button color23273-retry-build-btn
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/pages/builds.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss index a73b8908f60..6300ac9662f 100644 --- a/app/assets/stylesheets/pages/builds.scss +++ b/app/assets/stylesheets/pages/builds.scss @@ -57,10 +57,14 @@ min-height: 58px; align-items: center; + .btn-inverted { + @include btn-outline($white-light, $blue-normal, $blue-normal, $blue-light, $white-light, $blue-light); + } + @media (max-width: $screen-sm-max) { padding-right: 40px; - .btn-primary { + .btn-inverted { display: none; } } |