gitlabhq/app/assets/stylesheets/themes/ui_basic.scss

12 lines
194 B
SCSS
Raw Normal View History

2012-02-27 00:41:53 +02:00
/**
2012-08-16 09:13:50 +03:00
* This file represent some UI that can be changed
* during web app restyle or theme select.
2012-02-27 00:41:53 +02:00
*
*/
2012-08-16 09:13:50 +03:00
.ui_basic {
2012-11-21 08:14:05 +03:00
.separator {
background: white;
border-left: 1px solid #DDD;
}
}