xref: /template/sprintdoc/css/plugins/popupviewer.less (revision 7cc53208e5160fc7a636660bd27e9e03d11dcbc0)
1/**
2 * This file provides styles for popupviewer plugin
3 */
4
5
6/* + + + + +  global  + + + + + */
7
8#popupviewer {
9    > .controls > .content {
10
11        padding: 1.5rem 1rem 1rem;
12
13        td,
14        th {
15            font-size: @font-size-default;
16            line-height: @line-height-default;
17            a{
18                font-size: @font-size-default;
19                line-height: @line-height-default;
20            }
21        }
22        .li,
23        li {
24            font-size: @font-size-default;
25            line-height: @line-height-default;
26        }
27    }
28}
29