mirror of https://github.com/vector-im/riot-web
Fix path to New Recovery Method icon
parent
1fcafdab30
commit
79df843a6e
|
@ -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 New Issue