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

69 lines
1.2 KiB
SCSS
Raw Normal View History

2012-02-26 22:41:53 +00:00
/**
* This file represent some UI that can be changed
* during web app restyle or theme select.
*
2012-02-26 22:41:53 +00:00
* Next items should be placed there
* - link colors
* - header restyles
2012-02-26 22:41:53 +00:00
*
*/
.ui_modern {
/*
* Application Header
*
*/
header {
&.navbar-gitlab {
.navbar-inner {
2012-11-21 04:14:05 +00:00
background: #567;
border-bottom: 1px solid #AAA;
.nav > li > a {
2012-11-21 04:14:05 +00:00
color: #fff;
text-shadow: 0 1px 0 #111;
}
}
2012-06-12 11:58:44 +00:00
}
.search {
float: right;
2012-08-16 06:13:50 +00:00
margin-right: 45px;
.search-input {
2012-11-21 04:14:05 +00:00
border: 1px solid #aaa;
background-color: #D2D5DA;
background-color: rgba(255, 255, 255, 0.5);
2012-02-26 22:41:53 +00:00
&:focus {
background-color: white;
}
}
}
.search-input::-webkit-input-placeholder {
color: #666;
}
.app_logo {
a {
h1 {
2012-11-21 04:14:05 +00:00
background: url('logo_white.png') no-repeat 0px 2px;
color:#fff;
text-shadow: 0 1px 1px #111;
}
}
.separator {
display:none;
}
2012-06-12 13:36:27 +00:00
}
.project_name {
2012-11-21 04:14:05 +00:00
color:#fff;
text-shadow: 0 1px 1px #111;
}
2012-06-12 13:36:27 +00:00
}
/*
* End of Application Header
*
*/
}