blob: e230032b005956195af7133319b78d1d7acca5c9 [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.
*/
.configuration-wrapper {
height: calc(100vh - 130px);
padding-top: 0;
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
0px 6px 10px 0px rgba(0, 0, 0, 0.14),
0px 1px 18px 0px rgba(0, 0, 0, 0.12);
.sub-nav {
justify-content: flex-end;
padding: 0 30px;
}
h4 {
padding: 10px 30px;
color: rgba(0, 0, 0, 0.87);
font-family: "Open Sans", sans-serif;
}
.editor-wrap {
height: calc(100% - 60px);
margin: 0 30px;
box-shadow: 0 2px 24px 0 rgba(73, 93, 112, 0.3);
}
.main-wrapper {
padding: 10px 30px;
font-family: "Open Sans", sans-serif;
.section {
&-title {
font-size: 15px;
}
&-content {
.list-menu {
left: 0;
width: 100%;
max-height: 450px;
padding: 10px 0;
margin: 0;
overflow-y: auto;
overflow-x: hidden;
font-size: 14px;
li {
padding: 0;
margin: 0;
}
.list-item {
display: flex;
padding: 5px 10px;
span {
cursor: pointer;
}
.checkbox-wrap {
display: flex;
align-items: center;
margin-right: 5px;
margin-top: 0;
}
}
}
}
}
}
}
.sub-nav {
justify-content: space-between;
.label {
display: flex;
align-items: center;
margin-right: 10px;
color: #718ba6;
font-size: 15px;
font-weight: 600;
text-align: left;
font-family: "Open Sans", sans-serif;
}
.butt {
margin-left: 10px;
}
}
.mat-option-disabled {
opacity: 0.38;
pointer-events: none;
}