Commit 36c2a829 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Refactor scss

parent 7f215dd6
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
} }
.node-info { .node-info {
font-weight: bold;
color: $gl-text-color; color: $gl-text-color;
} }
...@@ -52,13 +51,12 @@ ...@@ -52,13 +51,12 @@
} }
.node-actions { .node-actions {
position: absolute; margin-top: 10px;
right: 15px;
top: 10px;
@media (max-width: $screen-xs-max) { @media (min-width: $screen-md-min) {
position: initial; position: absolute;
margin-top: 10px; right: 15px;
top: 10px;
} }
.btn:not(:first-of-type) { .btn:not(:first-of-type) {
......
...@@ -35,23 +35,23 @@ ...@@ -35,23 +35,23 @@
%p %p
%span.help-block %span.help-block
Repositories synced: Repositories synced:
%span.node-info.js-repositories-synced %strong.node-info.js-repositories-synced
%p %p
%span.help-block %span.help-block
Repositories failed: Repositories failed:
%span.node-info.js-repositories-failed %strong.node-info.js-repositories-failed
%p %p
%span.help-block %span.help-block
LFS objects synced: LFS objects synced:
%span.node-info.js-lfs-objects-synced %strong.node-info.js-lfs-objects-synced
%p %p
%span.help-block %span.help-block
Attachments synced: Attachments synced:
%span.node-info.js-attachments-synced %strong.node-info.js-attachments-synced
%p %p
.js-health .js-health
- if node.current? && node.primary? - if node.current? == node.primary?
.node-actions .node-actions
- if Gitlab::Geo.license_allows? - if Gitlab::Geo.license_allows?
- if node.missing_oauth_application? - if node.missing_oauth_application?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment