2012-02-28 23:45:38 +01:00
|
|
|
/**
|
2012-08-16 08:13:50 +02:00
|
|
|
* This file represent some UI that can be changed
|
|
|
|
* during web app restyle or theme select.
|
|
|
|
*
|
2012-02-28 23:45:38 +01:00
|
|
|
* Next items should be placed there
|
|
|
|
* - link colors
|
2012-06-12 13:58:44 +02:00
|
|
|
* - header restyles
|
2012-02-28 23:45:38 +01:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
.ui_mars {
|
|
|
|
/*
|
|
|
|
* Application Header
|
|
|
|
*
|
|
|
|
*/
|
2012-08-16 08:13:50 +02:00
|
|
|
header {
|
2013-02-16 20:24:51 +01:00
|
|
|
@extend .header-dark;
|
2012-11-20 22:05:15 +01:00
|
|
|
&.navbar-gitlab {
|
|
|
|
.navbar-inner {
|
2013-02-17 11:16:19 +01:00
|
|
|
background: #474D57;
|
|
|
|
border-bottom: 1px solid #373D47;
|
|
|
|
.app_logo {
|
|
|
|
&:hover {
|
|
|
|
background-color: #373D47;
|
|
|
|
}
|
2012-03-07 22:55:46 +01:00
|
|
|
}
|
2012-02-29 22:21:23 +01:00
|
|
|
}
|
|
|
|
}
|
2013-02-17 11:16:19 +01:00
|
|
|
|
2013-02-16 20:24:51 +01:00
|
|
|
.separator {
|
|
|
|
background: #31363E;
|
|
|
|
border-left: 1px solid #666;
|
2012-02-28 23:45:38 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|