mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
15 lines
241 B
CSS
15 lines
241 B
CSS
afx-app-window[data-id = "Docify"] .header .label-text
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
div[data-id = "preview-container"]
|
|
{
|
|
overflow: auto;
|
|
display: block;
|
|
}
|
|
|
|
canvas[data-id = "preview-canvas"]
|
|
{
|
|
display: block;
|
|
margin:0 auto;
|
|
} |