[TELE-1421] Add form_lock.svg to new theme (required-fedict-auth)

This commit is contained in:
Daniel Muyshond 2022-08-16 15:53:58 +02:00
parent db706ef2d8
commit a19440b405
1 changed files with 19 additions and 0 deletions

View File

@ -284,6 +284,25 @@ div#content div.wcsformsofcategorycell.has-asset-picture {
margin-bottom: 16px;
}
.links-list ul li {
position: relative; // needed for form_lock.svg positionning
}
.required-fedict-authentication::after {
background-image: url("images/form_lock.svg");
background-repeat: no-repeat;
background-size: 20px 20px;
content: "";
position: absolute;
width: 20px;
height: 53px;
background-position: right center;
z-index: 2;
top: 0;
right: 0;
margin-right: 10px;
}
/*
Links
*/