aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-history/my-account-history.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-03-20 14:08:03 +0100
committerChocobozzz <me@florianbigard.com>2019-03-20 14:08:03 +0100
commitd01b2fb9ab70f75355c479144e139188d1911c14 (patch)
tree668b8f72bfa690a805baa7debd34f28e56ee394e /client/src/app/+my-account/my-account-history/my-account-history.component.scss
parenta55052c9baf2952795685d3b4e5348c8cb9da70d (diff)
downloadPeerTube-d01b2fb9ab70f75355c479144e139188d1911c14.tar.gz
PeerTube-d01b2fb9ab70f75355c479144e139188d1911c14.tar.zst
PeerTube-d01b2fb9ab70f75355c479144e139188d1911c14.zip
Add icon to delete history button
Diffstat (limited to 'client/src/app/+my-account/my-account-history/my-account-history.component.scss')
-rw-r--r--client/src/app/+my-account/my-account-history/my-account-history.component.scss9
1 files changed, 4 insertions, 5 deletions
diff --git a/client/src/app/+my-account/my-account-history/my-account-history.component.scss b/client/src/app/+my-account/my-account-history/my-account-history.component.scss
index b5c78e080..e03d81055 100644
--- a/client/src/app/+my-account/my-account-history/my-account-history.component.scss
+++ b/client/src/app/+my-account/my-account-history/my-account-history.component.scss
@@ -23,12 +23,11 @@
23 } 23 }
24 24
25 .delete-history { 25 .delete-history {
26 font-size: 15px; 26 @include peertube-button;
27 @include grey-button;
28 @include button-with-icon;
27 29
28 button { 30 font-size: 15px;
29 @include peertube-button;
30 @include grey-button;
31 }
32 } 31 }
33} 32}
34 33