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

37 lines
550 B
SCSS
Raw Normal View History

2012-02-26 17:41:53 -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-26 17:41:53 -05:00
*
*/
2012-08-16 02:13:50 -04:00
.ui_basic {
2012-02-26 17:41:53 -05:00
/*
* Common styles
*
*/
a {
color: $link_color;
2012-08-16 02:13:50 -04:00
&:hover {
text-decoration: none;
2012-11-25 14:03:14 -05:00
color: $primary_color;
2012-02-26 17:41:53 -05:00
}
}
2012-11-21 00:14:05 -05:00
.app_logo {
.separator {
margin-left: 0;
margin-right: 0;
}
}
.separator {
float: left;
height: 60px;
width: 1px;
background: white;
border-left: 1px solid #DDD;
margin-top: -10px;
margin-left: 10px;
margin-right: 10px;
}
}