2012-02-26 23:41:53 +01:00
|
|
|
/**
|
2012-08-13 07:52:10 +02: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
|
2012-11-20 22:05:15 +01:00
|
|
|
* - header restyles
|
2012-02-26 23:41:53 +01:00
|
|
|
*
|
|
|
|
*/
|
2012-08-13 07:52:10 +02:00
|
|
|
.ui_modern {
|
|
|
|
/*
|
|
|
|
* Application Header
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
header {
|
2012-11-21 06:14:05 +01:00
|
|
|
@extend .header-dark;
|
2012-11-20 22:05:15 +01:00
|
|
|
&.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-08-13 07:52:10 +02:00
|
|
|
}
|
2012-06-12 13:58:44 +02:00
|
|
|
}
|
2012-06-12 15:36:27 +02:00
|
|
|
}
|
2012-02-26 23:21:53 +01:00
|
|
|
}
|