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