pull/37/head
Jonathan Frederic 11 years ago
parent 79fd5c3fed
commit e7370be7cc

@ -1256,15 +1256,12 @@ h6:hover .anchor-link {
align-items: flex-start;
}
.widget-area.connection-problems .prompt:after {
content: '\f127';
content: "\f127";
font-family: 'FontAwesome';
color: #d9534f;
padding: 4px;
position: relative;
border-radius: 2px;
font-size: 14px;
left: 0px;
top: 3px;
padding: 3px;
}
/* THE CLASSES BELOW CAN APPEAR ANYWHERE IN THE DOM (POSSIBLEY OUTSIDE OF
THE WIDGET AREA). */

@ -9126,15 +9126,12 @@ h6:hover .anchor-link {
align-items: flex-start;
}
.widget-area.connection-problems .prompt:after {
content: '\f127';
content: "\f127";
font-family: 'FontAwesome';
color: #d9534f;
padding: 4px;
position: relative;
border-radius: 2px;
font-size: 14px;
left: 0px;
top: 3px;
padding: 3px;
}
/* THE CLASSES BELOW CAN APPEAR ANYWHERE IN THE DOM (POSSIBLEY OUTSIDE OF
THE WIDGET AREA). */

Loading…
Cancel
Save