mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
a6996b6ea5
* ui: Add with-copyable modifier * Use with-copyable modifier for our own CopyButton * Move copy-button styling and remove most of `copy-btn`
9 lines
122 B
SCSS
9 lines
122 B
SCSS
@import './skin';
|
|
@import './layout';
|
|
%copy-button {
|
|
@extend %button;
|
|
}
|
|
.copy-button button {
|
|
@extend %copy-button;
|
|
}
|