blob: 4ecf82d5f970a60de1e4532a11f758a61317062d [file] [log] [blame]
Matteo Scandoloecf088a2016-10-20 10:25:34 +02001@import '../../../../style/sass/lib/_variables.scss';
2
3#xosGlobalXos {
4 ui-view,
5 xos-list{
6 display: block;
7 }
8
9 .well.active{
10 background: $brand-primary;
11 color: #fff;
12 }
13}