2023-05-17 20:17:29 +04:00
|
|
|
html {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
html {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
position: relative;
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin-bottom: 60px;
|
2023-05-19 18:09:36 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.scrollable-table {
|
|
|
|
max-height: 400px;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.scrollable-table tr {
|
|
|
|
transition: background-color 0.3s ease;
|
2023-05-17 20:17:29 +04:00
|
|
|
}
|