blob: fc121ccf4fdaf54f414012d93496039024d766e2 [file] [log] [blame]
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you 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.
*/
.mat-mdc-card {
padding: 20px;
margin-bottom: 20px;
}
.info-value {
margin-top: 6px;
font-size: 1.4em;
}
.cluster-info {
width: 100%;
height: 100%;
margin-top: 30px;
.left-col {
width: 35%;
max-width: 35%;
margin-right: 30px;
}
.right-col {
width: 65%;
max-width: 65%;
}
.grid-row {
margin-top: 30px;
}
}
.info-card > .menu-trigger {
background: #d7d7d7;
font-size: 14px;
color: #666;
outline: none;
cursor: pointer;
border-radius: 8px;
margin: 0px;
&:hover {
background: #666;
color: #fff;
}
}
.about-card {
flex-direction: column;
font-size: 14px;
padding: 10px;
line-height: 22px;
}
.about-card .info-value {
font-size: 14px;
margin: 0 0 3px 0;
}