John Cowen a6996b6ea5
ui: CopyButton amends (#10511)
* ui: Add with-copyable modifier

* Use with-copyable modifier for our own CopyButton

* Move copy-button styling and remove most of `copy-btn`
2021-07-06 16:56:36 +01:00

9 lines
122 B
SCSS

@import './skin';
@import './layout';
%copy-button {
@extend %button;
}
.copy-button button {
@extend %copy-button;
}