vendor/assets/stylesheets/placeholder.css.scss in flashgrid-2.3.0 vs vendor/assets/stylesheets/placeholder.css.scss in flashgrid-3.0.0
- old
+ new
@@ -5,27 +5,27 @@
/* #Placeholder
================================================== */
.placeholder { text-align: center; }
.placeholder i {
- background: rgba(58,144,216,1);
+ background: rgba(15,135,226,1);
border-radius: 500px;
color: rgba(255,255,255,1);
font-size: 86px;
height: 120px;
line-height: 120px;
width: 120px;
}
.placeholder-large i {
background: transparent;
- color: rgba(58,144,216,0.60);
+ color: rgba(15,135,226,0.60);
font-size: 256px;
height: initial;
line-height: 256px;
width: initial;
}
.placeholder-divider {
- background: rgba(236,238,241,1);
+ background: rgba(245,248,250,1);
border-radius: 500px;
height: 8px;
margin: 20px auto;
width: 50%;
}
\ No newline at end of file