Typicalc/frontend/styles/view/main/inference-rule-field.css
Arne Keller 980b2d838d Various style improvements and fixes
- more documentation
- up to date screenshots
- SonarLint suggestions
2021-10-04 11:20:36 +02:00

39 lines
710 B
CSS

.inference-rule-field {
display: flex;
align-items: center;
border: 2px solid #e8e8e8;
border-radius: 5px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin-top: 0.25em;
margin-bottom: 0.25em;
padding: 0px;
}
#inference-rule-header {
border-bottom: 2px solid #e8e8e8;
background-color: #f8f8f8;
display: grid;
grid-template-columns: 1fr repeat(1, auto) 1fr;
align-items: center;
width: 100%;
padding: 0.5em 0em;
border-radius: 5px 5px 0 0;
}
#rule-name {
margin: 1px;
}
#copy-button {
margin-left: auto;
margin-right: 10%;
}
#inference-rule-content {
align-items: center;
justify-content: center;
width: 100%;
margin: 0px;
padding-top: 0.2em;
}