@spotinst/spinnaker-deck
Version:
Spinnaker-Deck service, forked with support to Spotinst
38 lines (30 loc) • 428 B
text/less
.artifact-details {
text-overflow: ellipsis;
font-size: inherit;
line-height: 18px;
word-break: break-word;
dl {
margin: 0;
}
}
.artifact-detail {
display: inline-flex;
padding: 0.1px;
.artifact-icon {
padding-right: 4px;
}
dd,
dt {
display: inline;
}
dt {
font-weight: normal;
}
}
.artifact-name {
padding-right: 2px;
float: left;
}
.artifact-version {
float: left;
}