PHRAS-3148

This commit is contained in:
Harrys Ravalomanana
2020-07-01 17:40:22 +04:00
parent 88ac03d738
commit 237f7a05a4
6 changed files with 20 additions and 20 deletions

View File

@@ -1 +0,0 @@
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="caret-right" class="svg-inline--fa fa-caret-right fa-w-6" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="#6d6d6d" d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"></path></svg>

Before

Width:  |  Height:  |  Size: 388 B

View File

@@ -1 +0,0 @@
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="caret-right" class="svg-inline--fa fa-caret-right fa-w-6" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="#fff" d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"></path></svg>

Before

Width:  |  Height:  |  Size: 385 B

View File

@@ -301,12 +301,8 @@ H3, H4 {
position: relative;
text-decoration: none;
color: #fff;
padding: 5px 6px 5px 16px;
background-image: url('#{$iconsPath}caret-right-solid.svg');
background-size: 5px;
background-position: 5px;
padding: 5px 6px;
background-color: #535353;
background-repeat: no-repeat;
}
@@ -326,7 +322,6 @@ H3, H4 {
text-decoration: none;
color: lighten(#535353, 10%);
overflow: hidden;
background-image: url('#{$iconsPath}caret-right-solid-grey.svg');
}
.menu A.disabled:hover {