Add dynamic tests

This commit is contained in:
Berkeley Martinez
2016-05-13 20:04:56 -07:00
parent c0f4fecb6f
commit acac4b3286
6 changed files with 73 additions and 64 deletions

View File

@@ -117,17 +117,23 @@
color: @gray-light;
}
.big-error-icon {
.big-icon {
font-size: 30px;
color: @brand-danger;
top:50%;
}
.big-success-icon {
font-size: 30px;
.error-icon {
color: @brand-danger;
top: 50%;
}
.success-icon {
color: @brand-primary;
}
.refresh-icon {
color: @alert-info-bg;
}
iframe.iphone {
border: none;
@media(min-width: 992px) {