34 lines
368 B
CSS
34 lines
368 B
CSS
|
.decoration-preview {
|
||
|
background-color: white;
|
||
|
padding: 5px;
|
||
|
}
|
||
|
|
||
|
.trash {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.table {
|
||
|
overflow-wrap: break-word;
|
||
|
table-layout: fixed;
|
||
|
}
|
||
|
|
||
|
.table-container {
|
||
|
margin-top: 40px;
|
||
|
overflow-x: auto;
|
||
|
width: 90%;
|
||
|
min-width: 800px;
|
||
|
}
|
||
|
|
||
|
.form-group {
|
||
|
width: 30%;
|
||
|
min-width: 400px;
|
||
|
}
|
||
|
|
||
|
h3 {
|
||
|
margin-left: -20px;
|
||
|
}
|
||
|
|
||
|
label {
|
||
|
display: block;
|
||
|
}
|