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

Refactor scss

parent 7f215dd6
......@@ -26,7 +26,6 @@
}
.node-info {
font-weight: bold;
color: $gl-text-color;
}
......@@ -52,13 +51,12 @@
}
.node-actions {
position: absolute;
right: 15px;
top: 10px;
margin-top: 10px;
@media (max-width: $screen-xs-max) {
position: initial;
margin-top: 10px;
@media (min-width: $screen-md-min) {
position: absolute;
right: 15px;
top: 10px;
}
.btn:not(:first-of-type) {
......
......@@ -35,23 +35,23 @@
%p
%span.help-block
Repositories synced:
%span.node-info.js-repositories-synced
%strong.node-info.js-repositories-synced
%p
%span.help-block
Repositories failed:
%span.node-info.js-repositories-failed
%strong.node-info.js-repositories-failed
%p
%span.help-block
LFS objects synced:
%span.node-info.js-lfs-objects-synced
%strong.node-info.js-lfs-objects-synced
%p
%span.help-block
Attachments synced:
%span.node-info.js-attachments-synced
%strong.node-info.js-attachments-synced
%p
.js-health
- if node.current? && node.primary?
- if node.current? == node.primary?
.node-actions
- if Gitlab::Geo.license_allows?
- 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