Docs poe table (#290)

* Update PoE.md

Co-authored-by: Christian Ehlers <cehlers@pycom.io>
This commit is contained in:
KaterynaPycom
2020-06-30 20:42:05 +02:00
committed by GitHub
parent 2a774fcd2d
commit 2d9be2b6b3
4 changed files with 78 additions and 25 deletions

View File

@@ -359,3 +359,28 @@ img[src="/gitbook/assets/pybytes/lora/ttn_logo.svg"]{
img[src*="/gitbook/assets/pybytes/pymesh/"]{
width: 70%;
}
/* PoE table */
.poe-table {
width:80%;
display:table;
font-weight: 600;
}
table.poe td:nth-child(1){
font-weight: 400;
}
table.poe td:nth-child(2){
text-align:center;
font-weight: 600;
width:100px;
}
table.poe .poe-red {
background-color: #EF9A9A !important;
}
table.poe .poe-green {
background-color: #c5eee3 !important;
}