notices.css in Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More 1.0.7, at src/admin/notices.css
| 1 | .wsrw-features-list { |
| 2 | display: flex; |
| 3 | justify-content: space-between; |
| 4 | max-width: 1000px; |
| 5 | |
| 6 | @media( max-width: 1200px ) { |
| 7 | flex-direction: column; |
| 8 | } |
| 9 | |
| 10 | ul { |
| 11 | margin: 0; |
| 12 | } |
| 13 | |
| 14 | li { |
| 15 | color: var(--wsrw-text-color-heading); |
| 16 | font-size: 14px; |
| 17 | margin-bottom: 15px; |
| 18 | |
| 19 | &:before { |
| 20 | content: '+'; |
| 21 | margin-right: 5px; |
| 22 | vertical-align: center; |
| 23 | } |
| 24 | } |
| 25 | } |
| 26 | #wsrw-notice-wsrw-snippets{ |
| 27 | p{ |
| 28 | color: var(--wsrw-text-color-heading); |
| 29 | } |
| 30 | margin: 25px 0 0 0; |
| 31 | border-left: 1px solid #c3c4c7; |
| 32 | } |