mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
17 lines
194 B
SCSS
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;
|
|
}
|