aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/components/message-router/charts
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-07-29 16:30:50 +0200
committersebdet <sebastien.determe@intl.att.com>2020-07-29 16:30:50 +0200
commit400083041945909289f84f629fcbdfb8de5678cf (patch)
treed2c31d178b6c51aa015dee7f345e8e1573f66e0a /kubernetes/dmaap/components/message-router/charts
parentb57170364c0c11db35058e876d9dbd78c0983fee (diff)
[CLAMP] Refer to docker.io mariadb
Remove the link to cached mariadb in nexus3.onap.org, use docker.io instead Issue-ID: CLAMP-855 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I449298ae0188d1478cf4ae13383c00c5e921de88
Diffstat (limited to 'kubernetes/dmaap/components/message-router/charts')
0 files changed, 0 insertions, 0 deletions
href='#n139'>139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290
/*
    Copyright (C) 2019 CMCC, Inc. and others. All rights reserved.

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

            http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
*/

.content {
    padding: 20px;
    min-height: 937px;
    height: 100vh;

    .left-content {
        height: 100%;
        float: left;
        width: 40%;

        .services,
        .PACKAGE {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 100%;
            background: rgba(255, 255, 255, 1);
            box-shadow: 0px 10px 10px 2px rgba(222, 222, 222, 0.5);
            border-radius: 6px;
            padding: 28px 22px;

            h4 {
                font: 600 16px/16px "Arial Bold";
                color: #0DA9E2;
            }

            p {
                font: 400 14px/14px "Arial";
            }

            .tip {
                align-self: flex-end;
                width: 110px;
                line-height: 35px;
                border-radius: 5px;
                background-color: #eceff4;
                font-size: 16px;
                color: #3C4F8C;
                text-align: center;
                cursor: pointer;

                span {
                    color: #3C4F8C;
                }
            }
        }

        .services {
            min-height: 467px;
            height: 49vh;
            flex-wrap: wrap;

            h5 {
                position: relative;
                z-index: 3;
                font: 500 18px/18px "ArialMT";
                color: #0DA9E2;
                margin: -2em 0 1em 0;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;

                span {
                    font-size: 14px;
                    font-family: "Arial";
                    color: #3C4F8C;
                }

                span:first-child {
                    font-size: 18px;
                    padding: 0 4PX 0 4px;
                }

                span:last-child {
                    padding-left: 4px;
                }

            }
        }

        .PACKAGE {
            min-height: 410px;
            height: 43vh;
            margin-top: 20px;

            .details {
                .detailstoplinContent {
                    border-bottom: 0.5px solid rgba(237, 237, 237, 1);
                    border-radius: 4px;
                    line-height: 58px;
                    font-size: 14px;
                    color: #3C4F8C;
                    font-family: "ArialMT";

                    .detailstoplin {
                        width: 100%;
                        height: 58px;
                        border-radius: 4px;

                        div:first-child {
                            width: 20%;
                            float: left;
                        }

                        div:nth-child(2) {
                            width: 65%;
                            float: left;
                        }

                        div:last-child {
                            width: 13%;
                            float: right;
                            font-size: 12px;
                            font-weight: 500;
                            color: rgba(60, 79, 140, 0.5);
                        }
                    }

                    &:first-child {
                        border-top: 0.5px solid rgba(237, 237, 237, 1);
                    }
                }
            }

        }
    }

    .right-content {
        height: 100%;
        float: left;
        width: 60%;
        padding-left: 15px;

        .rt-content {
            min-height: 327px;
            height: 34vh;
            margin-bottom: 18px;
            background: rgba(255, 255, 255, 1);
            box-shadow: 0px 10px 10px 2px rgba(222, 222, 222, 0.5);
            border-radius: 6px;

            .alarm {
                float: left;
                background-color: #fff;
                height: 100%;
                width: 48%;
                border-radius: 5px;
                position: relative;
                padding: 28px 26px;

                h4 {
                    position: absolute;
                    font: 600 16px/16px "Arial Bold";
                    color: #0DA9E2;
                }
            }

            .poerformance {
                float: left;
                background-color: #fff;
                height: 100%;
                width: 50%;
                border-radius: 5px;
                padding: 28px 26px;

                .pfVmPm {
                    h3 {
                        color: #BD57E5;
                    }
                }

                div {
                    height: 57px;
                    position: relative;
                    margin-bottom: 10px;

                    h3 {
                        font: 600 25px/25px "Arial";
                        color: #2F6AEF;
                        margin-bottom: 10px;
                        padding-left: 50%;
                    }

                    p {
                        font: 400 12px/12px "Arial";
                        color: rgba(60, 79, 140, 0.5);
                        padding-left: 50%;

                    }

                    img {
                        position: absolute;
                        top: 0;
                        left: 0;
                    }
                }

                .tip {
                    width: 110px;
                    background-color: #eceff4;
                    color: #3C4F8C;
                    font-size: 16px;
                    float: right;
                    margin-top: 20px;
                    margin-bottom: 0 !important;
                    line-height: 35px;
                    border-radius: 5px;
                    text-align: center;

                    a {
                        color: #3C4F8C;
                    }
                }
            }

            .alarm-name {
                text-align: center;
                margin-top: 15px;
            }

        }

        .rb-content {
            position: relative;
            min-height: 550px;
            height: 58vh;
            background-color: #fff;
            padding: 24px 30px;
            box-shadow: 0px 10px 15px 2px rgba(222, 222, 222, 0.5);
            border-radius: 6px;

            h4 {
                font: 600 16px/16px "Arial Bold";
                color: #0DA9E2;
            }

            nz-dropdown {
                position: absolute;
                top: 24px;
                right: 30px;

                button {
                    width: 170px;
                    height: 35px;
                    background-color: #eceff4;
                    text-align: left;
                    border-color: #cad3df;

                    span {
                        display: inline-block;
                        width: 120px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        font-size: 14px;
                    }

                    i {
                        position: absolute;
                        top: 12px;
                        right: 12px;
                    }
                }

                //The style in the drop-down box is in style.less, and the drop-down box is extra temporary generated in the body.
            }

            #pfVmChartLine {
                width: 100%;
                height: 318px;
            }
        }
    }
}