// Copyright 2015 Google Inc. 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. @import '../../assets/styles/color_variables'; .kd-replicaset-card { width: 400px; } // This override button style to make it look like a link. .kd-replicaset-card-logs { border-radius: inherit; color: inherit; font-size: inherit; font-weight: inherit; line-height: 0; margin: inherit; min-height: inherit; min-width: inherit; padding: inherit; text-decoration: none; text-transform: inherit; &:after { content: '\25BC'; } } .kd-replicaset-card-divider { border: 0; border-top: 1px solid; } .kd-replicaset-card-section { margin-top: 1em; } .kd-replicaset-card-section-image { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .kd-replicaset-card-label { margin-right: 1em; } .kd-menu-logs-md-menu-item { height: 30px; min-height: 30px; } .kd-menu-logs-item-header { color: $muted; font-size: .8em; white-space: nowrap; } .kd-menu-logs-item { font-size: .8em; overflow: hidden; white-space: nowrap; } .kd-menu-logs-link-icon { font-size: 1em; margin-left: 5px; }