Add style for icon

This commit is contained in:
brantje 2016-09-20 18:48:51 +02:00
parent 295db40ef9
commit 4a09d32799
2 changed files with 5 additions and 6 deletions

View file

@ -9,10 +9,6 @@
@import 'credentials';
@import 'menu';
#app-content.with-app-sidebar {
margin-right: 32%;
}
#app-settings-content:not(.ng-hide) {
height: 60px;
display: inherit !important;

View file

@ -44,15 +44,18 @@
cursor: pointer;
padding: 5px;
border-bottom: 1px solid #eeeeee;
.label {
.icon{
font-size: 19px;
float: left;
margin-right: 5px;
margin-left: 3px;
}
.tags {
float: right;
.tag {
background-color: rgba(240, 240, 240, .9);
padding: 4px;
font-size: 11px;
font-size: 12px;
margin-right: 3px;
@include border-radius(5px);
}