invoke css

This commit is contained in:
Jonathan Frederic 2014-12-16 11:32:54 -08:00
parent 79fd5c3fed
commit e7370be7cc
2 changed files with 4 additions and 10 deletions

View File

@ -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). */

View File

@ -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). */