fix class overwrite
This commit is contained in:
parent
5e01bb8d68
commit
9feda6fa17
|
@ -192,7 +192,7 @@ p.profile-user-last
|
||||||
color: #adaaab
|
color: #adaaab
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
|
||||||
.error
|
.hooks-error
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 $column-gutter/2;
|
padding: 0 $column-gutter/2;
|
||||||
p
|
p
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<span>{{hook.description}}</span></a>
|
<span>{{hook.description}}</span></a>
|
||||||
|
|
||||||
{{#if showError}}
|
{{#if showError}}
|
||||||
<div class="error">
|
<div class="hooks-error">
|
||||||
<p>
|
<p>
|
||||||
An error happened when we tried to alter settings on GitHub.
|
An error happened when we tried to alter settings on GitHub.
|
||||||
{{#if githubOrgsOauthAccessSettingsUrl}}
|
{{#if githubOrgsOauthAccessSettingsUrl}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user