1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-16 06:42:26 +03:00

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

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: "";