gitlab-org--gitlab-foss/app/assets/stylesheets/themes/ui_mars.scss

35 lines
594 B
SCSS
Raw Normal View History

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