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

12 lines
194 B
SCSS

/**
* This file represent some UI that can be changed
* during web app restyle or theme select.
*
*/
.ui_basic {
.separator {
background: white;
border-left: 1px solid #DDD;
}
}