# copy-the-code/3.5.2/classes/blocks/assets/css/style.css

Copy Anything to Clipboard for WordPress – Copy Button, Copy Text &amp; Copy Code, version 3.5.2. 25 lines.

- Page: https://pluginprobe.com/plugins/copy-the-code/3.5.2/code/classes/blocks/assets/css/style.css
- Raw: https://pluginprobe.com/plugins/copy-the-code/3.5.2/raw/classes/blocks/assets/css/style.css
- Modified: 2023-11-28T21:48:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/copy-the-code/3.5.2/code/classes/blocks/assets/css/style.css#L10-L20`.

```css
.ctc-block-copy {
    transition: all ease-in-out 0.2s;
}

.ctc-block-content > p:last-child {
    margin-bottom: 0;
}

.ctc-with-icon {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ctc-with-icon .check-icon {
    display: none;
}

.copied .ctc-with-icon .copy-icon {
    display: none;
}

.copied .ctc-with-icon .check-icon {
    display: block;
}
```
