fix padding and change label colors

This commit is contained in:
mlorb 2018-05-23 11:13:28 +02:00
parent 7b5ec4ae3f
commit 79f1a1c0ad
2 changed files with 3 additions and 2 deletions

View file

@ -158,7 +158,8 @@ mark,.mark {
}
.label-primary {
background-color: $brand-primary;
background-color: $color-concrete;
color: $color-emperor;
}
.circle {

View file

@ -64,7 +64,7 @@
<% end %>
</li>
<!-- arrow for opening/closing -->
<li class="text-center">
<li class="text-center" style="padding: 5px;">
<span id="sideBarLeft"
class="glyphicon glyphicon-chevron-left"
aria-hidden="true"