1
0
mirror of https://github.com/konpa/devicon.git synced 2025-07-31 03:40:16 +02:00

Added Vue & Tomcat

This commit is contained in:
Oli Gibson
2017-05-30 12:50:18 +01:00
parent 2d1bbd00b0
commit 1ecfb9825f
11 changed files with 1040 additions and 379 deletions

View File

@@ -1,3 +1,13 @@
.devicon-tomcat-line-wordmark.colored,
.devicon-tomcat-line.colored {
color: #D1A41A;
}
.devicon-vuejs-line-wordmark.colored,
.devicon-vuejs-line.colored,
.devicon-vuejs-plain-wordmark.colored,
.devicon-vuejs-plain.colored {
color: #41B883;
}
.devicon-swift-plain-wordmark.colored,
.devicon-swift-plain.colored {
color: #F05138;

View File

@@ -22,6 +22,24 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.devicon-tomcat-line-wordmark:before {
content: "\e92c";
}
.devicon-tomcat-line:before {
content: "\e92d";
}
.devicon-vuejs-line-wordmark:before {
content: "\e92e";
}
.devicon-vuejs-line:before {
content: "\e92f";
}
.devicon-vuejs-plain-wordmark:before {
content: "\e930";
}
.devicon-vuejs-plain:before {
content: "\e931";
}
.devicon-swift-plain-wordmark:before {
content: "\e92a";
}

View File

@@ -679,6 +679,14 @@
"font": ["original", "original-wordmark"]
}
},
{
"name": "tomcat",
"tags": ["server"],
"versions": {
"svg": ["original", "original-wordmark", "line", "line-wordmark"],
"font": ["line", "line-wordmark"]
}
},
{
"name": "travis",
"tags": ["platform", "integration"],
@@ -735,6 +743,14 @@
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "vuejs",
"tags": ["framework"],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark", "line", "line-wordmark"],
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
}
},
{
"name": "webpack",
"tags": ["package", "manager"],

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: 658 KiB

After

Width:  |  Height:  |  Size: 676 KiB

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.