mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
11 lines
287 B
CSS
11 lines
287 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;
|
|
}
|