Files
AR-Menu/Library/PackageCache/com.unity.cloud.gltfast@db5a82ec0b47/Editor/UI/ReportItem-style.uss
2025-11-30 08:35:03 +02:00

32 lines
516 B
Plaintext

.report-item {
align-items: flex-start;
flex-direction: row;
min-width: 100px;
}
.report-message {
flex-shrink: 1;
flex-grow: 1;
white-space: normal;
padding-top: 2px;
}
.icon {
width: 16px;
height: 16px;
margin: 2px 4px;
flex-shrink: 0;
}
.warning {
background-image: resource('Icons/d_console.warnicon.png');
}
.info {
background-image: resource('Icons/d_console.infoicon.png');
}
.error {
background-image: resource('Icons/d_console.erroricon.png');
}