blob: a143d918e8c513d91ef5de454a8e16579d6eb644 [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.
*/
cluster-selector {
@import "./../../../public/stylesheets/variables.scss";
position: relative;
top: 2px;
display: flex;
align-items: center;
justify-content: space-between;
.btn-ignite.btn-ignite--primary,
.btn-ignite.btn-ignite--success {
border-radius: 9px;
min-height: 0;
color: white;
font-size: 12px;
font-weight: bold;
line-height: 17px;
padding-top: 0;
padding-bottom: 0;
button {
font-weight: normal;
margin: 0 !important;
}
}
.cluster-selector--state {
width: 85px;
}
div {
margin: 0 10px 0 20px;
font-size: 12px;
}
div:last-child {
margin-left: 10px;
color: #EE2B27;
}
[ignite-icon='info'] {
margin-left: 7px;
color: $ignite-brand-success;
}
[ignite-icon='lockClosed'], [ignite-icon='lockOpened'] {
margin-right: 5px;
height: 10px;
width: 8px;
}
.bs-select-menu {
color: $text-color;
}
}