mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-20 18:50:00 +01:00
added new profile badge display
This commit is contained in:
parent
3750bfa4c6
commit
17afe26171
1 changed files with 19 additions and 0 deletions
|
@ -94,3 +94,22 @@
|
||||||
height: auto;
|
height: auto;
|
||||||
border: medium none;
|
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;
|
||||||
|
}
|
Loading…
Reference in a new issue