Skip to content
Snippets Groups Projects
Unverified Commit 740cbd89 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Update error block css

parent e49aaf83
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -162,7 +162,8 @@
}
 
.diff-loading-error-block {
padding: $gl-padding $gl-padding*2;
padding: $gl-padding * 2 $gl-padding;
text-align: center;
}
}
 
Loading
Loading
Loading
Loading
@@ -770,13 +770,11 @@
.btn-link-retry {
&[disabled] {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
 
&:hover {
color: #777;
color: $file-mode-changed;
text-decoration: none;
}
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment