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:
@@ -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;
|
||||
|
18
devicon.css
18
devicon.css
@@ -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";
|
||||
}
|
||||
|
16
devicon.json
16
devicon.json
@@ -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
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.
1367
icomoon.json
1367
icomoon.json
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user