aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/workspace/workspace.less
blob: 6cf024e335f54209f00201f6015b656595b622c9 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
.sdc-workspace-container {
    .bg_p;

    .add-btn {
        .f-color.a;
        .f-type._12_m;
        .hand;
        float: right;
        margin-bottom: 15px;

        &:before {
            .sprite-new;
            .plus-icon;
            margin-right: 5px;
            content: "";

        }
        &:hover {
            .f-color.b;
            &:before {
                .sprite-new;
                .plus-icon-hover;
            }
        }

    }
    .w-sdc-left-sidebar {
        padding: 3px 3px 0px 0px;
        background-color: @main_color_p;
        box-shadow: 7px -3px 6px -8px @main_color_n;
        z-index: 2;
    }

    .sdc-asset-creation-info {
        .n_12_r;
        float: right;
        margin: 8px 20px 0 0;
    }

    .w-sdc-main-right-container {

        padding: 0px 0px 0px 0px;
        background-color: @main_color_p;
        z-index: 1;

        .sdc-workspace-top-bar {
            height: @action_nav_height;
            padding: 12px 10px 0px 50px;
            border-bottom: 1px solid @main_color_o;
            display: flex;
            justify-content: space-between;

            .version-container {

            }

            .progress-container {
                flex-grow: 4;
                z-index: 10000000;

                .general-view-top-progress {
                    width: 30%;
                    margin: 0 auto;
                    min-width: 200px;
                }
            }

            .not-latest {
                position: absolute;
                left: 24px;
                top: 20px;
                .sprite-new;
                .asdc-warning;
            }

            .sdc-workspace-top-bar-buttons {

                > button, > span:not(.delimiter) {
                    margin-right: 10px;
                    vertical-align: middle;
                    .hand;

                    &.sprite-new {
                        text-indent: 100%;
                    }
                    &.disabled, &:hover.disabled {
                        pointer-events: none;
                    }
                }
                .delimiter {
                    height: 32px;
                    width: 1px;
                    background-color: #959595;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 20px;
                }

            }

            .lifecycle-state {
                padding: 7px 0 0 10px;
                margin: 2px 0 7px 10px;
                border-left: 1px solid @main_color_o;
                line-height: 15px;
                font-family: @font-omnes-medium;
                color: @main_color_m;

                .lifecycle-state-icon {
                    .sprite-new;
                }
                .lifecycle-state-text {

                    font-weight: bold;
                    text-transform: uppercase;
                    vertical-align: top;
                    padding: 3px;
                }
            }

            .version-selector {
                // float:left;
                background-color: transparent;
                border: none;
                margin-top: 6px;
            }
        }
        .w-sdc-main-container-body-content {
            height:calc(~'100% - @{action_nav_height}');

            text-align: center;
            align-items: center;
            padding: 40px 14% 20px 14%;
            &.third-party {
                text-align: left;
                padding: 0;
                position: absolute;
                top: @action_nav_height;
                left: 0;
                right: 0;
                bottom: 0;
            }
        }
    }
}


.properties-assignment  .sdc-workspace-container  .w-sdc-main-right-container  .w-sdc-main-container-body-content{
    padding: 80px 2% 40px 2%;
}