-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
55 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
.listener-block,.config-block { | ||
border: 2px solid #00adef; | ||
border-radius: 10px; | ||
padding:5px; | ||
} | ||
.service-block{ | ||
border: 2px solid lightseagreen; | ||
border-radius: 10px; | ||
padding: 10px; | ||
} | ||
.service-block b,.service-block div{ | ||
padding: 5px; | ||
} | ||
.route-block { | ||
border: 2px dashed #00adef; | ||
margin: 15px 15px 15px 0; | ||
border-radius: 10px; | ||
padding:15px 5px 5px 5px; | ||
} | ||
.endpoint-block{ | ||
border: 2px dashed lightseagreen; | ||
border-radius: 10px; | ||
} | ||
.config-block b,.config-block>div{ | ||
padding: 10px; | ||
} | ||
section{ | ||
margin-bottom: 10px; | ||
} | ||
.block-item{ | ||
white-space: nowrap; | ||
background-color: #f5f5f5; | ||
line-height: 34px; | ||
height: 34px; | ||
display: inline-block; | ||
padding: 0 10px 0 5px; | ||
border-radius: 5px; | ||
font-weight: bold; | ||
} | ||
.service-block.all{ | ||
padding-bottom: 50px !important; | ||
} |