/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

#wpadminbar:before {
    width: 100%;
    height: 4px;
    background: url(dev-mode.svg) 15px 0px repeat-x;
    content: '';
    display: block;
}
