gitlabhq/app/assets/stylesheets/themes/ui_modern.scss

24 lines
364 B
SCSS
Raw Normal View History

2012-02-26 23:41:53 +01:00
/**
* This file represent some UI that can be changed
* during web app restyle or theme select.
*
2012-02-26 23:41:53 +01:00
* Next items should be placed there
* - link colors
* - header restyles
2012-02-26 23:41:53 +01:00
*
*/
.ui_modern {
/*
* Application Header
*
*/
header {
2012-11-21 06:14:05 +01:00
@extend .header-dark;
&.navbar-gitlab {
.navbar-inner {
2012-11-21 05:14:05 +01:00
background: #567;
}
2012-06-12 13:58:44 +02:00
}
2012-06-12 15:36:27 +02:00
}
}