gitlabhq/app/assets/stylesheets/themes/ui_basic.scss
2012-12-19 18:34:24 +02:00

25 lines
402 B
SCSS

/**
* This file represent some UI that can be changed
* during web app restyle or theme select.
*
*/
.ui_basic {
.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;
}
}