]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+videos/video-list/trending/video-trending-header.component.scss
Add video-playlist-element.created hook (#4196)
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / video-list / trending / video-trending-header.component.scss
CommitLineData
27bc9586
C
1@import '_mixins';
2
5bcbcbe3
RK
3.btn-group label {
4 border: 1px solid transparent;
5 border-radius: 9999px !important;
6 padding: 5px 16px;
7 opacity: .8;
8
9 &:not(:first-child) {
27bc9586 10 @include margin-left(.5rem);
5bcbcbe3
RK
11 }
12
13 my-global-icon {
27bc9586
C
14 @include margin-right(.1rem);
15
5bcbcbe3
RK
16 position: relative;
17 top: -2px;
18 height: 1rem;
5bcbcbe3 19 }
931d3430 20}