diff options
Diffstat (limited to 'client/src/app/shared/shared-main/buttons/copy-button.component.scss')
-rw-r--r-- | client/src/app/shared/shared-main/buttons/copy-button.component.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-main/buttons/copy-button.component.scss b/client/src/app/shared/shared-main/buttons/copy-button.component.scss new file mode 100644 index 000000000..7e3720418 --- /dev/null +++ b/client/src/app/shared/shared-main/buttons/copy-button.component.scss | |||
@@ -0,0 +1,15 @@ | |||
1 | @use '_variables' as *; | ||
2 | @use '_mixins' as *; | ||
3 | |||
4 | button:not(.is-input-group) { | ||
5 | border: 0; | ||
6 | } | ||
7 | |||
8 | .is-input-group { | ||
9 | border-top-left-radius: 0; | ||
10 | border-bottom-left-radius: 0; | ||
11 | } | ||
12 | |||
13 | my-global-icon { | ||
14 | width: 15px; | ||
15 | } | ||