Files
2025-11-30 08:35:03 +02:00

43 lines
543 B
Plaintext

.dependencies {
}
.header {
margin-top: 5px;
align-items: center;
flex-direction: row;
}
.report {
flex-grow: 1;
}
.report-list {
flex-grow: 2;
margin-top: 5px;
min-height: 60px;
background-color: rgb(32, 32, 32);
}
.icon {
width: 24px;
height: 24px;
margin: 2px 4px;
}
.error {
background-image: resource('Icons/d_console.erroricon.png');
}
.deps-foldout {
margin-left: 15px;
}
.h1 {
margin: 1px 3px 3px 3px;
-unity-font-style: bold;
}
.section {
margin-bottom: 10px;
}