| 1 |
.wp-block .wrapper-anchor-block { |
| 2 |
margin: 0; |
| 3 |
padding: .5em 0; |
| 4 |
border: 2px dashed #005ab3; |
| 5 |
color: #005ab3; |
| 6 |
} |
| 7 |
.wp-block .anchor-block-title { |
| 8 |
font-size: 1em; |
| 9 |
text-align: center; |
| 10 |
} |
| 11 |
.wp-block .anchor-block-title::before { |
| 12 |
margin-right: 0.5em; |
| 13 |
content: url(anchor.svg); |
| 14 |
} |
| 15 |
.wp-block .anchor-block-link { |
| 16 |
font-size: 0.8em; |
| 17 |
text-align: center; |
| 18 |
} |
| 19 |
.wp-block .anchor-block-link code { |
| 20 |
color: #005ab3; |
| 21 |
background: #dbecff |
| 22 |
} |
| 23 |
.wp-block .anchor-block-link code::selection { |
| 24 |
color: #b10404; |
| 25 |
background: #fdcccc |
| 26 |
} |
| 27 |
.anchor-block-randomquote { |
| 28 |
position: relative; |
| 29 |
padding: 1em 1em 1em 40px; |
| 30 |
background: #005ab3; |
| 31 |
font-style: italic; |
| 32 |
color: #fff; |
| 33 |
} |
| 34 |
.anchor-block-randomquote:before { |
| 35 |
font-family: dashicons; |
| 36 |
font-size: 30px; |
| 37 |
content: "\f122"; |
| 38 |
color: #2480db; |
| 39 |
position: absolute; |
| 40 |
top: 1px; |
| 41 |
left: 1px; |
| 42 |
} |