seitime-frappe/frappe/desk/page/translation_tool/translation_tool.css
2020-10-29 15:56:04 +05:30

37 lines
511 B
CSS

.translation-item {
font-size: 12px;
padding: 12px 15px;
min-height: 40px;
cursor: pointer;
overflow: hidden;
}
.translation-item:hover {
background-color: #fafbfc;
}
.translation-item.active {
background-color: #fffce7;
}
.translation-edit-section {
height: 100%;
overflow-y: scroll;
padding: 0px;
}
.translation-tool {
display: flex;
width: 100%;
padding: 0;
height: 72vh;
}
.left-side {
padding: 0px;
height: 100%;
overflow-y: scroll;
}
.contributed-translation {
padding: 0.5rem 0;
}