From 6b1ef956993ff294534281a35dd3b9ce5538a7b1 Mon Sep 17 00:00:00 2001 From: kontrollanten <6680299+kontrollanten@users.noreply.github.com> Date: Mon, 22 Mar 2021 14:19:08 +0100 Subject: Change copy icon (#3867) * client: change copy icon to glypicon-duplicate * client: add "copy" text to copy icons --- client/src/sass/bootstrap.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src/sass') 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/'; animation: spin .7s infinite linear; } +.glyphicon-duplicate { + font-size: 70%; +} + .flex-auto { flex: auto; } -- cgit v1.2.3