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

12 lines
196 B
SCSS
Raw Normal View History

2012-02-26 22:41:53 +00:00
/**
2012-08-16 06:13:50 +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
*
*/
2012-08-16 06:13:50 +00:00
.ui_basic {
2012-11-21 05:14:05 +00:00
.separator {
background: #F9F9F9;
2012-11-21 05:14:05 +00:00
border-left: 1px solid #DDD;
}
}