blob: 1cea435fc43b75cae6cda570432621d70a777cc3 [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.
*/
.manage-env-dialog {
.mat-list {
.mat-list-item {
height: 63px;
margin: 5px 0;
position: relative;
.mat-list-item-content {
padding: 0 !important;
justify-content: space-between;
color: #577289;
}
}
}
.scrolling-content {
max-height: 300px;
min-height: 85px;
overflow-y: auto;
}
.username {
width: 30%;
}
.quotes {
width: 45%;
margin-right: 10px;
position: relative;
.error {
position: absolute;
left: 0;
top: 37px;
font-family: 'Open Sans', sans-serif;
font-size: 11px;
}
}
.period{
width: 25%;
}
.total-budget {
border-top: 1px solid #edf1f5;
padding-top: 15px;
.control {
position: relative;
width: 45%;
margin-right: 10px;
.error {
position: absolute;
left: 0;
bottom: -15px;
}
}
.label {
width: 55%;
}
}
}