summaryrefslogtreecommitdiffstats
path: root/public/less/_dashboard.less
blob: 478b7af632a538339235c3d23f04faa20cd35c95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.dashboard {
	padding-top: 15px;
	padding-bottom: @footer-margin * 2;

	&.issues {
		.context.user.menu {
			min-width: 200px;
			.ui.header {
		    font-size: 1rem;
		    text-transform: none;
			}
		}
		.filter.menu {
			.item.active {
		    background-color: #4183c4;
		    color: #FFF;
			}
		}
		.ui.right .head.menu {
			margin-top: -5px;
			.item.active {
				color: #d9453d;
			}
		}
	}
}