From d01b2fb9ab70f75355c479144e139188d1911c14 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 20 Mar 2019 14:08:03 +0100 Subject: Add icon to delete history button --- .../my-account-history/my-account-history.component.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'client/src/app/+my-account/my-account-history/my-account-history.component.scss') 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 @@ } .delete-history { - font-size: 15px; + @include peertube-button; + @include grey-button; + @include button-with-icon; - button { - @include peertube-button; - @include grey-button; - } + font-size: 15px; } } -- cgit v1.2.3