Sha256: 1f0264653fe30a53c1845a407b659a3afea6947ad97233b7bdd20b4f2a138304
Contents?: true
Size: 940 Bytes
Versions: 308
Compression:
Stored size: 940 Bytes
Contents
@media(max-width:495px){ .open-hours-clock { zoom: 0.45; -moz-transform: scale(0.45); } } @media(min-width:496px){ .open-hours-clock { zoom: 0.7; -moz-transform: scale(0.7); } } @media(min-width:768px){ .open-hours-clock { zoom: 1; -moz-transform: scale(1); } } @media(min-width:992px){ .open-hours-clock { zoom: 0.7; -moz-transform: scale(0.7); } } @media(min-width:1200px){ .open-hours-clock { zoom: 0.85; -moz-transform: scale(0.85); } } //OpenHours Panel .openhours-panel { background-color: #553c97; // background: url(asset_path("openhours-noise.png")) repeat; padding:20px; color: #fff; margin-top: 40px; } .openhours-panel a { color: #fff; text-decoration: underline; } .openhours-panel a:hover{ color: #fff; text-decoration: none; } .openhours-panel p { color: #fff; }
Version data entries
308 entries across 301 versions & 1 rubygems