Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2485 from cloudfoundry-incubator/endpoint-error-i…
Browse files Browse the repository at this point in the history
…con-alignment

Center align icon and align text to it
  • Loading branch information
richard-cox committed Jun 21, 2018
2 parents 2ec2d2d + ce66ae1 commit 47b0431
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@
}
}
&__error {
align-items: center;
display: none;
justify-content: middle;
&-message {
flex: 1;
line-height: 20px;
margin: 15px 20%;
text-align: center;
margin: 15px 36px;
text-align: left;
}
&-icon {
padding-left: 18px;
padding-left: 24px;
}
}
&__blocker {
Expand Down

0 comments on commit 47b0431

Please sign in to comment.