23 lines
469 B
Text
Executable file
23 lines
469 B
Text
Executable file
|
|
|
|
#popupviewer {
|
|
> .controls > .content {
|
|
|
|
padding: 1.5rem 1rem 1rem;
|
|
|
|
td,
|
|
th {
|
|
font-size: @font-size-default;
|
|
line-height: @line-height-default;
|
|
a{
|
|
font-size: @font-size-default;
|
|
line-height: @line-height-default;
|
|
}
|
|
}
|
|
.li,
|
|
li {
|
|
font-size: @font-size-default;
|
|
line-height: @line-height-default;
|
|
}
|
|
}
|
|
}
|