diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-13 10:14:03 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-13 11:23:36 +0200 |
commit | 93c728a25a87cf6dae5fc49d42d6af52ff7f7ff2 (patch) | |
tree | d9c658b4ac3467109a7f58b141d64a190f30cbaf /client/src/app/+my-library | |
parent | c2faa073d113f410275021ed4de4b60fef118c13 (diff) | |
download | PeerTube-93c728a25a87cf6dae5fc49d42d6af52ff7f7ff2.tar.gz PeerTube-93c728a25a87cf6dae5fc49d42d6af52ff7f7ff2.tar.zst PeerTube-93c728a25a87cf6dae5fc49d42d6af52ff7f7ff2.zip |
Replace all glyphicon icons
Diffstat (limited to 'client/src/app/+my-library')
-rw-r--r-- | client/src/app/+my-library/my-follows/my-followers.component.scss | 6 | ||||
-rw-r--r-- | client/src/app/+my-library/my-ownership/my-ownership.component.scss | 7 |
2 files changed, 0 insertions, 13 deletions
diff --git a/client/src/app/+my-library/my-follows/my-followers.component.scss b/client/src/app/+my-library/my-follows/my-followers.component.scss index fae4cd972..d8c5f9cff 100644 --- a/client/src/app/+my-library/my-follows/my-followers.component.scss +++ b/client/src/app/+my-library/my-follows/my-followers.component.scss | |||
@@ -16,11 +16,5 @@ input[type=text] { | |||
16 | 16 | ||
17 | .actor-display-name { | 17 | .actor-display-name { |
18 | font-size: 16px; | 18 | font-size: 16px; |
19 | |||
20 | + .glyphicon { | ||
21 | @include margin-left(5px); | ||
22 | |||
23 | font-size: 12px; | ||
24 | } | ||
25 | } | 19 | } |
26 | } | 20 | } |
diff --git a/client/src/app/+my-library/my-ownership/my-ownership.component.scss b/client/src/app/+my-library/my-ownership/my-ownership.component.scss index d32477270..a8450ff1b 100644 --- a/client/src/app/+my-library/my-ownership/my-ownership.component.scss +++ b/client/src/app/+my-library/my-ownership/my-ownership.component.scss | |||
@@ -55,13 +55,6 @@ | |||
55 | color: pvar(--mainForegroundColor); | 55 | color: pvar(--mainForegroundColor); |
56 | line-height: 1rem; | 56 | line-height: 1rem; |
57 | 57 | ||
58 | div .glyphicon { | ||
59 | @include margin-left(0.1rem); | ||
60 | |||
61 | font-size: 80%; | ||
62 | color: #808080; | ||
63 | } | ||
64 | |||
65 | div + div { | 58 | div + div { |
66 | font-size: 80%; | 59 | font-size: 80%; |
67 | } | 60 | } |