﻿fb-notifierings-bubbla {
    border-radius: 100%;
    background-color: #0097ed;
    color: white;
    display: inline-block;
    height: 19px;
    width: 19px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;

    &[disabled] {
        background-color: #aeaeae;
    }
}
