contacts/css/_navigation.scss

19 lines
351 B
SCSS
Raw Normal View History

#app-navigation {
position: relative;
}
#app-navigation > ul {
height: calc(100% - 68px);
}
/* Contacts List */
#new-contact-button {
2017-09-14 15:23:21 +00:00
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;
}