aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/buttons
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-06-30 11:21:04 +0200
committerRigel Kent <par@rigelk.eu>2020-07-01 17:03:48 +0200
commitc41c0e28ed444fdb427f9803d2f123ba6f535fb9 (patch)
treec02558445dc13281a78321731061131b67253244 /client/src/app/shared/shared-main/buttons
parent9b01cfc788a6ed525d72620da9f9e607b8d6396e (diff)
downloadPeerTube-c41c0e28ed444fdb427f9803d2f123ba6f535fb9.tar.gz
PeerTube-c41c0e28ed444fdb427f9803d2f123ba6f535fb9.tar.zst
PeerTube-c41c0e28ed444fdb427f9803d2f123ba6f535fb9.zip
switch from softies to feathericons
also organize icons in folders per origin
Diffstat (limited to 'client/src/app/shared/shared-main/buttons')
-rw-r--r--client/src/app/shared/shared-main/buttons/button.component.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-main/buttons/button.component.scss b/client/src/app/shared/shared-main/buttons/button.component.scss
index 3ccfefd7e..5b27af3f4 100644
--- a/client/src/app/shared/shared-main/buttons/button.component.scss
+++ b/client/src/app/shared/shared-main/buttons/button.component.scss
@@ -10,6 +10,10 @@ my-small-loader ::ng-deep .root {
10.action-button { 10.action-button {
11 @include peertube-button-link; 11 @include peertube-button-link;
12 @include button-with-icon(21px, 0, -2px); 12 @include button-with-icon(21px, 0, -2px);
13
14 > :nth-child(2) {
15 margin-left: 5px;
16 }
13} 17}
14 18
15.orange-button { 19.orange-button {