* Fixed opacity error (#5764)

This commit is contained in:
siva kumar
2020-06-09 19:37:43 +05:30
committed by GitHub
parent 8a36e7fd3f
commit 295cb21043

View File

@@ -37,9 +37,9 @@
white-space: normal;
text-align: center;
}
}
.adf-icon {
opacity: $adf-empty-content-icon-opacity;
.adf-icon {
opacity: $adf-empty-content-icon-opacity;
}
}
}