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

44 lines
880 B
SCSS
Raw Normal View History

2012-02-26 22:41:53 +00:00
/**
* This file represent some UI that can be changed
* during web app restyle or theme select.
*
2012-02-26 22:41:53 +00:00
* Next items should be placed there
* - link colors
* - header restyles
2012-02-26 22:41:53 +00:00
*
*/
.ui_modern {
/*
* Application Header
*
*/
header {
2012-11-21 05:14:05 +00:00
@extend .header-dark;
&.navbar-gitlab {
.navbar-inner {
background: #019875;
border-bottom: 1px solid #019875;
.app_logo, .navbar-toggle {
2012-12-24 19:18:23 +00:00
&:hover {
background-color: #018865;
2012-12-24 19:18:23 +00:00
}
}
.separator {
background: #018865;
border-left: 1px solid #11A885;
2012-12-24 19:18:23 +00:00
}
.nav > li > a {
color: #ADC;
}
.search-input {
border-color: #8ba;
}
}
2012-06-12 11:58:44 +00:00
}
2012-06-12 13:36:27 +00:00
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
background: #019875;
}
}