2012-11-20 23:14:05 -05:00
|
|
|
/**
|
|
|
|
* This file represent some UI that can be changed
|
|
|
|
* during web app restyle or theme select.
|
|
|
|
*
|
|
|
|
* Next items should be placed there
|
|
|
|
* - link colors
|
|
|
|
* - header restyles
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
.ui_gray {
|
|
|
|
/*
|
|
|
|
* Application Header
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
header {
|
2012-11-21 00:14:05 -05:00
|
|
|
@extend .header-dark;
|
2012-11-20 23:14:05 -05:00
|
|
|
&.navbar-gitlab {
|
|
|
|
.navbar-inner {
|
2013-07-02 07:06:25 -04:00
|
|
|
background: #373737;
|
2013-08-26 14:13:54 -04:00
|
|
|
border-bottom: 1px solid #272727;
|
2012-12-24 14:18:23 -05:00
|
|
|
.app_logo {
|
|
|
|
&:hover {
|
2013-07-02 07:06:25 -04:00
|
|
|
background-color: #272727;
|
2012-12-24 14:18:23 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.separator {
|
2013-07-02 07:06:25 -04:00
|
|
|
background: #272727;
|
|
|
|
border-left: 1px solid #474747;
|
2012-12-24 14:18:23 -05:00
|
|
|
}
|
2012-11-20 23:14:05 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|