mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 13:46:45 +00:00
17 lines
273 B
CSS
17 lines
273 B
CSS
.consumers #consumer-list {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#consumers .btn-group.filter-enabled {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#consumers .btn-group-vertical.filter-enabled,
|
|
#consumers .btn-group-vertical.filter-apptype {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#consumers-detail div {
|
|
margin: 10px 0;
|
|
}
|