mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Add border-radius to images + dropshadow to tables (#1994)
This commit is contained in:
parent
a7441684b9
commit
d7150ffd99
@ -20,17 +20,17 @@ div.sphinxsidebar {
|
||||
|
||||
img.component-image {
|
||||
border: none;
|
||||
vertical-align: middle;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
height: 85px;
|
||||
object-fit: contain;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
table.docutils {
|
||||
width: 100%;
|
||||
box-shadow: 4px 4px 8px -4px #00000075;
|
||||
}
|
||||
|
||||
.blink-tag {
|
||||
|
Loading…
Reference in New Issue
Block a user