blob: 3e11ea2965e13c9f822928824b079e5ec18176e7 [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.
*/
.form-block {
width: 600px;
.row-wrap {
.col {
&.label {
width: 60%;
}
&.action {
width: 40%;
position: relative;
.ellipsis {
position: absolute;
right: 0;
width: 100%;
}
}
}
}
&.split {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 240px;
}
.mat-raised-button {
&.butt {
&.butt-success {
margin: 0;
}
}
}
.error {
position: absolute;
right: 0;
bottom: -2px;
font-family: "Open Sans", sans-serif;
font-weight: 300;
}
}
.upload-key {
.row-wrap {
padding: 35px 25px;
}
}
.mat-option-disabled:not(.multiple-select) {
opacity: 0.38;
pointer-events: none;
}
.mat-form-field {
.mat-select {
font-family: "Open Sans", sans-serif;
}
}