Remove the legacy styles.

This commit is contained in:
Filip Barl
2018-06-29 16:10:13 +02:00
parent 7d85ed6a74
commit b6c55ba3c8

View File

@@ -1110,59 +1110,6 @@ a {
}
}
.image-status {
.progress-wrapper {
position: relative;
min-height: 35px;
}
.node-details-content-section-header {
display: flex;
justify-content: space-between;
line-height: 26px;
}
.images .wrapper{
display: flex;
justify-content: space-between;
}
.weave-circular-progress-wrapper {
position: absolute;
left: 50%;
}
.new-image {
color: $color-blue-600;
}
a {
&:hover {
background-color: $color-purple-50;
cursor: pointer;
}
}
.node-details-table-node-link {
background-color: transparent;
border: 0;
cursor: pointer;
padding: 0;
outline: 0;
}
.node-details-table-node-link,
.node-details-table-node-label,
.node-details-table-node-value {
flex: 1;
font-size: $font-size-small;
color: $text-color;
line-height: 24px;
text-transform: none;
}
}
}