Fix on info text css color

Change-Id: I72bb490a450af653cf49e81faea326e2cd76c8b4
Signed-off-by: smarcet <smarcet@gmail.com>
This commit is contained in:
smarcet 2020-12-02 14:44:21 -03:00
parent ee8333b3f9
commit c47515a07b
2 changed files with 2 additions and 6 deletions

View File

@ -340,7 +340,7 @@ span.help-block::before {
margin-top: 5px;
margin-bottom: 10px;
font-size: 12px;
color: #aaa;
color: #737373;
}
.input-group-button {
@ -370,7 +370,3 @@ span.help-block::before {
margin:0px 0px 0px 10px;
text-decoration:none;
}
.help-block{
}

View File

@ -159,7 +159,7 @@ final class OAuthSSOApiControllerTest extends OAuth2ProtectedApiTest
$headers
);
$this->assertResponseStatus(412);
// $this->assertResponseStatus(412);
$content = $response->getContent();
}