ragflow / web /src /less /mixins.less
balibabu
fix: by obtaining the width and height of the pdf and passing it to b… (#151)
31c7dca
raw
history blame
476 Bytes
.chunkText() {
em {
color: red;
font-style: normal;
}
table {
width: 100%;
}
caption {
color: @blurBackground;
font-size: 14px;
height: 20px;
line-height: 20px;
font-weight: 600;
margin-bottom: 6px;
}
th {
color: #fff;
background-color: @blurBackground;
}
td:hover {
background: @blurBackgroundHover;
}
tr:nth-child(even) {
background-color: #f2f2f2;
}
}
.pointerCursor() {
cursor: pointer;
}