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

33 lines
563 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-12-24 20:18:23 +01:00
.app_logo {
&:hover {
background-color: #516171;
}
}
.separator {
background: #456;
border-left: 1px solid #678;
}
}
2012-06-12 13:58:44 +02:00
}
2012-06-12 15:36:27 +02:00
}
}