Merge pull request #662 from sgmap/icons_patron

Add icons to patron + new icon folder
This commit is contained in:
Mathieu Magnin 2017-08-28 10:10:26 +02:00
commit cee610aeb1
2 changed files with 16 additions and 0 deletions

View file

@ -1,5 +1,9 @@
i { i {
display: inline-block; display: inline-block;
width: 24px;
height: 24px;
background-size: 24px 24px;
vertical-align: bottom;
&.follow { &.follow {
background-image: image-url("icons/follow-folder.svg"); background-image: image-url("icons/follow-folder.svg");
@ -16,4 +20,8 @@ i {
&.unarchive { &.unarchive {
background-image: image-url("icons/unarchive.svg"); background-image: image-url("icons/unarchive.svg");
} }
&.folder {
background-image: image-url("icons/folder.svg");
}
} }

View file

@ -1,5 +1,13 @@
.patron .patron
.container .container
%h1 Icones
%i.follow
%i.unfollow
%i.archive
%i.unarchive
%i.folder
%h1 Formulaires %h1 Formulaires
%form.form %form.form