We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9abdcf5 + d1eb123 commit 982976bCopy full SHA for 982976b
app/code/Magento/Integration/view/adminhtml/web/integration.css
@@ -49,6 +49,26 @@
49
opacity: 0.6;
50
}
51
52
+#integrationGrid_table .icon-error {
53
+ margin-left: 15px;
54
+ color: #c00815;
55
+ font-size: 11px;
56
+}
57
+#integrationGrid_table .icon-error:before {
58
+ font-family: 'MUI-Icons';
59
+ content: "\e086";
60
+ font-size: 13px;
61
+ line-height: 13px;
62
+ overflow: hidden;
63
+ speak: none;
64
+ font-weight: normal;
65
+ -webkit-font-smoothing: antialiased;
66
+ display: inline-block;
67
+ vertical-align: middle;
68
+ text-align: center;
69
+ margin: -1px 5px 0 0;
70
71
+
72
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
73
float: none;
74
0 commit comments