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

26 lines
466 B
SCSS
Raw Normal View History

2012-02-26 17:41:53 -05:00
/**
2012-08-16 02:13:50 -04:00
* This file represent some UI that can be changed
* during web app restyle or theme select.
2012-02-26 17:41:53 -05:00
*
*/
2012-08-16 02:13:50 -04:00
.ui_basic {
header {
&.navbar-gitlab {
.navbar-inner {
background: #F1F1F1;
border-bottom: 1px solid #DDD;
.nav > li > a {
color: $style_color;
}
.separator {
background: #F9F9F9;
border-left: 1px solid #DDD;
}
}
}
2012-11-21 00:14:05 -05:00
}
2013-07-02 07:06:25 -04:00
.main-nav {
background: #FFF;
}
}