blob: df69f04614c804f069a7d74f8ed3d8771b311fbb [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.
*/
.kie-dmn-editor--documentation-link--empty-state {
padding: 10px;
background: #eee;
border-radius: 10px;
text-align: center;
}
.kie-dmn-editor--documentation-link--not-first-element {
margin-top: 16px;
}
.kie-dmn-editor--documentation-link--row {
display: flex;
flex-direction: row;
align-items: flex-start;
}
.kie-dmn-editor--documentation-link--row-expand-toogle {
padding: 0 8px 0 0;
margin-top: 2px;
}
.kie-dmn-editor--documentation-link--row-item {
flex-grow: 1;
}
.kie-dmn-editor--documentation-link--row-title {
padding-left: 2px;
margin-top: 2px;
}
.kie-dmn-editor--documentation-link--row-title > a {
width: fit-content;
cursor: pointer;
color: rgb(0, 102, 204);
text-decoration: none;
}
.kie-dmn-editor--documentation-link--row-title > a:hover {
text-decoration: underline;
}
.kie-dmn-editor--documentation-link--row-title > p {
color: black;
}
.kie-dmn-editor--documentation-link--row-inputs {
display: flex;
flex-direction: column;
margin-top: 1px;
}
.kie-dmn-editor--documentation-link--row-inputs-url {
font-style: italic;
}
.kie-dmn-editor--documentation-link--row-remove {
padding: 0px 16px;
margin-top: 2px;
}