summaryrefslogtreecommitdiffstats
path: root/css/_navigation.scss
blob: 6d8204498de1268e71583b580fd3be1291b54bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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;
	background-position: 10px center;
	padding: 10px;
	padding-left: 34px;
	display: block;
}