Rewrite Less file
This commit is contained in:
@@ -1,83 +1,72 @@
|
|||||||
|
|
||||||
|
|
||||||
.swagger-section {
|
.swagger-section {
|
||||||
|
|
||||||
.title {
|
.title { font-style: bold; }
|
||||||
font-style: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.secondary_form {
|
.secondary_form { display: none; }
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main_image {
|
.main_image {
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.oauth_body {
|
.oauth_body {
|
||||||
margin-left: 100px;
|
margin-left: 100px;
|
||||||
margin-right: 100px;
|
margin-right: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.oauth_submit {
|
.oauth_submit { text-align: center; }
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.api-popup-dialog {
|
.api-popup-dialog {
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
display: none;
|
display: none;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #777;
|
color: #777;
|
||||||
|
}
|
||||||
|
|
||||||
.api-popup-title{
|
.api-popup-dialog .api-popup-title {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.api-popup-title{
|
.api-popup-dialog .api-popup-title {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.api-popup-dialog .error-msg {
|
||||||
p.error-msg {
|
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.api-popup-authbtn {
|
.api-popup-dialog .api-popup-authbtn { height: 30px; }
|
||||||
height: 30px;
|
|
||||||
}
|
|
||||||
button.api-popup-cancel {
|
|
||||||
height: 30px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.api-popup-scopes {
|
.api-popup-dialog .api-popup-cancel { height: 30px; }
|
||||||
padding: 10px 20px;
|
|
||||||
|
|
||||||
li {
|
.api-popup-scopes { padding: 10px 20px; }
|
||||||
|
|
||||||
|
.api-popup-scopes li {
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.api-scope-desc {
|
.api-popup-scopes li input {
|
||||||
padding-left: 20px;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
li input {
|
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
.api-popup-actions {
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
.api-popup-scopes .api-scope-desc {
|
||||||
|
padding-left: 20px;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.api-popup-actions { padding-top: 10px; }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user