| Current Path : /home/ereika83/www/wp-content/plugins/wpmudev-updates/assets/src/scss/admin-ui/ |
| Current File : /home/ereika83/www/wp-content/plugins/wpmudev-updates/assets/src/scss/admin-ui/_notice-support.scss |
@include body-class(true) {
.sui-notice {
&.dashui-notice-support {
border-left: 2px solid $info;
p:first-of-type {
@include icon(before, lock, false);
&:before {
color: $notice-info-icon-color;
}
}
}
}
}