Removable footer, compact styling for particle creator
This commit is contained in:
@@ -6,6 +6,36 @@
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
:host ::ng-deep .mat-mdc-card-header-text {
|
||||
width: 90%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.frame-header-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.frame-title-text {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.add-button {
|
||||
color: green
|
||||
}
|
||||
|
||||
.can-delete {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.can-not-delete {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.particles-list {
|
||||
height: 550px;
|
||||
overflow-y: auto;
|
||||
|
||||
Reference in New Issue
Block a user