gitlab-org--gitlab-foss/app/assets/stylesheets/themes/ui_color.scss

40 lines
719 B
SCSS

/**
* This file represent some UI that can be changed
* during web app restyle or theme select.
*
* Next items should be placed there
* - link colors
* - header restyles
*
*/
.ui_color {
/*
* Application Header
*
*/
header {
@extend .header-dark;
&.navbar-gitlab {
.navbar-inner {
background: #547;
border-bottom: 1px solid #435;
.app_logo {
&:hover {
background-color: #435;
}
}
.separator {
background: #435;
border-left: 1px solid #658;
}
.nav > li > a {
color: #98B;
}
.search-input {
border-color: #98B;
}
}
}
}
}