aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/header/header.component.scss
blob: e335f136a5dc9b89b3974c9b0796b1302e46e39e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@use '_variables';
@use '_mixins';

my-search-typeahead {
  @include margin-right(15px);
}

.publish-button {
  @include peertube-button-link;
  @include orange-button;
  @include button-with-icon(22px, 3px, -1px);
  @include margin-right(25px);

  @media screen and (max-width: 600px) {
    @include margin-right(10px);

    padding: 0 10px;

    .icon.icon-upload {
      @include margin-right(0);
    }

    .publish-button-label {
      display: none;
    }
  }
}