PluginProbe
Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code / 3.8.2
Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code v3.8.2
5.5.3 3.1.0 3.2.0 3.2.1 3.3.0 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.2 3.6.0 3.7.0 3.8.0 3.8.1 3.8.2 3.8.3 4.0.0 4.0.2 4.0.3 4.0.4 4.0.5 4.1.0 4.1.1 All 78 releases
copy-the-code / classes / elementor / widgets / email-sample / style.css

style.css in Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code 3.8.2, at classes/elementor/widgets/email-sample/style.css

20 lines 382 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ctc-email-sample .ctc-block-actions {
2 text-align: center;
3 }
4
5 .ctc-email-sample .ctc-block-content {
6 background: #ffffff;
7 padding: 25px 30px;
8 margin: 0 0 0 0;
9 border-radius: 10px;
10 border: 1px solid lightgray;
11 }
12
13 .ctc-email-sample .ctc-block-copy {
14 margin-top: 20px;
15 }
16
17 .ctc-email-sample .ctc-email-highlight {
18 background: #FFEB3B;
19 color: black;
20 }