Skip to content
Snippets Groups Projects
Unverified Commit 4763f315 authored by Luke Bennett's avatar Luke Bennett
Browse files

Fix lints

parent 67b0ac73
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -424,27 +424,27 @@
 
.btn-link {
padding: 0;
}
.btn-link.btn-secondary-hover-link {
color: $gl-text-color-secondary;
 
&:hover,
&:active,
&:focus {
color: $gl-link-color;
text-decoration: none;
&.btn-secondary-hover-link {
color: $gl-text-color-secondary;
&:hover,
&:active,
&:focus {
color: $gl-link-color;
text-decoration: none;
}
}
}
.btn-link.btn-primary-hover-link {
color: inherit;
&:hover,
&:active,
&:focus {
color: $gl-link-color;
text-decoration: none;
&.btn-primary-hover-link {
color: inherit;
&:hover,
&:active,
&:focus {
color: $gl-link-color;
text-decoration: none;
}
}
}
 
Loading
Loading
Loading
Loading
@@ -204,7 +204,7 @@
.body {
padding: $gl-padding-8;
}
.footer {
padding: $gl-padding-8 $gl-padding;
}
Loading
Loading
@@ -217,4 +217,4 @@
.text-container {
position: relative;
}
}
\ No newline at end of file
}
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