vendor/assets/stylesheets/placeholder.css.scss in flashgrid-1.1.0 vs vendor/assets/stylesheets/placeholder.css.scss in flashgrid-1.1.1

- old
+ new

@@ -9,12 +9,22 @@ .placeholder i { background: rgba(58,144,216,1); border-radius: 500px; color: rgba(255,255,255,1); font-size: 86px; - padding: 20px 31px; + height: 120px; + line-height: 120px; + width: 120px; } +.placeholder-large i { + background: transparent; + color: rgba(58,144,216,0.60); + font-size: 256px; + height: initial; + line-height: 256px; + width: initial; +} .placeholder-divider { background: rgba(236,238,241,1); border-radius: 500px; height: 8px; margin: 20px auto; @@ -22,6 +32,10 @@ } /* #Media Queries ================================================== */ @media only screen and (max-width: 767px) { .placeholder-divider { width: 75%; } + .placeholder-large i { + font-size: 196px; + line-height: 196px; + } } \ No newline at end of file