CST-11048 FInished the angular implementation for the ldn inbox, needs cleanup

This commit is contained in:
Sondissimo
2023-09-26 11:12:19 +02:00
parent b040f9c2e7
commit 1c9fbd4629
16 changed files with 933 additions and 261 deletions

View File

@@ -0,0 +1,51 @@
form {
display: flex;
flex-direction: column;
align-items: flex-start;
margin: 0 auto;
max-width: 600px;
font-size: 14px;
}
.form-group input[type="text"],
.form-group select {
max-width: 100%;
width: 100%;
padding: 8px;
margin-bottom: 5px;
box-sizing: border-box;
font-size: 14px;
}
.description {
height: 9em;
width: 100%;
}
.form-group select {
position: relative;
z-index: 1;
}
.form-group select option {
font-weight: bold;
}
.add-pattern-link{
color: #0048ff;
cursor: pointer;
margin-left: 10px;
}
.remove-pattern-link{
color: #e34949;
cursor: pointer;
margin-left: 10px;
}