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