added new profile badge display

This commit is contained in:
Andreas N 2015-01-06 15:26:24 +01:00
parent 3750bfa4c6
commit 17afe26171

View file

@ -93,4 +93,23 @@
width: 100%;
height: auto;
border: medium none;
}
.profile--panel-badge {
width: 100%;
text-align: center;
padding-top: 0.2em;
padding-bottom: 0.2em;
text-transform: uppercase;
font-weight: bold;
margin: 0;
color: #fff;
}
.panel-badge-danger {
background-color: #E51C23;
}
.panel-badge-default {
background-color: #BBB;
}