Rename upload button to publish
This commit is contained in:
parent
87568f93e9
commit
d470441424
|
@ -1,6 +1,6 @@
|
||||||
<my-search-typeahead class="w-100 d-flex justify-content-end"></my-search-typeahead>
|
<my-search-typeahead class="w-100 d-flex justify-content-end"></my-search-typeahead>
|
||||||
|
|
||||||
<a class="upload-button" routerLink="/videos/upload">
|
<a class="publish-button" routerLink="/videos/upload">
|
||||||
<my-global-icon iconName="upload" aria-hidden="true"></my-global-icon>
|
<my-global-icon iconName="upload" aria-hidden="true"></my-global-icon>
|
||||||
<span i18n class="upload-button-label">Upload</span>
|
<span i18n class="publish-button-label">Publish</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -5,7 +5,7 @@ my-search-typeahead {
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.upload-button {
|
.publish-button {
|
||||||
@include peertube-button-link;
|
@include peertube-button-link;
|
||||||
@include orange-button;
|
@include orange-button;
|
||||||
@include button-with-icon(22px, 3px, -1px);
|
@include button-with-icon(22px, 3px, -1px);
|
||||||
|
@ -20,7 +20,7 @@ my-search-typeahead {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.upload-button-label {
|
.publish-button-label {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue