footer { background: rgb(30, 30, 45); border-top: 1px solid rgb(40, 40, 60); color: rgb(215, 215, 225); .ui.container { display: flex; align-items: center; min-height: 64px; width: 1127px !important; .links { margin-left: auto; a { color: rgb(215, 215, 225); &:hover { text-decoration: underline; } } > * { border: 0; padding: 0; margin-left: 30px; } @if $singleuser == true { a[href~="/api/swagger"], .version { display:none; } } @if $nojavascript == true { .language { display: none; } } } } }