1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

(ui) sso data mapping - by type

This commit is contained in:
Sylvain 2022-04-11 13:19:07 +02:00
parent 9158d34bac
commit 2104bba281

View File

@ -1,25 +1,4 @@
.data-mapping-form {
.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 {
display: flex;