mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Add some icons to the documentation for various platforms (#168)
* Add some icons to the documentation for various platforms * changelog
This commit is contained in:
parent
99a40f4b87
commit
e2b4b584e5
1
changelog.d/168.misc
Normal file
1
changelog.d/168.misc
Normal file
@ -0,0 +1 @@
|
||||
Add icons to documentation for supported platforms.
|
@ -25,3 +25,25 @@
|
||||
content: "WARNING: ";
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
/* icons for headers */
|
||||
|
||||
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(2) strong:after {
|
||||
content: url('/icons/figma.png')
|
||||
}
|
||||
|
||||
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(3) strong:after {
|
||||
content: url('/icons/github.png')
|
||||
}
|
||||
|
||||
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(4) strong:after {
|
||||
content: url('/icons/gitlab.png')
|
||||
}
|
||||
|
||||
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(5) strong:after {
|
||||
content: url('/icons/jira.png')
|
||||
}
|
||||
|
||||
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(6) strong:after {
|
||||
content: url('/icons/webhooks.png')
|
||||
}
|
BIN
docs/icons/figma.png
Normal file
BIN
docs/icons/figma.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 716 B |
BIN
docs/icons/github.png
Normal file
BIN
docs/icons/github.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 866 B |
BIN
docs/icons/gitlab.png
Normal file
BIN
docs/icons/gitlab.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 887 B |
BIN
docs/icons/jira.png
Normal file
BIN
docs/icons/jira.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 990 B |
BIN
docs/icons/webhooks.png
Normal file
BIN
docs/icons/webhooks.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
x
Reference in New Issue
Block a user