PluginProbe
Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More / 1.0.7
Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More v1.0.7
trunk 1.0.0 1.0.1 1.0.10 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9
search-replace-wpcode / src / admin / notices.css

notices.css in Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More 1.0.7, at src/admin/notices.css

32 lines 485 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }