|
|
@ -43,9 +43,41 @@
|
|
|
|
color: var(--color-green);
|
|
|
|
color: var(--color-green);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
footer {
|
|
|
|
|
|
|
|
background-color: var(--color-footer);
|
|
|
|
|
|
|
|
border-top: 1px solid var(--color-secondary);
|
|
|
|
|
|
|
|
line-height: 39px;
|
|
|
|
|
|
|
|
flex-basis: 40px;
|
|
|
|
|
|
|
|
color: var(--color-text-light);
|
|
|
|
|
|
|
|
padding: 0 20px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
footer .right.links {
|
|
|
|
|
|
|
|
min-width: 180px; /* make sure the menu dropdown doesn't overflow horizontally when language name is short */
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
footer .right.links > * {
|
|
|
|
|
|
|
|
border-left: 1px solid var(--color-secondary-dark-1);
|
|
|
|
|
|
|
|
padding-left: 8px;
|
|
|
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
footer .right.links > *:first-child {
|
|
|
|
|
|
|
|
border-left: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
footer .ui.dropdown.language .menu {
|
|
|
|
|
|
|
|
height: 500px;
|
|
|
|
|
|
|
|
max-height: calc(100vh - 60px);
|
|
|
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 880px) {
|
|
|
|
@media (max-width: 880px) {
|
|
|
|
footer .ui.container .left,
|
|
|
|
footer .ui.left,
|
|
|
|
footer .ui.container .right {
|
|
|
|
footer .ui.right {
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
float: none;
|
|
|
|
float: none;
|
|
|
|