diff options
author | Andrew Torres <andrew.torres.personal@gmail.com> | 2017-04-05 19:12:38 -0700 |
---|---|---|
committer | Andrew Torres <andrew.torres.personal@gmail.com> | 2017-04-11 15:46:59 -0700 |
commit | d36a78038afec6c760d71a0477341eb702b2ace4 (patch) | |
tree | b44f2e0bd207c7a84b6c1cf11b2e039daca0dfb4 /app/assets/stylesheets | |
parent | 04a3e60e419ed1e7a8f253c7200703179a2177e1 (diff) | |
download | gitlab-ce-d36a78038afec6c760d71a0477341eb702b2ace4.tar.gz |
Update all instances of "fa-refresh" to "fa-spinner"
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/pages/builds.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss index 03fddaeb163..144adbcdaef 100644 --- a/app/assets/stylesheets/pages/builds.scss +++ b/app/assets/stylesheets/pages/builds.scss @@ -39,7 +39,7 @@ overflow-y: hidden; font-size: 12px; - .fa-refresh { + .fa-spinner { font-size: 24px; margin-left: 20px; } @@ -219,7 +219,7 @@ font-size: 12px; position: relative; - .fa-refresh { + .fa-spinner { font-size: 24px; } @@ -366,7 +366,7 @@ background-color: $row-hover; } - .fa-refresh { + .fa-spinner { font-size: 13px; margin-left: 3px; } |