debian-mirror-gitlab/app/assets/stylesheets/themes/ui_gray.scss
2014-09-02 14:37:02 +02:00

34 lines
628 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_gray {
/*
* Application Header
*
*/
header {
@extend .header-dark;
&.navbar-gitlab {
.navbar-inner {
background: #373737;
border-bottom: 1px solid #272727;
.app_logo, .navbar-toggle {
&:hover {
background-color: #272727;
}
}
.separator {
background: #272727;
border-left: 1px solid #474747;
}
}
}
}
}