Improving usercard badge alignment
This commit is contained in:
parent
e9ea0102a5
commit
6213e020e6
|
@ -4,14 +4,12 @@
|
|||
color: $primary;
|
||||
border: 1px solid $primary-low;
|
||||
line-height: $line-height-large;
|
||||
display: inline-block;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
background-color: $secondary;
|
||||
margin: 0 0 3px;
|
||||
|
||||
.fa {
|
||||
padding-right: 3px;
|
||||
font-size: 1.4em;
|
||||
vertical-align: bottom;
|
||||
.d-icon {
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
|
@ -279,12 +279,14 @@ $user_card_background: $secondary;
|
|||
}
|
||||
|
||||
.badge-section {
|
||||
float: left;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
width: 500px;
|
||||
padding-bottom: 10px;
|
||||
margin-top: 5px;
|
||||
|
||||
.user-badge {
|
||||
margin-right: 0.5em;
|
||||
background: $primary-very-low;
|
||||
border: 1px solid $primary-low;
|
||||
color: $user_card_primary;
|
||||
|
|
Loading…
Reference in New Issue