37 lines
703 B
CSS
37 lines
703 B
CSS
[data-notice="fcf-admin-notice"] {
|
|
padding: 20px;
|
|
}
|
|
[data-notice="fcf-admin-notice"] ~ [data-notice="fcf-admin-notice"] {
|
|
display: none;
|
|
}
|
|
[data-notice="fcf-admin-notice"] img {
|
|
float: left;
|
|
width: 82px;
|
|
height: auto;
|
|
margin-right: 20px;
|
|
}
|
|
[data-notice="fcf-admin-notice"] h2 {
|
|
max-width: 800px;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 16px;
|
|
line-height: 1.625;
|
|
}
|
|
[data-notice="fcf-admin-notice"] p {
|
|
max-width: 800px;
|
|
margin: 0;
|
|
padding: 3px 0;
|
|
font-size: 16px;
|
|
line-height: 1.625;
|
|
}
|
|
[data-notice="fcf-admin-notice"] p .dashicons {
|
|
font-size: 16px;
|
|
line-height: 1.625;
|
|
}
|
|
[data-notice="fcf-admin-notice"] .button {
|
|
margin: 10px 0;
|
|
}
|
|
[data-notice="fcf-admin-notice"] > div {
|
|
clear: both;
|
|
}
|