Add icons to patron + new icon folder
This commit is contained in:
parent
6f6df7f086
commit
42a8792071
2 changed files with 16 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
i {
|
||||
display: inline-block;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-size: 24px 24px;
|
||||
vertical-align: bottom;
|
||||
|
||||
&.follow {
|
||||
background-image: image-url("icons/follow-folder.svg");
|
||||
|
@ -16,4 +20,8 @@ i {
|
|||
&.unarchive {
|
||||
background-image: image-url("icons/unarchive.svg");
|
||||
}
|
||||
|
||||
&.folder {
|
||||
background-image: image-url("icons/folder.svg");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
.patron
|
||||
.container
|
||||
%h1 Icones
|
||||
|
||||
%i.follow
|
||||
%i.unfollow
|
||||
%i.archive
|
||||
%i.unarchive
|
||||
%i.folder
|
||||
|
||||
%h1 Formulaires
|
||||
|
||||
%form.form
|
||||
|
|
Loading…
Reference in a new issue