Merge branch 'master' into PHRAS-2419_refacto_Icons_actions_under_Thumbnail_font

This commit is contained in:
Nicolas Maillat
2019-06-07 15:29:51 +02:00
committed by GitHub
20 changed files with 22 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 643 B

After

Width:  |  Height:  |  Size: 930 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 997 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1010 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 933 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 632 B

After

Width:  |  Height:  |  Size: 1007 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 579 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 933 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 812 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -49,6 +49,7 @@ $mainMenuLinkBackgroundHoverColor: transparent;
}
}
[class^="icon-"], [class*=" icon-"].icomoon {
display: inline-block;
width: inherit;
@@ -62,6 +63,17 @@ $mainMenuLinkBackgroundHoverColor: transparent;
.icon-picto-three-little-point {
font-size: 4.5px;
}
.macroFileEdit {
width: 24px;
height: 24px;
background: url(../images/icons/file-edit.png) no-repeat center;
cursor: help;
display: inline-block;
transition: 0.3s all;
&:hover, &:focus {
background-image: url(../images/icons/file-edit-hover.png);
}
}
.icomoon{
&.with-shadow {