gitlab-org--gitlab-foss/app/assets/stylesheets/themes/ui_modern.scss
Drew Blessing 8b3b6f1096 Mobile UI improvements for dashboard/nav
Style navbar toggle button

Style navbar toggle manually instead of with button classes

Style navbar

Modify color

Turn off all tooltips for touch devices

Style main nav

Fix scrolling navbar collapse

Style tweaks

Minor tweaks

Style no ssh key message
2014-01-25 10:07:39 -06:00

39 lines
736 B
SCSS

/**
* 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_modern {
/*
* Application Header
*
*/
header {
@extend .header-dark;
&.navbar-gitlab {
.navbar-inner {
background: #345;
border-bottom: 1px solid #234;
.app_logo, .navbar-toggle {
&:hover {
background-color: #234;
}
}
.separator {
background: #234;
border-left: 1px solid #456;
}
.nav > li > a {
color: #89A;
}
.search-input {
border-color: #89A;
}
}
}
}
}