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