mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
(wip)(ui) type mapping ui
This commit is contained in:
parent
9fe48d8bf5
commit
9158d34bac
@ -1,9 +1,27 @@
|
||||
.data-mapping-form {
|
||||
.mapping-item .inputs .form-item {
|
||||
margin-left: 20px;
|
||||
.data-mapping-item {
|
||||
margin: 1rem;
|
||||
border-left: 4px solid var(--gray-soft-dark);
|
||||
border-radius: 4px;
|
||||
padding-left: 1em;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
.inputs {
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
.actions {
|
||||
padding: 1em;
|
||||
.delete-button {
|
||||
background-color: #cb1117;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
.local-data,
|
||||
.remote-data > *{
|
||||
.remote-data {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
@ -47,6 +47,9 @@
|
||||
&.is-hidden {
|
||||
display: none;
|
||||
}
|
||||
&.is-hidden {
|
||||
display: none;
|
||||
}
|
||||
&.is-required &-header p::after {
|
||||
content: "*";
|
||||
margin-left: 0.5ch;
|
||||
|
Loading…
x
Reference in New Issue
Block a user