patron: add missing icons
This commit is contained in:
parent
6e3109fa7d
commit
6d26024aa1
2 changed files with 30 additions and 0 deletions
|
@ -60,4 +60,28 @@
|
||||||
&.printer {
|
&.printer {
|
||||||
background-image: image-url("icons/printer.svg");
|
background-image: image-url("icons/printer.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.account {
|
||||||
|
background-image: image-url("icons/account-circle.svg");
|
||||||
|
}
|
||||||
|
|
||||||
|
&.person {
|
||||||
|
background-image: image-url("icons/blue-person.svg");
|
||||||
|
}
|
||||||
|
|
||||||
|
&.super-admin {
|
||||||
|
background-image: image-url("icons/super-admin.svg");
|
||||||
|
}
|
||||||
|
|
||||||
|
&.mail {
|
||||||
|
background-image: image-url("icons/mail.svg");
|
||||||
|
}
|
||||||
|
|
||||||
|
&.search {
|
||||||
|
background-image: image-url("icons/search-blue.svg");
|
||||||
|
}
|
||||||
|
|
||||||
|
&.sign-out {
|
||||||
|
background-image: image-url("icons/sign-out.svg");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,6 +16,12 @@
|
||||||
%span.icon.attachment
|
%span.icon.attachment
|
||||||
%span.icon.lock
|
%span.icon.lock
|
||||||
%span.icon.printer
|
%span.icon.printer
|
||||||
|
%span.icon.account
|
||||||
|
%span.icon.person
|
||||||
|
%span.icon.super-admin
|
||||||
|
%span.icon.mail
|
||||||
|
%span.icon.search
|
||||||
|
%span.icon.sign-out
|
||||||
|
|
||||||
%h1 Formulaires
|
%h1 Formulaires
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue