Skip to content

Commit 5109bde

Browse files
author
Gabriel Cardona
authored
Merge pull request #469 from Bitcoin-com/stage
Fix css.
2 parents eadc9a1 + c1d4070 commit 5109bde

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

dist/public/swagger-ui-v2.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,10 @@
14211421
color: #fff;
14221422
}
14231423

1424+
.swagger-ui .info .title small:last-of-type pre {
1425+
background-color: #0ac18e;
1426+
}
1427+
14241428
.swagger-ui .auth-btn-wrapper {
14251429
display: -webkit-box;
14261430
display: -ms-flexbox;

src/public/swagger-ui-v2.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,10 @@
14211421
color: #fff;
14221422
}
14231423

1424+
.swagger-ui .info .title small:last-of-type pre {
1425+
background-color: #0ac18e;
1426+
}
1427+
14241428
.swagger-ui .auth-btn-wrapper {
14251429
display: -webkit-box;
14261430
display: -ms-flexbox;

0 commit comments

Comments
 (0)