summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/views/_no-message-selected.scss
blob: 0e367bf2927d731065fcd34a31b095fa3dae88b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.no-message-selected-pane {
    background: $contrast;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    &__text {
        @extend .no-content-placeholder;

        margin-bottom: 40px; // aligns label with "no results for XYZ"
    }
}