1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00
Peertube/client/src/app/shared/shared-forms/select/select-options.component.scss
2024-11-26 10:23:08 +01:00

17 lines
194 B
SCSS

@use '_variables' as *;
@use '_mixins' as *;
img {
border-radius: 50%;
height: 21px;
width: 21px;
margin-top: -1px;
}
.muted {
font-size: 90%;
}
.item-label {
min-height: 22px;
}