mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 10:47:23 +00:00
WIP: Nicer sidebar
This commit is contained in:
parent
3d1fd8e01b
commit
bbe12ccc9d
@ -380,20 +380,18 @@ a img {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 10;
|
||||
overflow: scroll;
|
||||
overflow-y: scroll;
|
||||
width: 250px;
|
||||
height: 750px;
|
||||
height: 100%;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
|
||||
.api_list_item {
|
||||
margin: 0 0 0px 0;
|
||||
font-size: 8px;
|
||||
margin: 10px 10px 10px 0;
|
||||
color: #24bc65;
|
||||
font-weight: 400;
|
||||
padding: 0px 0 0 0;
|
||||
letter-spacing: 0.8px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
@ -958,4 +956,4 @@ a.version {
|
||||
|
||||
a.end-point-anchor {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user