summaryrefslogtreecommitdiffstats
path: root/css/_navigation.scss
blob: 79e3a733c97cc8f761ac20a6c352d32ffd977eb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#app-navigation {
	position: relative;
}

#app-navigation > ul {
	height: calc(100% - 68px);
}

/* Contacts List */
#new-contact-button {
	margin: 14px auto; /* to have the same height than a contact */
	width: calc(100% - 20px) !important;
	text-align: left;
	padding-left: 34px;
	background-position: 10px center;
}