Add dynamic tests
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user