@import "../../styles/variables";
@import "~cosmoUiVariables";
@import "../../styles/mixins/paddings";


$notification-height: 56px !default;

.root {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.notification {
    @include padding-x($padding-md);
    color: $white;
    height: $notification-height;
}
