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

34 lines
628 B
SCSS
Raw Normal View History

2012-11-20 23:14:05 -05:00
/**
* 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 {
2012-11-21 00:14:05 -05:00
@extend .header-dark;
2012-11-20 23:14:05 -05:00
&.navbar-gitlab {
.navbar-inner {
2013-07-02 07:06:25 -04:00
background: #373737;
border-bottom: 1px solid #272727;
.app_logo, .navbar-toggle {
2012-12-24 14:18:23 -05:00
&:hover {
2013-07-02 07:06:25 -04:00
background-color: #272727;
2012-12-24 14:18:23 -05:00
}
}
.separator {
2013-07-02 07:06:25 -04:00
background: #272727;
border-left: 1px solid #474747;
2012-12-24 14:18:23 -05:00
}
2012-11-20 23:14:05 -05:00
}
}
}
}