mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 12:37:58 +01:00
15 lines
179 B
SCSS
15 lines
179 B
SCSS
|
|
.badge {
|
|
display: inline-block;
|
|
line-height: 16px;
|
|
margin: 0 1px;
|
|
}
|
|
|
|
.badges {
|
|
display: inline-block;
|
|
padding: 0 4px;
|
|
}
|
|
|
|
.badges > .badge > img {
|
|
max-width: unset;
|
|
}
|