diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-10 17:05:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-10 17:05:55 +0200 |
commit | c2faa073d113f410275021ed4de4b60fef118c13 (patch) | |
tree | b21a4a26be6b73d7583da4b4cc3dccc7b5437532 /client/src/sass/application.scss | |
parent | 3e3b360c53f43f354fe9b191b69cda444fabf712 (diff) | |
download | PeerTube-c2faa073d113f410275021ed4de4b60fef118c13.tar.gz PeerTube-c2faa073d113f410275021ed4de4b60fef118c13.tar.zst PeerTube-c2faa073d113f410275021ed4de4b60fef118c13.zip |
Replace glyphicon chevron
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index d288d2a21..2ad1af23a 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -308,6 +308,25 @@ table { | |||
308 | } | 308 | } |
309 | } | 309 | } |
310 | 310 | ||
311 | my-global-icon[iconName=external-link] { | ||
312 | margin: 0 3px; | ||
313 | width: 13px; | ||
314 | vertical-align: text-bottom; | ||
315 | color: pvar(--inputPlaceholderColor); | ||
316 | } | ||
317 | |||
318 | .chevron-down { | ||
319 | @include chevron-down(0.55rem, 0.20em); | ||
320 | |||
321 | margin: 0 5px; | ||
322 | } | ||
323 | |||
324 | .chevron-up { | ||
325 | @include chevron-up(0.55rem, 0.20em); | ||
326 | |||
327 | margin: 0 5px; | ||
328 | } | ||
329 | |||
311 | /* offsetTop for scrollToAnchor */ | 330 | /* offsetTop for scrollToAnchor */ |
312 | 331 | ||
313 | .anchor { | 332 | .anchor { |