ragflow / web /src /less /mixins.less
balibabu
feat: add UserSetting and set height of MoreIcon to 24px and replace logo (#111)
657bc8a
raw
history blame
477 Bytes
.chunkText() {
em {
color: red;
font-style: normal;
}
table {
width: 100%;
}
caption {
color: @blurBackground;
font-size: 20px;
height: 50px;
line-height: 50px;
font-weight: 600;
margin-bottom: 10px;
}
th {
color: #fff;
background-color: @blurBackground;
}
td:hover {
background: @blurBackgroundHover;
}
tr:nth-child(even) {
background-color: #f2f2f2;
}
}
.pointerCursor() {
cursor: pointer;
}