Merge branch '1968-monitor-disk-usage'
[arvados.git] / apps / workbench / app / assets / stylesheets / collections.css.scss
1 /*
2   "active" and "inactive" colors are too similar for a toggle switch
3   in the default bootstrap theme.
4   */
5
6 $inactive-bg: #5bc0de;
7 $active-bg: #39b3d7;
8
9 .btn-group.toggle-persist .btn {
10     width: 6em;
11 }
12 .btn-group.toggle-persist .btn-info {
13     background-color: lighten($inactive-bg, 15%);
14 }
15
16 .btn-group.toggle-persist .btn-info.active {
17     background-color: $active-bg;
18 }