debian-mirror-gitlab/app/assets/stylesheets/themes/ui_basic.scss

31 lines
507 B
SCSS
Raw Normal View History

2014-09-02 18:07:02 +05:30
/**
* 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;
2015-04-26 12:48:37 +05:30
.title {
color: #555;
a {
color: #555;
&:hover {
text-decoration: underline;
}
}
}
2014-09-02 18:07:02 +05:30
.nav > li > a {
color: $style_color;
}
}
}
}
}