mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 02:04:25 +01:00
Docs poe table (#290)
* Update PoE.md Co-authored-by: Christian Ehlers <cehlers@pycom.io>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user