Files
swagger-ui/src/main/less/auth.less
2016-03-07 21:14:57 +02:00

119 lines
2.0 KiB
Plaintext

.swagger-section {
.title { font-style: bold; }
.secondary_form { display: none; }
.main_image {
display: block;
margin-left: auto;
margin-right: auto;
}
.oauth_body {
margin-left: 100px;
margin-right: 100px;
}
.oauth_submit { text-align: center; }
.authorize-wrapper {
margin: 15px 0 10px;
}
.authorize__btn {
&:hover {
text-decoration: underline;
cursor: pointer;
}
}
.auth_container {
padding: 0 0 10px;
margin-bottom: 5px;
border-bottom: solid 1px #CCC;
.basic_auth__title {
color: #547f00;
font-size: 1.2em;
}
.auth__description {
color: #999999;
margin-bottom: 5px;
}
.auth_submit__button, .auth_logout__button {
color: #547f00;
border: none;
text-decoration: underline;
background: none;
padding-left: 0;
font-size: 1em;
cursor: pointer;
outline: none;
}
.basic_auth_container {
font-size: 0.9em;
}
}
.api-popup-dialog {
z-index: 10000;
position: absolute;
width: 500px;
background: #FFF;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
display: none;
font-size: 13px;
color: #777;
}
.api-popup-dialog .api-popup-title {
font-size: 24px;
padding: 10px 0;
}
.api-popup-dialog .api-popup-title {
font-size: 24px;
padding: 10px 0;
}
.api-popup-dialog .error-msg {
padding-left: 5px;
padding-bottom: 5px;
}
.api-popup-dialog .api-popup-content {
max-height: 500px;
overflow-y: auto;
}
.api-popup-dialog .api-popup-authbtn { height: 30px; }
.api-popup-dialog .api-popup-cancel { height: 30px; }
.api-popup-scopes { padding: 10px 20px; }
.api-popup-scopes li {
padding: 5px 0;
line-height: 20px;
}
.api-popup-scopes li input {
position: relative;
top: 2px;
}
.api-popup-scopes .api-scope-desc {
padding-left: 20px;
font-style: italic;
}
.api-popup-actions { padding-top: 10px; }
}