mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-23 03:26:07 +10:00
24 lines
391 B
SCSS
24 lines
391 B
SCSS
/**
|
|
* This file represent some UI that can be changed
|
|
* during web app restyle or theme select.
|
|
*
|
|
*/
|
|
.ui_basic {
|
|
header {
|
|
&.navbar-gitlab {
|
|
.navbar-inner {
|
|
background: #F1F1F1;
|
|
border-bottom: 1px solid #DDD;
|
|
|
|
.app_logo {
|
|
background-color: #DDD;
|
|
}
|
|
|
|
.nav > li > a {
|
|
color: $style_color;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|