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

73 lines
1.2 KiB
SCSS

.application-detail-view {
section.info {
float: left;
.header {
float: left;
height: 200px;
margin-bottom: 10px;
position: relative;
.header_left {
position: absolute;
width: 170px;
text-align: center;
div.header-icon-container {
height: 160px;
margin: 0px 0px 4px;
width: 160px;
img.icon {
height: auto;
max-height: 160px;
max-width: 160px;
width: auto;
}
}
}
.header_right {
position: relative;
left: 170px;
padding: 5px;
h3 {
padding-right: 5px;
float: left;
}
.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;
}
.description {
clear: left;
}
}
}
.swagger {
iframe {
width: 100%;
height: 600px;
}
}
}
aside.meta {
float: left;
clear: right;
width: 200px;
}
}