mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 18:39:58 +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
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue