// main: ../global.less
body {
    .top-bar {
        background: #000;
        color: #fff;
        padding: 3px 0;
        .messages {
            overflow: hidden;
            max-height: 1.5em;
        }
        .lang-switcher-col {
            text-transform: uppercase;
            ul {
                padding: 0;
                margin: 0;
                list-style: none;
                a {
                    color: #fff;
                    text-decoration: none;
                }
            }
        }
    }
}