mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
25 lines
455 B
CSS
25 lines
455 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;
|
|
}
|
|
afx-app-window[data-id = "DocifyPrintDialog"] i.label-text {
|
|
font-weight: bold;
|
|
}
|
|
|
|
afx-app-window[data-id = "DocifyPrintDialog"] input[type="radio"] {
|
|
margin: 0;
|
|
height: 12px;
|
|
margin-left: 10px;
|
|
} |