/*
 * Sound notification for kanboard
 * Licensed under the MIT license - SoundNotification/LICENSE
 * https://github.com/kenlog/SoundNotification
 * Copyright (c) 2018 Valentino Pesce - https://iltuobrand.it
 */

.notification-icon-badge {
    background-color: #f5f5f5;
    border-radius: 2px;
    color: #333;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    top: 0;
    font-weight: bold;
    right: 0;
}

.notification {
    display: inline-block; 
    position: relative; 
    padding: 7px 3px;
}