css: Fix syntax errors

This commit is contained in:
Johannes Meyer 2021-06-18 12:02:39 +02:00
parent 6dc5f5e651
commit bf0d2c2c8d

View file

@ -387,7 +387,7 @@ td > a > .badges {
.badge-pending { background: @colorPending; }
.badge-missing { background: #ccc; }
/** END Badges **/
.badges
/** BEGIN Tiles **/
.tiles:after {
content:'';
@ -678,17 +678,17 @@ td > a > .badges {
&.impact {
.breadcrumb li:not(:last-of-type) a:after {
.transition(border-left-color 2s 0.66s linear !important);
.transition(border-left-color 2s 0.66s linear ~'!important');
border-left-color: @gray-lighter !important;
}
.breadcrumb li:not(:last-of-type) a:before {
.transition(border-left-color 2s 1s linear !important);
.transition(border-left-color 2s 1s linear ~'!important');
border-left-color: @gray-light !important;
}
.breadcrumb li:not(:last-of-type) {
.transition(border-color 2s 1s linear !important);
.transition(border-color 2s 1s linear ~'!important');
border-color: @gray-light !important;
}
.breadcrumb li:not(:last-of-type) a:hover {