blob: 501646f1e40f5cec6aed321af1e78f7be5084cb2 [file]
// 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.
.logo {
width: 10em;
height: 4em;
background-image: url(../../assets/logo_manager.png);
background-size: 100% 100%;
}
.logo-collapsed {
width: 34px;
height: 34px;
background-image: url(../../assets/doris.png);
background-size: 100% 100%;
}
.doris-manager-side {
position: fixed;
left: 0;
top: 0;
height: 100%;
z-index: 9999;
background-color: #002140 !important;
}
.line {
height: 1px;
margin: 14px 0;
margin-left: 0px;
color: gray;
background-color: gray;
}