added CSS for log table to match existing
Dieser Commit ist enthalten in:
Ursprung
fa39bbff29
Commit
15e52a5e42
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
|
@ -408,6 +408,7 @@
|
||||||
.wizard-api-endpoints {
|
.wizard-api-endpoints {
|
||||||
background-color: $primary-very-low;
|
background-color: $primary-very-low;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
|
||||||
.endpoint-list {
|
.endpoint-list {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
@ -443,3 +444,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wizard-api-log {
|
||||||
|
background-color: #f8f8f8;
|
||||||
|
padding: 20px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
Laden …
In neuem Issue referenzieren