mirror of https://gitee.com/bigwinds/arangodb
53 lines
862 B
SCSS
53 lines
862 B
SCSS
.applicationDetailView {
|
|
section {
|
|
float: left;
|
|
width: 900px;
|
|
|
|
.header {
|
|
float: left;
|
|
margin-bottom: 10px;
|
|
|
|
.header_left {
|
|
float: left;
|
|
width: 170px;
|
|
text-align: center;
|
|
|
|
img {
|
|
margin: 0px 0px 4px;
|
|
}
|
|
}
|
|
|
|
.header_right {
|
|
float: left;
|
|
clear: right;
|
|
padding: 5px;
|
|
|
|
.license, .version {
|
|
-webkit-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
border-radius: 6px;
|
|
border: 1px solid #AAA;
|
|
color: #AAA;
|
|
padding: 0px 8px;
|
|
font-size: 0.6em;
|
|
position: relative;
|
|
top: -2px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.swagger {
|
|
iframe {
|
|
width: 100%;
|
|
height: 600px;
|
|
}
|
|
}
|
|
}
|
|
|
|
aside {
|
|
float: left;
|
|
clear: right;
|
|
width: 200px;
|
|
}
|
|
}
|