mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-16 10:55:21 +01:00
22 lines
324 B
CSS
22 lines
324 B
CSS
.row-odd {
|
|
background-color: #f3f6f6;
|
|
}
|
|
table:not(.no-center) tr.row-even > td {
|
|
text-align: center;
|
|
}
|
|
|
|
img.component-image {
|
|
border: none;
|
|
vertical-align: middle;
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 100%;
|
|
height: 85px;
|
|
object-fit: contain;
|
|
}
|
|
|
|
table.docutils {
|
|
width: 100%;
|
|
}
|