]>
Commit | Line | Data |
---|---|---|
8cbc40b2 C |
1 | @use '_variables' as *; |
2 | @use '_mixins' as *; | |
63c4db6d | 3 | |
f409f0c3 | 4 | my-search-typeahead { |
27bc9586 | 5 | @include margin-right(15px); |
f409f0c3 RK |
6 | } |
7 | ||
d4704414 | 8 | .publish-button { |
c30745f3 | 9 | @include peertube-button-link; |
7b272fd7 | 10 | @include orange-button; |
457bb213 | 11 | @include button-with-icon(22px, 3px, -1px); |
27bc9586 | 12 | @include margin-right(25px); |
26c6ee80 | 13 | |
07fa4c97 | 14 | @media screen and (max-width: 600px) { |
27bc9586 C |
15 | @include margin-right(10px); |
16 | ||
3daf4002 C |
17 | padding: 0 10px; |
18 | ||
19 | .icon.icon-upload { | |
27bc9586 | 20 | @include margin-right(0); |
3daf4002 C |
21 | } |
22 | ||
d4704414 | 23 | .publish-button-label { |
3daf4002 C |
24 | display: none; |
25 | } | |
26 | } | |
26c6ee80 | 27 | } |