2012-02-27 00:41:53 +02:00
|
|
|
/**
|
2012-08-13 08:52:10 +03:00
|
|
|
* This file represent some UI that can be changed
|
|
|
|
* during web app restyle or theme select.
|
|
|
|
*
|
2012-02-27 00:41:53 +02:00
|
|
|
* Next items should be placed there
|
|
|
|
* - link colors
|
2012-11-20 23:05:15 +02:00
|
|
|
* - header restyles
|
2012-02-27 00:41:53 +02:00
|
|
|
*
|
|
|
|
*/
|
2012-08-13 08:52:10 +03:00
|
|
|
.ui_modern {
|
|
|
|
/*
|
|
|
|
* Application Header
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
header {
|
2012-11-21 08:14:05 +03:00
|
|
|
@extend .header-dark;
|
2012-11-20 23:05:15 +02:00
|
|
|
&.navbar-gitlab {
|
|
|
|
.navbar-inner {
|
2012-11-21 07:14:05 +03:00
|
|
|
background: #567;
|
2012-12-24 21:18:23 +02:00
|
|
|
.app_logo {
|
|
|
|
&:hover {
|
|
|
|
background-color: #516171;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.separator {
|
|
|
|
background: #456;
|
|
|
|
border-left: 1px solid #678;
|
|
|
|
}
|
2012-08-13 08:52:10 +03:00
|
|
|
}
|
2012-06-12 14:58:44 +03:00
|
|
|
}
|
2012-06-12 16:36:27 +03:00
|
|
|
}
|
2012-02-27 00:21:53 +02:00
|
|
|
}
|