aboutsummaryrefslogtreecommitdiff
path: root/public/less/_dashboard.less
blob: c4e04b2f477400f4f502784a537e54a6dba9d5d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.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;
			}
		}
	}
}