You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
228 B
21 lines
228 B
11 years ago
|
@import "../../Shared/Styles/clickable";
|
||
|
|
||
|
#logs-screen {
|
||
|
|
||
|
.log-time-cell{
|
||
|
width: 80px;
|
||
|
}
|
||
|
|
||
|
.log-level-cell{
|
||
|
width: 12px;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
td{
|
||
|
font-size: 13px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.log-file-row {
|
||
|
.clickable;
|
||
|
}
|