12 lines
194 B
SCSS
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;
|
|
}
|
|
}
|