Case_accounting/CaseAccounting/CaseAccountingProviderView/wwwroot/css/site.css
2023-05-19 18:09:36 +04:00

27 lines
315 B
CSS

html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}
.scrollable-table {
max-height: 400px;
overflow-y: auto;
}
.scrollable-table tr {
transition: background-color 0.3s ease;
}