mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
18 lines
443 B
CSS
18 lines
443 B
CSS
|
|
.blockbutton {
|
||
|
|
border: 1px solid var(--color-admonition-title--seealso);
|
||
|
|
background-color: var(--color-admonition-title-background--seealso);
|
||
|
|
padding: 5px;
|
||
|
|
text-align: center;
|
||
|
|
border-radius: 5px;
|
||
|
|
max-width: 500px;
|
||
|
|
margin-left: auto;
|
||
|
|
margin-right: auto;
|
||
|
|
}
|
||
|
|
section img {
|
||
|
|
display: block;
|
||
|
|
margin-left: auto;
|
||
|
|
margin-right: auto;
|
||
|
|
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|