@import "less/mixins.less"; @border-gray: #D6D6D6; @background-gray: #F5F5F5; html, body{ height: 100%; } .chat{ color: #3D9940; } .away{ color: #D9B232; } .dnd{ color: #D9B232; } .xa{ color: #D9B232; } #roster{ min-height: 100%; float: left; width: 250px; background-color: @background-gray; border: 1px solid @border-gray; ul.contact-list{ list-style: none; padding: 0; margin: 0; li{ background-color: white; border-bottom: 1px solid @border-gray; padding: 0; margin: 0; padding: 1em 1em; color: #363636; .transition(0.3s); &:hover{ background-color: @background-gray; } &:first-child{ border-top: 1px solid @border-gray; } i{ font-size:120%; } } } } #rostersearch{ margin: 10px; } #titlebar{ border-bottom:1px solid @border-gray; padding:10px; #gradient > .vertical(@background-gray,#EDEDED); margin-bottom:20px; } #main{ float: left; margin-left: 20px; } ul.nav-tabs li a{ outline: 0; } ul.chat-area{ list-style: none; li{ font-size:110%; } .name{ display:block; float:left; text-align:right; width: 10em; margin-right:1em; &:before{ content: '<'; } &:after{ content: '>'; } } }