forked from RefugeRestrooms/refugerestrooms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request RefugeRestrooms#568 from RefugeRestrooms/develop
Deploy!
- Loading branch information
Showing
35 changed files
with
3,022 additions
and
10,934 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#swagger-ui-container { | ||
margin-top: 20px; | ||
|
||
.info .title { | ||
display: none; | ||
} | ||
.opblock-summary-get { | ||
background-color: #e7f0f7; | ||
border: 1px solid #c3d9ec; | ||
cursor: pointer; | ||
padding: 5px; | ||
|
||
.opblock-summary-method { | ||
background-color: #0f6ab4; | ||
color: #fff; | ||
margin: 5px; | ||
padding: 5px; | ||
} | ||
} | ||
|
||
.opblock-body { | ||
background-color: #e7f0f7; | ||
border: 1px solid #c3d9ec; | ||
padding: 5px; | ||
} | ||
|
||
.response-col_description pre { | ||
overflow: scroll; | ||
width: 80vw; | ||
} | ||
} |
Oops, something went wrong.