mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
28 lines
355 B
CSS
28 lines
355 B
CSS
.log-list-type {
|
|
float: left;
|
|
}
|
|
|
|
.log-list-text {
|
|
float: left;
|
|
}
|
|
|
|
.log-card {
|
|
min-width: 200px;
|
|
z-index: 1;
|
|
height: 20%;
|
|
width: 40%;
|
|
position: fixed;
|
|
top: 4em;
|
|
right: 1em;
|
|
opacity: 0.9;
|
|
overflow: scroll;
|
|
}
|
|
|
|
.log-ERROR {
|
|
color: var(--theme-warn-color);
|
|
}
|
|
|
|
.log-WARN {
|
|
color: var(--theme-accent-color);
|
|
}
|