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

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

#app-navigation .app-navigation-entry-utils .app-navigation-entry-utils-counter {
	padding: 0 12px 0 0;
}

/* 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;
}