aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/header/header.component.scss
blob: 91b39077367ba2b638ea0c2de687a21a824afdff (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
28
@import '_variables';
@import '_mixins';

my-search-typeahead {
  margin-right: 15px;
}

.upload-button {
  @include peertube-button-link;
  @include orange-button;
  @include button-with-icon(22px, 3px, -1px);

  color: var(--mainBackgroundColor) !important;
  margin-right: 25px;

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

    .icon.icon-upload {
      margin-right: 0;
    }

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