2022-01-18 12:00:03 +00:00
|
|
|
row.extension>box {
|
|
|
|
margin: 12px;
|
2020-01-24 01:02:10 +00:00
|
|
|
}
|
2022-01-18 12:00:03 +00:00
|
|
|
|
|
|
|
row.extension>box,
|
|
|
|
row.extension box.header {
|
|
|
|
border-spacing: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
row.extension box.actions,
|
|
|
|
row.extension box.actions>box {
|
|
|
|
border-spacing: 6px;
|
2020-01-24 01:02:10 +00:00
|
|
|
}
|
2022-01-18 12:00:03 +00:00
|
|
|
|
|
|
|
row.extension box.information,
|
|
|
|
row.extension box.status {
|
|
|
|
border-spacing: 3px;
|
2020-01-24 01:02:10 +00:00
|
|
|
}
|
2019-11-30 14:20:04 +00:00
|
|
|
|
2020-05-11 13:31:29 +00:00
|
|
|
image.error { color: @error_color; }
|
2019-11-30 14:20:04 +00:00
|
|
|
image.warning { color: @warning_color; }
|