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 {
|
img.component-image {
|
||||||
border: none;
|
border: none;
|
||||||
vertical-align: middle;
|
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: 100%;
|
|
||||||
height: 85px;
|
height: 85px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.docutils {
|
table.docutils {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
box-shadow: 4px 4px 8px -4px #00000075;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blink-tag {
|
.blink-tag {
|
||||||
|
Loading…
Reference in New Issue
Block a user