2021-10-04 09:20:36 +00:00
|
|
|
.inference-rule-field {
|
2021-01-30 00:28:53 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2021-08-31 08:56:03 +00:00
|
|
|
#inference-rule-header {
|
2021-01-30 00:28:53 +00:00
|
|
|
border-bottom: 2px solid #e8e8e8;
|
|
|
|
background-color: #f8f8f8;
|
2021-03-05 11:44:17 +00:00
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 1fr repeat(1, auto) 1fr;
|
2021-01-30 00:28:53 +00:00
|
|
|
align-items: center;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0.5em 0em;
|
2021-02-06 11:06:49 +00:00
|
|
|
border-radius: 5px 5px 0 0;
|
2021-01-30 00:28:53 +00:00
|
|
|
}
|
|
|
|
|
2021-08-31 08:56:03 +00:00
|
|
|
#rule-name {
|
2021-01-30 00:28:53 +00:00
|
|
|
margin: 1px;
|
|
|
|
}
|
|
|
|
|
2021-08-31 08:56:03 +00:00
|
|
|
#copy-button {
|
2021-03-05 11:44:17 +00:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: 10%;
|
|
|
|
}
|
|
|
|
|
2021-08-31 08:56:03 +00:00
|
|
|
#inference-rule-content {
|
2021-01-30 00:28:53 +00:00
|
|
|
align-items: center;
|
2021-02-06 11:06:49 +00:00
|
|
|
justify-content: center;
|
2021-01-30 00:28:53 +00:00
|
|
|
width: 100%;
|
|
|
|
margin: 0px;
|
|
|
|
padding-top: 0.2em;
|
2021-02-04 19:09:09 +00:00
|
|
|
}
|