Skip to content

Commit

Permalink
Merge pull request #22 from pmsipilot/new-logo
Browse files Browse the repository at this point in the history
feat: Mise à jour des logos
  • Loading branch information
Siniliote authored Feb 15, 2022
2 parents dc9c8a5 + 3c6c05d commit f0f7ab6
Show file tree
Hide file tree
Showing 9 changed files with 3,229 additions and 143 deletions.
404 changes: 404 additions & 0 deletions images/logo-hospiperf-bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
404 changes: 404 additions & 0 deletions images/logo-hospiperf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
404 changes: 404 additions & 0 deletions images/logo-hospivision-bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
404 changes: 404 additions & 0 deletions images/logo-hospivision.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
404 changes: 404 additions & 0 deletions images/logo-ids-bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
404 changes: 404 additions & 0 deletions images/logo-ids.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
454 changes: 377 additions & 77 deletions images/logo-psih-bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
450 changes: 398 additions & 52 deletions images/logo-psih.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 30 additions & 14 deletions less/logo.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
.logo {
display: block;
float: left;
overflow: hidden;
text-indent: -1000px;

&.small {
width: 16px;
height: 16px;
Expand All @@ -17,32 +22,43 @@
margin-right: 10px;
}
}

.logo-psih {
display: block;
float: left;
overflow: hidden;
text-indent: -1000px;
background: url(../images/logo-psih.svg);

&.background {
background: url(../images/logo-psih-bg.svg);
}
.logo;
.medium;
}

&.small {
width: 16px;
height: 16px;
}
.logo-hospiperf {
background: url(../images/logo-hospiperf.svg);

&.medium {
width: 40px;
height: 40px;
&.background {
background: url(../images/logo-hospiperf-bg.svg);
}
.logo;
.medium;
}

&.large {
width: 256px;
height: 256px;
.logo-hospivision {
background: url(../images/logo-hospivision.svg);

&.background {
background: url(../images/logo-hospivision-bg.svg);
}
.logo;
.medium;
}

.logo-ids {
background: url(../images/logo-ids.svg);

&.background {
background: url(../images/logo-ids-bg.svg);
}
.logo;
.medium;
}
Expand Down

0 comments on commit f0f7ab6

Please sign in to comment.