Add reason when banning a user
[oweals/peertube.git] / client / src / app / shared / buttons / action-dropdown.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .action-button {
5   @include peertube-button;
6   @include grey-button;
7
8   &:hover, &:active, &:focus {
9     background-color: $grey-color;
10   }
11
12   display: inline-block;
13   padding: 0 10px;
14
15   .icon-action {
16     @include icon(21px);
17
18     background-image: url('../../../assets/images/video/more.svg');
19     top: -1px;
20   }
21 }