/**
 * Main styling for seadan admin settings UI.
 */

.seadan-notice-wrap {
    position: fixed;
    z-index: 9999999;
    bottom: 20px;
    left: 20px;
}
.seadan-notice {
    padding: 10px 10px 10px 30px;
    margin-top: 10px;
}
.seadan-notice.seadan-system-notice {
    background: #ffb1b1;
    color: #480404;
}
.seadan-notice.seadan-user-notice {
    background: #ffda95;
    color: #523500;
}