Merge pull request #2417 from jryans/fix-nrm-icon

Fix path to New Recovery Method icon
This commit is contained in:
David Baker 2019-01-09 15:31:35 +00:00 committed by GitHub
commit 64a3d2521c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ limitations under the License.
padding-bottom: 10px;
&:before {
mask: url("../../../img/e2e/lock-warning.svg");
mask: url("../../img/e2e/lock-warning.svg");
mask-repeat: no-repeat;
background-color: $primary-fg-color;
content: "";