1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-18 12:21:36 +02:00

Added Sequelize Fonts

This commit is contained in:
Oli Gibson
2017-01-06 18:52:33 +00:00
parent c8764c4f7c
commit 4f6a4b08ef
9 changed files with 1440 additions and 361 deletions

View File

@@ -404,6 +404,12 @@
.devicon-sass-plain-wordmark.colored {
color: #cc6699;
}
.devicon-sequelize-original-wordmark.colored,
.devicon-sequelize-plain-wordmark.colored,
.devicon-sequelize-original.colored,
.devicon-sequelize-plain.colored{
color: #3b4b72;
}
.devicon-symfony-original.colored,
.devicon-symfony-original-wordmark.colored,
.devicon-symfony-plain.colored,

View File

@@ -673,6 +673,16 @@
content: "\ebcb";
}
.devicon-sequelize-original-wordmark:before,
.devicon-sequelize-plain-wordmark:before {
content: "\e922";
}
.devicon-sequelize-original:before,
.devicon-sequelize-plain:before {
content: "\e923";
}
.devicon-symfony-original-wordmark:before,
.devicon-symfony-plain-wordmark:before {
content: "\e602";

View File

@@ -631,6 +631,14 @@
"font": ["original"]
}
},
{
"name": "sequelize",
"tags": ["database", "language"],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "sourcetree",
"tags": ["version-control"],

2
devicon.min.css vendored

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 626 KiB

After

Width:  |  Height:  |  Size: 632 KiB

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff