Merge pull request #2417 from jryans/fix-nrm-icon
Fix path to New Recovery Method icon
This commit is contained in:
commit
64a3d2521c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ limitations under the License.
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
mask: url("../../../img/e2e/lock-warning.svg");
|
mask: url("../../img/e2e/lock-warning.svg");
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
background-color: $primary-fg-color;
|
background-color: $primary-fg-color;
|
||||||
content: "";
|
content: "";
|
||||||
|
|
Loading…
Reference in a new issue