summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/plugin-not-connected/plugin-not-connected.component.less
blob: 2893d3f47753e6601dd2930ca32debf7c577687d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
@import '../../../../assets/styles/mixins';
@import '../../../../assets/styles/variables';

.plugin-not-connected {

    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    .plugin-error-message {
        line-height: 2em;
    }

    .icon-wrapper {
        text-align: center;
        margin-right: 10px;
        line-height: 3em;
    }

    .plugin-message-text {
        text-align: center;
        color: #323943;
        font-family: @font-opensans-medium;
    }

    .plugin-message-main-text {
        font-size: 22px;
    }

    .plugin-message-sub-text {
        font-size: 14px;
    }
}