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