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