1
0
Fork 0
arangodb/js/apps/system/aardvark/frontend/scss/_applicationDetailView.scss

86 lines
1.4 KiB
SCSS

.application-detail-view {
section.info {
float: left;
padding: 13px 0 0;
.header {
float: left;
height: 200px;
margin-bottom: 10px;
position: relative;
.header_left {
position: absolute;
text-align: center;
width: 160px;
div.header-icon-container {
height: 160px;
margin: 0 0 4px;
width: 160px;
img.icon {
height: auto;
max-height: 160px;
max-width: 160px;
width: auto;
}
}
input.open {
left: 0;
margin-left: 0;
position: absolute;
}
input.delete {
margin-right: 0;
position: absolute;
right: 0;
}
}
.header_right {
left: 170px;
padding: 5px;
position: relative;
h3 {
float: left;
padding-right: 5px;
}
.license,
.version {
@include border-radius(6px);
border: 1px solid $c-editor-toolbar;
color: $c-editor-toolbar;
font-size: .6em;
padding: 0 8px;
position: relative;
top: -2px;
}
.description {
clear: left;
}
}
}
.swagger {
iframe {
height: 600px;
width: 100%;
}
}
}
aside.meta {
clear: right;
float: left;
width: 200px;
}
}