You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
698 B
CSS
43 lines
698 B
CSS
.astra-review-notice-container {
|
|
display: flex;
|
|
align-items: center;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.astra-review-notice-container .dashicons {
|
|
font-size: 1.4em;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.astra-review-notice-container a {
|
|
padding-left: 5px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.astra-review-notice-container .dashicons:first-child {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.notice-image img {
|
|
max-width: 90px;
|
|
}
|
|
|
|
.notice-content .notice-heading {
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.notice-content {
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.notice-container {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
display: flex;
|
|
justify-content: left;
|
|
align-items: center;
|
|
}
|
|
|
|
li#toplevel_page_Settings-page {
|
|
display: none;
|
|
} |