aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/bootstrap.scss
diff options
context:
space:
mode:
authorkontrollanten <6680299+kontrollanten@users.noreply.github.com>2021-03-22 14:19:08 +0100
committerChocobozzz <me@florianbigard.com>2021-03-24 18:18:41 +0100
commit6b1ef956993ff294534281a35dd3b9ce5538a7b1 (patch)
tree196fd6dd204e7895fc9588e710484c4b0ddbabd1 /client/src/sass/bootstrap.scss
parent97aeb3cc46c2e03c3187accd7c4561209be8be89 (diff)
downloadPeerTube-6b1ef956993ff294534281a35dd3b9ce5538a7b1.tar.gz
PeerTube-6b1ef956993ff294534281a35dd3b9ce5538a7b1.tar.zst
PeerTube-6b1ef956993ff294534281a35dd3b9ce5538a7b1.zip
Change copy icon (#3867)
* client: change copy icon to glypicon-duplicate * client: add "copy" text to copy icons
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r--client/src/sass/bootstrap.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index 7047f6e03..75dc91d7a 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -9,6 +9,10 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
9 animation: spin .7s infinite linear; 9 animation: spin .7s infinite linear;
10} 10}
11 11
12.glyphicon-duplicate {
13 font-size: 70%;
14}
15
12.flex-auto { 16.flex-auto {
13 flex: auto; 17 flex: auto;
14} 18}