mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
24 lines
454 B
CSS
24 lines
454 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;
|
|
} |