arles-2020: update icons of redirection and auth requiring forms (#40756)

This commit is contained in:
Serghei Mihai 2020-04-08 10:20:53 +02:00
parent 7ea10d9f7c
commit 3eae280951
3 changed files with 54 additions and 2 deletions

View File

@ -199,13 +199,23 @@ div#header {
li.required-authentication, li.is-redirection {
a {
padding-right: 1.5em;
&::after {
content: '';
display: block;
}
}
}
li.required-authentication a::after {
content: '\f234';
width: 1.2em;
height: 1.2em;
background: url('img/auth-required.svg') center center no-repeat;
background-size: contain;
}
li.is-redirection a::after {
content: '\f08e';
width: 1em;
height: 1em;
background: url('img/external-link.svg') center center no-repeat;
background-size: contain;
}
h2:first-child {
background: transparent;

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="26.977px" height="33.865px" viewBox="0 0 26.977 33.865" enable-background="new 0 0 26.977 33.865" xml:space="preserve">
<g>
<g>
<g>
<path fill="#3B56A0" d="M24.533,33.864H2.443C1.096,33.864,0,32.769,0,31.421V14.854c0-1.348,1.096-2.444,2.443-2.444h22.09 c1.347,0,2.443,1.096,2.443,2.444v16.566C26.977,32.769,25.88,33.864,24.533,33.864z M2.443,14.537 c-0.175,0-0.317,0.143-0.317,0.318v16.566c0,0.175,0.143,0.317,0.317,0.317h22.09c0.175,0,0.317-0.143,0.317-0.317V14.854 c0-0.175-0.143-0.318-0.317-0.318H2.443z"/>
</g>
<g>
<g>
<path fill="#3B56A0" d="M21.533,13.601h-2.126V7.963c0-3.22-2.619-5.84-5.84-5.84c-3.22,0-5.84,2.62-5.84,5.84v5.278H5.602 V7.963c0-4.393,3.573-7.966,7.966-7.966s7.966,3.573,7.966,7.966V13.601z"/>
</g>
</g>
</g>
<path fill="#3B56A0" d="M14.905,25.489c0,0.645-0.635,1.167-1.417,1.167l0,0c-0.783,0-1.418-0.522-1.418-1.167v-5.332 c0-0.645,0.635-1.167,1.418-1.167l0,0c0.782,0,1.417,0.522,1.417,1.167V25.489z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32.738px" height="32.737px" viewBox="0 0 32.738 32.737" enable-background="new 0 0 32.738 32.737" xml:space="preserve">
<g>
<g>
<path fill="#3B56A0" d="M26.833,32.737H2.904C1.303,32.737,0,31.435,0,29.834V5.905C0,4.303,1.303,3,2.904,3h19.327 c0.587,0,1.063,0.476,1.063,1.063s-0.477,1.063-1.063,1.063H2.904c-0.429,0-0.777,0.349-0.777,0.778v23.929 c0,0.429,0.349,0.776,0.777,0.776h23.93c0.429,0,0.778-0.348,0.778-0.776V10.507c0-0.587,0.476-1.063,1.062-1.063 s1.063,0.476,1.063,1.063v19.327C29.738,31.435,28.435,32.737,26.833,32.737z"/>
</g>
<g>
<g>
<g>
<g>
<g>
<path fill="#3B56A0" d="M14.871,18.934c-0.272,0-0.544-0.104-0.752-0.312c-0.415-0.416-0.415-1.089,0-1.504L30.778,0.464 c0.415-0.415,1.087-0.415,1.503,0c0.415,0.415,0.415,1.088,0,1.503L15.622,18.622C15.415,18.829,15.142,18.934,14.871,18.934z "/>
</g>
</g>
<g>
<path fill="#3B56A0" d="M31.675,9.488c-0.587,0-1.062-0.476-1.062-1.063V2.125h-6.299c-0.587,0-1.063-0.476-1.063-1.063 S23.727,0,24.314,0h7.361c0.587,0,1.063,0.476,1.063,1.063v7.362C32.739,9.012,32.262,9.488,31.675,9.488z"/>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB