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

40 lines
736 B
SCSS
Raw Normal View History

2012-02-26 17:41:53 -05: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
* Next items should be placed there
* - link colors
* - header restyles
2012-02-26 17:41:53 -05:00
*
*/
.ui_modern {
/*
* Application Header
*
*/
header {
2012-11-21 00:14:05 -05:00
@extend .header-dark;
&.navbar-gitlab {
.navbar-inner {
2013-07-02 07:06:25 -04:00
background: #345;
border-bottom: 1px solid #234;
.app_logo, .navbar-toggle {
2012-12-24 14:18:23 -05:00
&:hover {
2013-07-02 07:06:25 -04:00
background-color: #234;
2012-12-24 14:18:23 -05:00
}
}
.separator {
2013-07-02 07:06:25 -04:00
background: #234;
border-left: 1px solid #456;
2012-12-24 14:18:23 -05:00
}
.nav > li > a {
color: #89A;
}
.search-input {
border-color: #89A;
}
}
2012-06-12 07:58:44 -04:00
}
2012-06-12 09:36:27 -04:00
}
}