xref: /template/sprintdoc/css/plugins/popupviewer.less (revision 9e3ba4a7f8abf5d5019be489ff19a23afced0804)
1
2
3#popupviewer {
4    > .controls > .content {
5
6        padding: 1.5rem 1rem 1rem;
7
8        td,
9        th {
10            font-size: @font-size-default;
11            line-height: @line-height-default;
12            a{
13                font-size: @font-size-default;
14                line-height: @line-height-default;
15            }
16        }
17        .li,
18        li {
19            font-size: @font-size-default;
20            line-height: @line-height-default;
21        }
22    }
23}
24