/***
*** Common utility classes used across the plugin
***/
/* Notice Errors & Warnings */
.notice {
  padding: 12px;
  margin: 5px 0 15px;
  border-left: 4px solid;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.notice-error {
  border-left-color: #dc3232;
}

.notice-warning {
  border-left-color: #ffb900;
}
